Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalistic multi-tenant Next.js starter template with landing page, dashboard, Stack Auth, and account settings.

A quick & easy Astro starter website for use with Tailwind, Flowbite and Cloudflare Pages for non-designers

Modern, accessible Hugo theme for small organizations — multilingual, PageFind search, mega menu, FAQ accordion, and custom shortcodes.

Astro i18n Starter is a complete starter template for multilingual websites built with Astro, featuring URL localization and internationalization support.

Next.js starter template with Supabase authentication, Prisma ORM, Radix UI, SWR, and Yup validation.

Space Tourism Landing Page - A Frontend Mentor Challenge - Nextjs Version 13
Next.js Multi-tenant Starter Template is a minimalistic Next.js 14 boilerplate from Stack Auth that ships a landing page, dashboard, team-based multi-tenancy, and account settings so you can skip auth and organization setup.
Next.js Multi-tenant Starter Template is an open-source starter kit that scaffolds a SaaS-style application with authentication and multi-tenant organizations. It takes a fresh Next.js project and adds a polished landing page, a dashboard with overview, a team switcher for orgs, and an account settings page, all wired to Stack Auth for login and team management. The template runs on Next.js 14's app router, is written in TypeScript, and styles everything with Tailwind CSS and shadcn/ui components. It deliberately leaves the backend and database out so you can bring your own.
The Getting Started section gives a four-step setup: clone the repository, install dependencies with npm, register on Stack Auth to copy the API keys into the .env.local file and enable client team creation, then run npm run dev and open localhost:3000. The template then serves a landing page, dashboard, team switcher, and account settings pages wired to Stack Auth.
Clone the repo, install dependencies, register on Stack Auth, copy the API keys to .env.local, enable client team creation, then run npm run dev. The exact commands are in the README's Getting Started section.
No. The template is designed for you to bring your own backend and database. It only provides the frontend and the integration with Stack Auth for authentication and team management.
Stack Auth is the authentication service this template uses. It handles login, team management, and account settings, and you can self-host it if you prefer, according to the Stack Auth docs.
Yes, dark mode is a built-in feature. The dashboard and settings pages include a dark mode toggle, and the styling uses Tailwind CSS dark variants.
