Changelog

See all the updates we've made to our starter kits.

Work in Progress... 🚀

Here are the features and improvements we're actively working on and expect to ship in the near future. This roadmap may evolve based on user needs and community input.

  • 💙supastarter for Tanstack Start: We are also working on a new starter kit for Tanstack Start, that will include all the amazing features of the Next.js version.
  • 📧Wait list: Adding a simple wait list app, that you can ship immediately to start collecting emails from day one.
  • 🔔Notifications: We're adding a new notifications system to the SaaS app, that allows you to send real-time notifications to your users.
  • 📱Mobile app: We're planning to add a new mobile app starter kit, that will seamlessly integrate with the existing API of the SaaS app.
  • ... and further improvements, fixes and dependency updates.

supastarterfor Nuxt v2026.03.18
We are thrilled to launch a completely rewritten version of supastarter for Nuxt. This is a ground-up modernization that brings full feature parity with the Next.js version, running on Nuxt 4 with a brand new tech stack.
Read the docs

🛠️ Updates & improvements

  • Authentication: Switched to better-auth, a modern and flexible authentication library with support for passkeys/WebAuthn, two-factor authentication (2FA), magic link sign-in, social login with automatic account linking, and organization management built into auth.
  • UI Components: Migrated from Radix Vue to Nuxt UI 4, the official component library for Nuxt. Includes polished accessible components, consistent theming via app.config.ts, and TailwindCSS 4 with CSS-first configuration.
  • API Layer: Replaced tRPC with oRPC, a modern TypeScript RPC framework with full end-to-end type safety, built-in OpenAPI generation with interactive docs at /api/docs, Hono-powered server, and TanStack Query integration.
  • Email Templates: Migrated to Maizzle, a dedicated HTML email framework with reliable cross-client rendering, Tailwind CSS in emails, a live preview app, and automatic plain text generation.
  • Framework: Upgraded to Nuxt 4.3 with improved performance, faster dev server startup, better TypeScript support, and Nuxt DevTools integration.
  • Architecture: Monorepo architecture with clean separation into dedicated packages (auth, api, ui, database, mail, payments, storage, ai, i18n, logs) powered by Turborepo.
  • Validation: Upgraded to Zod 4 for validation across the entire stack.

🔥 New features

  • Payments: Expanded payment support to five providers: Stripe, Lemonsqueezy, Creem, Polar.sh, and Dodo Payments. All providers share the same interface. Added seat-based pricing and trial period support.
  • AI Integration: Brand new AI module powered by the Vercel AI SDK with support for OpenAI (GPT-4o-mini, DALL-E 3, Whisper), Anthropic (Claude), streaming responses, and ready-to-use chat UI components.
  • Database: Added Drizzle ORM as an alternative to Prisma 7, offering a lightweight SQL-close approach with support for PostgreSQL, SQLite, and MySQL.
  • Internationalization: Ships with translations for English, German, Spanish, and French covering the SaaS app, marketing site, and email templates.
  • Admin Panel: Enhanced admin area with user listing (search, sort, filtering), email verification status, ban management, and organization browsing with member and role details.
  • File Storage: Built-in S3 file storage with presigned URL uploads for user avatars and organization logos.
  • Analytics: Drop-in analytics integration for Google Analytics, Mixpanel, Plausible, Pirsch, or Umami.
  • Organizations: Full multi-tenancy and organization management with roles, invitations, membership, and seat-based billing.
  • E2E Testing: Playwright E2E testing set up and ready to go.
  • Background Tasks: Background tasks and cron job support with trigger.dev and QStash integrations.
4 days ago
Next.jssupastarterfor Next.js v2026.03.08
This major release restructures the monorepo into separate marketing and SaaS applications, adds new locales, and reworks billing to a plan-based model.

🔥 New features

  • Separate marketing & SaaS apps: The starter kit now ships dedicated marketing and SaaS applications. You can deploy your landing page independently and start marketing right away while building your product in the background.
  • Internationalization: Added Spanish and French as new locales alongside English and German. Translations are now split by scope (marketing, SaaS, mail, shared) for cleaner organization.

