About Seedling Pages

What it is

Seedling Pages is a coloring-page generator that runs entirely in your browser. You pick a generator style, set a few parameters, type a seed word, and the page is drawn for you in SVG. You print it directly from the browser — no download required, though a "Download SVG" button is there if you want it.

Why procedural

The original idea for this project was a coloring-pages index that scraped images from around the web. That turned out to be a copyright minefield — every image belongs to someone. The procedural approach sidesteps the problem entirely: the art is generated fresh each time from an algorithm and a seed, so it belongs to nobody and is safe to print, share, and use in classrooms without asking permission.

Who built it

Seedling Pages is an independent side project, built by the same person behind [maproll.io](https://maproll.io) and [chordbench.xyz](https://chordbench.xyz). It exists because a good procedural coloring-page tool does not seem to exist, and building one seemed more interesting than scraping one.