Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free, lite frontend-only version of the SupaNexTail Next.js boilerplate for building SaaS MVPs.
SupaNexTail Lite is a free, frontend-only boilerplate for SaaS MVPs built with Next.js and TailwindCSS, offering 7 designed pages without Supabase, Stripe, or blog backend features.
SupaNexTail Lite is a free, lite version of the SupaNexTail boilerplate that focuses exclusively on the frontend of a SaaS application. It runs on Next.js and TailwindCSS, and it produces a responsive, customizable static frontend with 7 designed pages, ready to run locally with npm run dev. Unlike the full SupaNexTail, this version omits the backend connections: Supabase authentication, Stripe subscriptions, API routes, a markdown blog, and Playwright tests. The full version is documented at doc.supanextail.dev.
Copy the project to your computer and run npm run dev at the root to start the development server. The installed pages then render locally on your machine, letting you inspect and modify the UI without any database or account setup.
SupaNexTail Lite is free. The full SupaNexTail is the Pro version available through the official website; its price is not stated on this page.
Yes. The repository description calls it "a lite, free version", and the README presents it as a frontend-only starting point with no payment or subscription requirement.
It uses Next.js as the React framework and TailwindCSS for styling, with a TypeScript codebase and preconfigured ESLint/Prettier. Unlike the full version, it does not include Supabase or Stripe.
No. Supabase authentication and user management are exclusive to the full SupaNexTail Pro version. The Lite version contains only frontend pages.
Copy the project onto your computer and run npm run dev in the terminal at the root of the project. That starts the Next.js development server locally.
The full version adds Supabase auth, backend API routes, Stripe subscriptions, a markdown/MDX blog system, and Playwright end-to-end tests. The Lite version keeps only the frontend: 7 designed pages, responsive TailwindCSS, custom themes, dark mode, and TypeScript tooling.