Examples

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.

$npm create @pylonsync/pylon@latest
Full-stack starters

The canonical primitives — pick one to see a slice of Pylon end-to-end.

SaaS starter

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.

Stripe billingMarketing + dashboardOnboarding
template: default
B2B SaaS

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.

Orgs & rolesTenant policiesMinimal
template: b2b
Consumer app

A social feed — live posts and likes, public-read and owner-write. The shape of a consumer product.

Live feedPublic readsfield.owner()
template: consumer
Realtime chat

Rooms and messages with live queries and presence. The canonical 'see sync work' starter.

Live queriesPresenceOptimistic send
template: chat
Local-first todo

Optimistic create / toggle / delete with guest sessions. The smallest end-to-end Pylon app.

Optimistic writesGuest sessionsOffline-ready
template: todo
Barebones

One entity, one function, one page. Start from a clean slate.

SchemaOne functionSSR page
template: barebones
Business websites

A polished marketing site + a real-time feature + an owner dashboard — config-driven, ready to rebrand.

Waitlist

A coming-soon landing with email capture and a live signup counter that ticks up across every open tab.

Live counterEmail captureOwner dashboard
template: waitlist
Agency / studio

A studio site with a case-study portfolio, plus a back-office: clients, invoices with PDF export, and live project availability.

Case studiesInvoices + PDFLive availability
template: agency
Restaurant

Menu + reservations with live table availability — each seating greys to 'Full' the instant it fills.

Live availabilityReservationsOwner dashboard
template: restaurant
Local service

An appointment business — services and booking with live slot availability and an owner dashboard.

Live bookingSchedulingOwner dashboard
template: local-service
Creator

A personal-brand page — bio, offerings, and a newsletter signup with a live subscriber count.

Live counterNewsletterOwner dashboard
template: creator
Shop

A DTC store — product grid with live inventory, a cart, and real Stripe checkout (graceful no-key fallback).

Stripe checkoutLive inventoryCart
template: shop
Directory

A curated directory — live full-text search with facets, community upvotes, and a moderated submit flow.

Full-text searchFacetsModeration
template: directory
AI apps

Built on Pylon's server-side AI plumbing — your keys never reach the browser.

AI chat

Streaming LLM chat — tokens stream with your key server-side, plus multi-conversation history synced across tabs. Pick from multiple models.

Token streamingSynced historyMulti-model
template: ai-chat
AI studio

Generative image / audio / video — a live gallery that fills in as each background job finishes. Powered by Replicate.

Background jobsLive galleryReplicate
template: ai-studio

Read the source.

Every template and the framework itself are open source on GitHub.