docs
Mr. FAUN documentation
Mr. FAUN is split into two parts. The Studio is a closed-source application where you design and ship buildable mazes. The recipe library that powers the agents is open source — fork it, train on it, ship your own studio.
Studio guide
Walk through a project end-to-end: upload, brief, variants, 3D walk, unlock.
Open Studio →
@mrfaun/maze-skills
40 atomic recipes, TypeScript types, AI instructions. Live MkDocs site on GitHub.
View on GitHub →
Recipe browser
Visual gallery of every recipe in the open library, with filters.
Browse recipes →
Sister datasets
Tanger-Node-Skills (terminal-grid primitives) and wallpaper6-pattern-skills (40 seamless-tile recipes).
GitHub org →
Architecture in one paragraph
Mr. FAUN is a TanStack Start app on Lovable Cloud. Five agents (Site Analyst, Layout Designer, Horticulturist, Experience Director, Cost Estimator) run as createServerFn handlers on the Lovable AI Gateway. The Layout Designer pulls from @mrfaun/maze-skills (open). Maze generation runs in a pure-TypeScript module (recursive backtracker + braiding). The 3D walkthrough is React Three Fiber with instanced hedge meshes. Payments are Stripe Checkout; deliverables (PDF + DXF) unlock after webhook.