🛠️ Updates & improvements

  • Payments: Billing now uses a plan-based configuration model. Checkout accepts a plan ID and interval, and resolves provider price IDs server-side for a simpler integration.
  • Authentication: Improved authentication defaults including a higher minimum password length and updated invitation redirects.

  • UI: Navigation links now scroll horizontally on small screens and wrap on larger screens for a better responsive experience.
14 days ago
Next.jssupastarterfor Next.js v2026.02.03

🛠️ Updates & improvements

  • Documentation: The documentation has been extracted to a standalone application using fumadocs.
  • Mail preview: The preview server for mail templates has been extracted to a standalone application using react-email.

  • Configuration: Refactored the configuration structure to be scoped to individual packages instead of a single config file.
about 2 months ago
Next.jssupastarterfor Next.js v2026.01.31

🔥 New features

  • Dependencies: Updated dependencies to their latest versions.
about 2 months ago
Next.jssupastarterfor Next.js v2026.01.26

🔥 New features

  • Charts: Added support for charts and graphs to the dashboard.
about 2 months ago
Next.jssupastarterfor Next.js v2026.01.12

🔥 New features

  • AI Coding Agents: Added AGENTS.md file to support even more AI coding agents including Codex and other autonomous coding tools.
2 months ago
Next.jssupastarterfor Next.js v2025.12.17

📦 Dependencies

  • Dependencies: Updated dependencies to their latest versions including security patches for React and Next.js as well as the upgrade to Prisma 7.
3 months ago
Next.jssupastarterfor Next.js v2025.12.01

📦 Dependencies

  • Dependencies: Updated dependencies to their latest versions.

🐞 Fixed

  • Bug fixes: Fixed a few small bugs and issues.
4 months ago
Next.jssupastarterfor Next.js v2025.11.01

📦 Dependencies

  • Next.js 16: We have upgraded to Next.js 16 and enabled Turbopack for faster builds.
5 months ago
Next.jssupastarterfor Next.js v2025.10.18

📦 Dependencies

  • Dependencies: Updated dependencies to their latest versions.
5 months ago
Next.jssupastarterfor Next.js v2025.08.25

🔥 New features

  • Payments: Added Dodo Payments as a new payment provider
7 months ago
Next.jssupastarterfor Next.js v2025.08.19

🔥 New features

  • API: Added oRPC integration to the API layer for better type-safety and developer experience.
7 months ago
Next.jssupastarterfor Next.js v2025.08.16

📦 Dependencies

  • Dependencies: Updated dependencies to their latest versions.
7 months ago
Next.jssupastarterfor Next.js v2025.07.15

🔥 New features

  • Analytics: Added Vemetric as a new analytics provider
8 months ago
Next.jssupastarterfor Next.js v2025.06.15

🐞 Fixed

  • Sitemap: Fixed sitemap generation for documentation pages

🛠️ Updates & improvements

  • Dependencies: Updated all dependencies to their latest versions.

🔥 New features

  • Local development: Added local development guide with docker-compose
9 months ago
Next.jssupastarterfor Next.js v2025.06.05

🔥 New features

  • Payments: Auto-cancel subscription when user or organization is deleted
10 months ago
Next.jssupastarterfor Next.js v2025.04.13

🔥 New features

  • 2FA: Two-factor authentication to improve security of your supastarter app.

🛠️ Updates & improvements

  • Cursor: Upgraded to new cursor rules format with .mdc files
  • Database: Optimized the database queries to improve performance.

🐞 Fixed

  • Password reset: Fixed a bug where the password reset token was not passed correctly.

📦 Dependencies

  • Cursor: Updated all dependencies to their latest versions.
11 months ago
Next.jssupastarterfor Next.js v2025.04.13

🔥 New features

  • Database: We have added support for Drizzle as an alternative to Prisma for the database.
11 months ago
Next.jssupastarterfor Next.js v2025.04.12

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
11 months ago
Next.jssupastarterfor Next.js v2025.04.08

🔥 New features

  • Blog: Enabled fetching blog posts from CMS or external datasource.
12 months ago
supastarterfor Nuxt v2025.03.10

🔥 New features

  • Cursor / Windsurf rules: We have added rule files for Cursor and Windsurf to make coding your SaaS with AI easier.
