Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Next.js 14 starter templates with authentication, databases, and SaaS pages preconfigured.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Saasy Land is an open-source collection of Next.js 14 starter templates that bundle authentication, database setup, and SaaS pages for rapid full-stack development.
Saasy Land is a GitHub repository of starter templates for Next.js 14 full-stack applications, built with TypeScript, Tailwind CSS, and Shadcn/ui. Each branch configures a different combination of authentication provider, database, and ORM, so developers can clone the stack that matches their production needs. The templates include functional landing, pricing, features, testimonials, FAQ, sign-in, sign-up, and blog pages, and all users are stored in a database regardless of whether they sign up with email/password, magic link, or OAuth providers like Google and GitHub.
The repository is organized into branches. Four are fully implemented. The next-auth-drizzle-neon-postgres branch uses NextAuth with JWT, PostgreSQL on Neon, and Drizzle ORM. The next-auth-drizzle-planetscale-mysql branch uses MySQL on PlanetScale with Drizzle. The next-auth-prisma5-serverless-neon-postgres and next-auth-prisma5-serverless-planetscale-mysql branches use Prisma v.5 with the same serverless databases. Additional branches are under construction for Docker local Postgres with Drizzle or Prisma, MongoDB with Mongoose, NestJS with Prisma or Drizzle on SQLite, MERN with Redux, Supabase, and a Django REST backend with Digital Ocean Spaces and AWS SES.
The repository metadata describes Saasy Land as an open-source Next.js starter kit for production-grade SaaS, engineered for scale with Bun, Vercel, Elysia, Better Auth, Neon Postgres + Drizzle, and Shadcn UI. The project has 434 stars on GitHub.
