✨ Become an Affiliate (50%)!

Changelog

Check out the latest changes, improvements, and updates to TurboStarter in one place. Stay informed on what's new!

Work in progress...

Under Development...

Below is a list of tasks currently under development and planned to be released soon. The list can change based on priorities and feedback.

  • MCP Server: Improving MCP Server and Agentic AI support for the best possible experience with AI Agents
  • Monitoring: Add Pino logging integration for Sentry
  • CMS: Add Wordpress as a new CMS Provider to TurboStarter apps
  • ... and countless more fixes, improvements, and optimizations
core

Authentication refinements and robust unit testing across the core platform

TurboStarter now features improved authentication reliability and a comprehensive new suite of unit tests, enhancing platform confidence and backend reliability.

What's new?

CategoryChange Summary
AuthenticationResolved previous issues, upgraded to v1.4, and improved reliability in edge cases
TestingIntroduced unit tests platform-wide, including billing and authentication components
Developer QualityCoverage reports now available for critical modules

Heads up!

Our core authentication has been fortified. You may notice reduced login-related hiccups and smoother session management.

New in testing

You can now expect significantly more stable releases thanks to:

  • Unit tests for shared utilities
  • Focused tests around authentication and billing
  • Ongoing code coverage monitoring

Improved reliability

  • Bug fixes — Common authentication faults have been addressed.
  • Internal consistency — Minor backend fixes make platform behavior more predictable for all users.
core
ai

Polished API Security, smarter AI demos, and marketing touch-ups

TurboStarter introduces core security upgrades, refreshed marketing copy, and a cutting-edge AI demo update supporting GPT-5.1.

Core enhancements

AreaUpdate
API SecurityImproved mechanisms for safer integrations
EnvironmentUpdated placeholder handling for env vars
MarketingPolished, more impactful marketing messages

AI Kit: next-level demos

TurboStarter AI Kit now supports GPT-5.1:

// Example: Switch to GPT-5.1 in your AI demo app config
{
  model: "gpt-5.1",
  temperature: 0.7,
  ...otherOptions
}

Updated technology stack:

  • Upgraded to Expo 54
  • Tailwind CSS v4 for sleek, responsive designs
  • Enhanced shadcn/ui components
  • Improved mobile experience, including text-to-speech fixes and smoother OTA updates

Minor fixes

  • Streamlined placeholder and environment variable setup
  • Numerous UI and workflow fixes across core and AI kit

Questions or feedback? Reach out to our team!

core
ai

Enhanced API Security, Marketing Improvements, and AI Kit Upgrades

A focused set of enhancements to TurboStarter core security, platform marketing, and our AI kit for demo applications.

We've strengthened API security within the core platform to ensure your data and integrations remain safe. In addition, marketing language and interface copy have been refined for clarity and effectiveness, providing a more polished introduction to TurboStarter for new and existing users.

On the AI side, the ready-to-use demo apps benefit from a broad update of key dependencies, including the migration to Expo 54 and Tailwind CSS v4 for improved development and mobile UI support. Shadcn components were upgraded, resulting in a sleeker, more consistent look and feel. Various minor interface and workflow fixes enhance the experience across web and mobile platforms.

These updates further position TurboStarter as a secure, innovative, and user-friendly platform for your startup launch needs.

core

Seamless OTA Updates for Mobile and Organization Data Enhancements

This release introduces over-the-air update handling for mobile users and improves organization data reliability.

We're excited to introduce a streamlined experience for mobile users with the new over-the-air (OTA) updates capability. This allows your TurboStarter mobile app to update its core logic seamlessly, ensuring you always have the latest features without manual intervention.

In addition, we’ve improved reliability around organization data by addressing issues related to the invalidation and refresh of your organizations list. This ensures you always see accurate, up-to-date information across devices.

Together, these enhancements make TurboStarter smoother to use and keep your workspace both current and dependable.

ai
envin

TurboStarter 2.20 — Built-in Changelog