about 1 year ago
Next.jssupastarterfor Next.js v2025.03.10

🔥 New features

  • Cursor / Windsurf rules: We have added rule files for Cursor and Windsurf to make coding your SaaS with AI easier.
about 1 year ago
supastarterfor Nuxt v2025.02.26

🔥 New features

  • Payments: We have added support for Creem as a payment provider.
about 1 year ago
Next.jssupastarterfor Next.js v2025.02.26

🔥 New features

  • Payments: We have added support for Polar as a payment provider.
about 1 year ago
Next.jssupastarterfor Next.js v2025.02.25

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
  • Toast messages: We have refactored the toast messages to use the more powerful sonner library.
about 1 year ago
supastarterfor Nuxt v2025.02.25

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
  • Toast messages: We have refactored the toast messages to use the more powerful sonner library.
about 1 year ago
Next.jssupastarterfor Next.js v2025.02.01

🛠️ Updates & improvements

  • TailwindCSS: We have updated TailwindCSS v4.0
  • Toasts: We migrated from radix/toast to sonner for better and easier toast messages
about 1 year ago
Next.jssupastarterfor Next.js v2025.01.20

🔥 New features

  • PostHog: We have added PostHog for analytics and event tracking.

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
about 1 year ago
Next.jssupastarterfor Next.js v2024.12.27

🔥 New features

  • Documentation: Added search for the documentation

🛠️ Updates & improvements

  • Documentation: Rewrote the documentation feature to be based on fumadocs
about 1 year ago
Next.jssupastarterfor Next.js v2024.12.22
We are excited to launch a completely rewritten version supastarter for Next.js. This version comes with a lot of new features and improvements.
Read the docs

🔥 New features

  • Authentication: Migrated to better-auth for authentication.
  • Payments: One-time purchases are now supported.
  • Payments: You can now define a free tier and trial periods for your subscription plans.
  • Configuration: Toggle to enable/disable organizations
  • Configuration: Toggle to enable/disable internationalization
  • Configuration: Toggle to enable/disable onboarding
  • Configuration: Toggle to enable/disable signup
  • UI: Added sidebar layout for the SaaS app
  • Contact form: Added a contact form to the marketing page

🛠️ Updates & improvements

  • Organizations: Teams are now Organizations and are much more powerful.
  • Organizations: You can now select between an organization or the personal account.
  • Organizations: You can now require users to be member in an organization.
  • Payments: Payments can now be attached to organizations or users.
  • API: The API layer is now using Hono and Hono RPC instead of tRPC.
  • Dependencies: We have updated all dependencies to their latest versions including Next.js 15.1 and React 19.
over 1 year ago
supastarterfor Nuxt v2024.12.20

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
over 1 year ago
Next.jssupastarterfor Next.js v2024.11.30

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
over 1 year ago
Next.jssupastarterfor Next.js v2024.11.11

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
over 1 year ago
supastarterfor Nuxt v2024.11.08

🐞 Fixed

  • We refactored the codebase to remove the deprecated Lucia auth library.

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
over 1 year ago
Next.jssupastarterfor Next.js v2024.10.25

🛠️ Updates & improvements

  • Upgrade to Next.js 15: We have upgraded to Next.js 15 and enabled Turbopack for faster development.

🐞 Fixed

  • We refactored the codebase to remove the deprecated Lucia auth library.
over 1 year ago
Next.jssupastarterfor Next.js v2024.10.13

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Fixed bug with avatar upload for teams
over 1 year ago
supastarterfor Nuxt v2024.10.04

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
over 1 year ago
Next.jssupastarterfor Next.js v2024.10.04

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
over 1 year ago
Next.jssupastarterfor Next.js v2024.08.24

🛠️ Updates & improvements

  • Dependencies: Update dependencies
over 1 year ago
supastarterfor Nuxt v2024.08.24

🛠️ Updates & improvements

  • Dependencies: Update dependencies
over 1 year ago
supastarterfor Nuxt v2024.08.14

🔥 New features

  • Signup & login: The auth views will now show more helpful error messages like when the email is already taken or the password is too short.
  • Mail templates: The mail templates are fully translatable. All texts are now in the i18n files and come with a default English and German translation.

