About Seedling Pages

What it is

Seedling Pages is a printable activity generator that runs entirely in your browser. You pick a generator, 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.

The first generator is a maze builder: kid-friendly missions, adjustable size and difficulty, entry and exit markers, and optional solution path for parents. More generator families are planned.

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 printable-activity tool does not seem to exist, and building one seemed more interesting than scraping one.