Production-shaped starting points.
Scaffold any of these in seconds and read real Pylon code — schema, policies, functions, and a React client wired end-to-end.
The canonical primitives — pick one to see a slice of Pylon end-to-end.
The complete SaaS product — marketing site, onboarding, a multi-tenant dashboard, and Stripe billing, wired end-to-end. What `npm create` gives you by default.
The multi-tenancy core on its own — orgs, members, roles, and tenant-scoped policies, nothing else. The minimal base to build a B2B app on.
A social feed — live posts and likes, public-read and owner-write. The shape of a consumer product.
Rooms and messages with live queries and presence. The canonical 'see sync work' starter.
Optimistic create / toggle / delete with guest sessions. The smallest end-to-end Pylon app.
One entity, one function, one page. Start from a clean slate.
A polished marketing site + a real-time feature + an owner dashboard — config-driven, ready to rebrand.
A coming-soon landing with email capture and a live signup counter that ticks up across every open tab.
A studio site with a case-study portfolio, plus a back-office: clients, invoices with PDF export, and live project availability.
Menu + reservations with live table availability — each seating greys to 'Full' the instant it fills.
An appointment business — services and booking with live slot availability and an owner dashboard.
A personal-brand page — bio, offerings, and a newsletter signup with a live subscriber count.
A DTC store — product grid with live inventory, a cart, and real Stripe checkout (graceful no-key fallback).
A curated directory — live full-text search with facets, community upvotes, and a moderated submit flow.
Built on Pylon's server-side AI plumbing — your keys never reach the browser.
Streaming LLM chat — tokens stream with your key server-side, plus multi-conversation history synced across tabs. Pick from multiple models.
Generative image / audio / video — a live gallery that fills in as each background job finishes. Powered by Replicate.
Read the source.
Every template and the framework itself are open source on GitHub.