Five generators for printable sheets: word search, maze, background pattern, Drawing grid. Everything is computed in your browser ā no account, no upload, no watermark. Every result is a real vector, so it prints sharp at any size.
Hey Product Hunt š
I make printable coloring and puzzle content for a living, and I kept
writing the same throwaway scripts: a word grid here, a maze there, a
background pattern to lay line art on. At some point it was less work to
build the generators properly than to keep rewriting them.
So here they are, as a public set of 4:
⢠Word Search ā any word list into a grid, with the answer key
⢠Maze ā any size, solution on its own page
⢠Background Pattern ā themed motifs tiled or scattered, your art on top
⢠Drawing Grid ā a grid over your own photo, to copy it square by square
Two design decisions I care about:
>> 1. It runs entirely in your browser. <<
There is no server doing the work, so there is nothing to upload and no account to make. Your photo in the drawing grid never leaves your machine ā not as policy, but because the code that would send it does not exist.
>> 2. Everything is seeded and vector. <<
A shared link rebuilds the exact same puzzle, and every export is real vector output, so it prints sharp at any size instead of pixelated at A4. It's free and it stays free ā it's the useful half of what I built for my own production. Happy to answer anything about how the generators work underneath, and I'd genuinely like to hear which generator is missing.
ā Ray