🛠️ Updates & improvements

  • API: Optimize queries for prisma
  • Dependencies: Update dependencies
over 1 year ago
Next.jssupastarterfor Next.js v2024.08.09

🔥 New features

  • Signup & login: The auth views will now show more helpful error messages like when the email is already taken or the password is too short.
  • Mail templates: The mail templates are fully translatable. All texts are now in the i18n files and come with a default English and German translation.

🛠️ Updates & improvements

  • API: Optimize queries for prisma
  • Dependencies: We have updated all dependencies to their latest versions.
over 1 year ago
Next.jssupastarterfor Next.js v2024.07.25

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Small bug fixes
over 1 year ago
supastarterfor Nuxt v2024.07.25

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Small bug fixes
over 1 year ago
Next.jssupastarterfor Next.js v2024.07.02

🛠️ Updates & improvements

  • Storage: Since Supabase has become S3-compatible, we removed the explicit Supabase storage provider and now use S3 for all storage needs. Read the docs for more information.
over 1 year ago
supastarterfor Nuxt v2024.07.02

🛠️ Updates & improvements

  • Storage: Since Supabase has become S3-compatible, we removed the explicit Supabase storage provider and now use S3 for all storage needs. Read the docs for more information.
over 1 year ago
Next.jssupastarterfor Next.js v2024.06.28

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Small bug fixes
over 1 year ago
supastarterfor Nuxt v2024.06.11

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Small bug fixes
almost 2 years ago
Next.jssupastarterfor Next.js v2024.05.20

🛠️ Updates & improvements

  • UI Design: We have updated the UI design to be more modern and user-friendly.
almost 2 years ago
supastarterfor Nuxt v2024.05.12

🐞 Fixed

  • Blog: We fixed the translation logic for blog posts to show the correct language based on the user's locale and fallback to the default language if no translation is available.
almost 2 years ago
Next.jssupastarterfor Next.js v2024.05.07

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Small bug fixes
almost 2 years ago
supastarterfor Nuxt v2024.05.07

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
almost 2 years ago
Next.jssupastarterfor Next.js v2024.04.18

🔥 New features

  • Admin UI: We have added the ability for admins to resend verification mails to users.
almost 2 years ago
supastarterfor Nuxt v2024.04.18

🔥 New features

  • Admin UI: We have added the ability for admins to resend verification mails to users.
almost 2 years ago
Next.jssupastarterfor Next.js v2024.04.17

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Small bug fixes
almost 2 years ago
supastarterfor Nuxt v2024.04.17

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
almost 2 years ago
supastarterfor Nuxt v2024.04.16

🔥 New features

  • Onboarding: We have added an onboarding flow that guides users through the setup process after the signup.
almost 2 years ago
Next.jssupastarterfor Next.js v2024.04.10

🔥 New features

  • Changelog: We have added a changelog page to keep track of all updates.
  • FAQ: We have added an FAQ page to answer common questions for users.
almost 2 years ago
supastarterfor Nuxt v2024.04.10

🔥 New features

  • Changelog: We have added a changelog page to keep track of all updates.
  • FAQ: We have added an FAQ page to answer common questions for users.
almost 2 years ago
Next.jssupastarterfor Next.js v2024.04.09

🔥 New features

  • Onboarding: We have added an onboarding flow that guides users through the setup process after the signup.
almost 2 years ago
Next.jssupastarterfor Next.js v2024.04.08

🔥 New features

  • Documentation: We have added a documentation module that allows you to easily add documentation to your app and help your users get started.
  • Internationalization: We have added multi-language support for legal pages and blog posts.

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
almost 2 years ago
supastarterfor Nuxt v2024.04.08

🔥 New features

  • Documentation: We have added a documentation module that allows you to easily add documentation to your app and help your users get started.
  • Internationalization: We have added multi-language support for legal pages and blog posts.

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
almost 2 years ago
Next.jssupastarterfor Next.js v2024.03.24

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.

🐞 Fixed

  • Small bug fixes
almost 2 years ago
supastarterfor Nuxt v2024.03.24

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
almost 2 years ago
supastarterfor Nuxt v2024.03.14

