Getting Started with the SaaS Boilerplate

person
The Team
·January 15, 2026·1 min read
translateRead this article in Italian:Come iniziare con il boilerplate SaaS
article

Welcome

This SaaS boilerplate gives you a multi-tenant foundation out of the box: organizations, teams, role-based access, subscriptions and authentication. You focus on your product; the infrastructure is already wired.

What's included

  • Organizations & teams — B2B-first tenancy with members, roles and invitations.
  • Billing — recurring subscriptions, plans and per-plan limits.
  • Auth — email/password, Google OAuth and two-factor authentication.
  • Serverless by design — Vercel deploy, Neon serverless database, HTTP work queues and managed cron.

Next steps

Clone the repository, set NUXT_PUBLIC_APP_NAME and the rest of your environment variables, run the migrations and start the dev server. From there, replicate the example projects entity to model your own org-scoped resources.

Happy shipping.

Share