Adds a first-class changelog feature so you can share updates with your users.

We've released TurboStarter 2.20 for the Next.js Supabase Turbo kit and React Router 7! This release adds support for a SaaS changelog functionality, allowing you to share your updates with your users!

If you're wondering why your SaaS should have a changelog, I invite you to read this article from Linear's blog, Startups, Write Changelogs.

Please check out our blog post Write a Changelog for your SaaS to learn more about this new feature.


Furthermore, we've released other minor improvements and bug fixes, such as:

  • the footer in the documentation pages is now hidden by default we also improved the overall layout for better readability
  • optimized performance of the SQL query to verify a nonce token
  • improved authentication forms design
  • fixed minor styling issues caused by invisible Captcha
  • fixed Captcha verification in sign up page
  • updated all the dependencies to the latest versions
  • added more dependencies to the PNPM catalogs, a work-in-progress migration to PNPM Catalogs for better dependency management
ai
extro

Next.js 16 and React 19.2

Major framework updates, invitation flow tweaks, PNPM catalogs, and Captcha refactor.

We've released TurboStarter 2.19 for the Next.js Supabase Turbo kit and React Router 7!

This release includes the following features and improvements:

  • Support for Next.js 16
  • Support for React 19.2.0
  • Updates to the invitations flow
  • The introduction of PNPM catalogs
  • Refactored Captcha API
  • Other technical improvements and bug fixes

Next.js 16 🔥

Next.js 16 is a major release that includes several new features and improvements, especially in the area of build and development performance, which is one of the most frequents complaints about Next.js.

We've written a detailed article about Next.js 16. Give it a read to understand the new features and improvements in Next.js 16.

React 19.2

React 19.2 is a major release that includes several new features and improvements and is now the default version of React in TurboStarter.

We've written a detailed article about React 19.2. Give it a read to understand the new features and improvements in React 19.2, and how it affected some of code in TurboStarter.

Updated invitations flow

If a new user accepts an invitation to join a team, they're now redirected to a new page (/identities) where they're asked to link an authentication method to their account - such as a password, or an OAuth provider - unless the user is using a magic link or OTP, since they only require an email.

PNPM Catalogs

We started introducing PNPM catalogs in TurboStarter, which is a way to manage dependencies in a more efficient way, reducing merge conflicts and making it easier to update dependencies.

We started with two frequently used dependencies to reduce merge conflicts, but we will incrementally roll out the rest of the dependencies in the future.

Refactored Captcha API

We found issues with the existing Captcha API, and we've refactored it to make it more flexible and easier to use.

React Router 7

All the improvements added to Next.js version are also available in React Router 7! 🎉

core
cli

Streamlined invitations, new shadcn/ui components, architecture improvements

Faster invite acceptance, fresh UI primitives, and fewer required webhooks.

In version 2.18.0, we shipped:

  1. Better invitations flow user experience: we have fully streamlined the invitations flow, making it faster and more user-friendly
  2. New components: we have added the new components released in Shadcn UI
  3. Architectural improvements: we have improved some internals to avoid setting webhooks when sending emails. This makes setting up your instance easier and faster

Better invitations flow user experience

We have fully streamlined the invitations flow, making it faster and more user-friendly.

New Shadcn UI components

We have added the new components released in Shadcn UI, i.e. Input Group, Button Group, Spinner, Item, Field and Keyboard Shortcut.

These components are available in the Dev Tool for you to test and learn how to use in your application.

Several screens in the application have been updated to use the new components.

Architectural improvements

We have improved some internals to avoid setting webhooks, required for dispatching emails following actions such as inviting a member, or deleting a personal account. This makes setting up your instance easier and faster. The kit now only requires one database webhook, down from three.

world map
Community

Connect with like-minded people

Join our community to get feedback, support, and grow together with 300+ builders on board, let's ship it!

Join us

Ship your startup everywhere. In minutes.

Skip the complex setups and start building features on day one.

Get TurboStarter