🔥 New features

  • Admin UI: We have added an admin UI that allows you to manage the users of the app. Admins can also impersonate users to troubleshoot issues.
  • Account deletion: Users can now delete their accounts and team owners can delete the team.
  • User impersonation: Admins can now impersonate users to troubleshoot issues.

🛠️ Updates & improvements

  • UI Design: We have updated the UI design to be more modern and user-friendly.
about 2 years ago
supastarterfor Nuxt v2024.03.10

🔥 New features

  • Storage: We have added support for multiple storage providers including Supabase storage and S3-compatible services. This allows you to easily store and manage files in your app.
  • Avatars: Users and teams can now upload avatars to personalize their profiles
about 2 years ago
Next.jssupastarterfor Next.js v2024.03.06

🔥 New features

  • Storage: We have added support for multiple storage providers including Supabase storage and S3-compatible services. This allows you to easily store and manage files in your app.
  • Avatars: Users and teams can now upload avatars to personalize their profiles
  • Account deletion: Users can now delete their accounts and team owners can delete the team.

🛠️ Updates & improvements

  • Dependencies: We have updated all dependencies to their latest versions.
about 2 years ago
supastarterfor Nuxt v2024.03.06

🐞 Fixed

  • Authentication: We fixed the email for Github oAuth to use the correct email address.
about 2 years ago
Next.jssupastarterfor Next.js v2024.02.28

🔥 New features

  • Admin UI: We have added an admin UI that allows you to manage the users of the app. Admins can also impersonate users to troubleshoot issues.

🛠️ Updates & improvements

  • Authentication: We have updated the authentication system to Lucia Auth v3.
about 2 years ago
Next.jssupastarterfor Next.js v2024.01.27

🔥 New features

  • RSS feed: We have added an RSS feed for blog posts so users can subscribe to updates.
about 2 years ago
Next.jssupastarterfor Next.js v2024.01.06

🔥 New features

  • UI: We have added full compatibility for shadcn/ui, a UI library that allows you to easily add beautiful components to your app.
about 2 years ago
Next.jssupastarterfor Next.js v2023.11.16

🔥 New features

  • Database: We have added support for MongoDB as a database provider.
over 2 years ago
supastarterfor Nuxt v2023.11.14
We are excited to launch supastarter for Nuxt to enable developers in the Vue ecosystem to build SaaS apps faster and more efficiently.
over 2 years ago
Next.jssupastarterfor Next.js v2023.11.11

🔥 New features

  • User roles in teams: We have added the ability to change user roles in a team. Team owners can now assign different roles to team members.

🐞 Fixed

  • We have fixed a bug that prevented users from changing their password when using oAuth accounts.
over 2 years ago
Next.jssupastarterfor Next.js v2023.10.26

🛠️ Updates & improvements

  • Next.js 14: We have upgraded to Next.js 14 to take advantage of the latest features and improvements.
over 2 years ago
Next.jssupastarterfor Next.js v2023.10.21

🐞 Fixed

  • Mail templates: We have fixed tailwind variables for mail templates and a breaking API endpoint for invalid sessions.

🛠️ Updates & improvements

  • API: We have updated the API to fix a bug that caused invalid sessions.
over 2 years ago
Next.jssupastarterfor Next.js v2023.10.15

🐞 Fixed

  • Blog: We have fixed several bugs in the blog module including layout issues, sorting issues, and unpublished posts showing in the list.
over 2 years ago
Next.jssupastarterfor Next.js v2023.10.03

🔥 New features

  • Payments: We have added support for Stripe as a payment provider.
over 2 years ago
Next.jssupastarterfor Next.js v2023.10.01

🔥 New features

  • AI integration: We have added AI integration with the Vercel AI SDK to help you build smarter and more efficient applications.
over 2 years ago
Next.jssupastarterfor Next.js v2023.09.29

🔥 New features

  • Blog: We have added an opengraph image for blog posts to improve SEO and social sharing.
over 2 years ago
Next.jssupastarterfor Next.js v2023.09.21

🔥 New features

  • New version: We are excited to launch v2 of supastarter for Next.js with a lot of new features and improvements.
over 2 years ago