Skip to content

Templates

Varity Team Core Contributors Updated March 2026

Varity templates are complete, production-ready apps you can customize and deploy. Start with a template instead of building from scratch.

SaaS Starter

A full-stack SaaS application with authentication, database, dashboard, and team management.

Includes: Landing page, login, dashboard with 5 pages, mobile responsive layout, command palette, CRUD operations.

Stack: Next.js, TypeScript, Tailwind CSS, Varity Auth, Varity Database

View Template →

Templates are scaffolded using the CLI:

Terminal window
varitykit init my-app

This creates a new project directory with:

  • All source code (yours to modify)
  • Dependencies pre-configured
  • Auth, database, and deployment ready
  • No lock-in — it’s a standard Next.js project
FeatureTemplateManual Setup
AuthPre-configuredAdd PrivyStack yourself
DatabaseCollections + hooks readySet up db.collection() yourself
Dashboard5 pages with CRUDBuild from scratch
Mobile navIncludedBuild from scratch
Landing pageIncludedBuild from scratch
Time to deploy~5 minutes~1 hour

After scaffolding, the code is yours. Common customizations:

  1. Branding — Change app name, colors, logo
  2. Data models — Replace Project/Task with your domain objects
  3. Pages — Add, remove, or modify dashboard pages
  4. Navigation — Edit the sidebar items

See the SaaS Starter page for detailed customization guides, or follow the Customize the Template tutorial.

More templates are planned:

  • E-commerce Starter — Product catalog, cart, checkout
  • Blog / Content — CMS with markdown editor
  • Admin Panel — Data management dashboard

Want to suggest a template? Join our Discord.