Changelog

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

Next.jsTanStack

Dependencies last updated

Coming soon

Roadmap

Work in progress

Features and improvements we're actively building and expect to ship soon. This list may evolve based on user needs and community input.

  • AI workflows

    Adding end-to-end AI workflow building blocks so you can ship chat, agents, and structured generation without assembling the stack yourself.

  • SaaS playbooks

    Curated playbooks for common SaaS paths — launching, onboarding, billing, and more — so you can follow a proven recipe instead of inventing the process.

  • 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.

Aug 7, 2026

  • Next.jsNext.js
Latest

Auth, admin, and cache freshness

Fixed

  • Social sign-in failures now show a toast, invitation Accept uses the primary button, and list caches refresh after admin/org/settings mutations.

Aug 7, 2026

  • Nuxt

Organizations, settings, and permissions

Fixed

  • Invitation Accept uses the primary button, revoke/rename/password flows refresh the right caches, and admin access no longer depends on Permix setup timing.

Aug 7, 2026

  • TanStackTanStack Start

Auth, admin, permissions, and cache freshness

Fixed

  • Social sign-in failures now show a toast, invitation Accept uses the primary button, admin access no longer depends on Permix middleware timing, and list caches refresh after admin/org/settings mutations.

Aug 4, 2026

  • Next.jsNext.js
  • Nuxt
  • TanStackTanStack Start

Permix authorization

New

  • Introduced typed `@repo/permissions` with Permix for admin, organization, and payment gates across oRPC and the SaaS UI.
  • Admin user bans: Added admin controls to ban users with an internal reason, optional expiration, active ban details, and unban actions.
  • Agent skills: Added curated agent skills for common workflows like features, auth, payments, database changes, tests, and more.

Aug 3, 2026

  • Next.jsNext.js

Login and Base UI interactions

Fixed

  • Improved login form keyboard flow and polished Base UI button, dropdown, select, and destructive confirmation behavior.

Aug 3, 2026

  • TanStackTanStack Start

Login keyboard flow

Fixed

  • Improved the login form tab order so password visibility controls are reached before the forgot-password link.

Jul 31, 2026

  • Next.jsNext.js

Base UI

Improved

  • Migrated the UI components from Radix UI to Base UI, the new default base of shadcn/ui, to align with the TanStack Start version. Composition now uses the render prop instead of asChild, and Radix state attributes (data-[state=open]) are replaced by data-[open], data-[closed] and friends. See the changelog in your repository for the full upgrade notes.

Fixed

  • Auth redirects and indexing: Login, signup, OTP, and onboarding redirects now stay on safe SaaS paths, and protected SaaS pages are marked noindex.

Jul 31, 2026

  • Nuxt

Auth redirects and indexing

Fixed

  • Login, signup, OTP, verify, and onboarding redirects now stay on safe SaaS paths, and protected SaaS pages are marked noindex.

Jul 31, 2026

  • TanStackTanStack Start

Auth redirects and indexing

Fixed

  • Redirect handling now only allows normalized SaaS paths, and protected SaaS pages are marked noindex.

Jul 29, 2026

  • Nuxt

i18n SEO

Fixed

  • Restored strict SEO rendering, kept favicon metadata typed, and aligned SaaS H3 types.

Jul 28, 2026

  • TanStackTanStack Start

Consent banner

New

  • The consent banner is now mounted in the marketing and SaaS apps and remembers allow or decline choices from the consent cookie.

Jul 27, 2026

  • Next.jsNext.js

API security

Fixed

  • Organization billing, payment redirects, and AI message handling now have stricter authorization and validation.

Improved

  • API contracts: oRPC procedures now define explicit output schemas next to their handlers.
  • Organization roles: The organization role selector is more compact and now shows only role names.

Jul 27, 2026

  • Nuxt

API security

Fixed

  • Organization billing, payment redirects, and AI message handling now have stricter authorization and validation.

Improved

  • API contracts: oRPC procedures now define explicit output schemas next to their handlers.

Jul 27, 2026

  • TanStackTanStack Start

API security

Fixed

  • Organization billing, payment redirects, and AI message handling now have stricter authorization and validation.

Improved

  • API contracts: oRPC procedures now define explicit output schemas while preserving the existing TanStack response shapes.
  • Organization roles: The organization role selector is more compact and now shows only role names.

Jul 17, 2026

  • Next.jsNext.js

Favicons

Improved

  • Aligned the marketing and docs favicon assets with the updated SaaS rocket app icon.

Jul 16, 2026

  • Next.jsNext.js

SaaS UI

Improved

  • Refreshed the SaaS shell with Plus Jakarta Sans, updated theme tokens, cleaner navigation, organization/user menus, auth screens, settings rows, rounded organization logos, and a new app icon.
  • Two-factor auth: Database schemas now track failed two-factor verification attempts and lockout timing.

Fixed

  • Avatar cropping: The avatar crop dialog now keeps Cropper.js contained inside the modal with a visible default crop selection.

Jul 16, 2026

  • Nuxt

SaaS UI

Improved

  • Refreshed the Nuxt SaaS shell with Plus Jakarta Sans, zinc and slate theme tokens, cleaner navigation, organization and user menus, auth screens, settings rows, and rounded organization logos.
  • Favicons: SaaS, marketing, and docs now share the same rocket favicon.
  • Two-factor auth: Database schemas now track failed two-factor verification attempts and lockout timing.

Fixed

  • Avatar cropping: The avatar crop dialog now keeps Cropper.js contained inside the modal with a visible default crop selection.

Jul 16, 2026

  • TanStackTanStack Start

SaaS UI

Improved

  • Refreshed the SaaS shell with Plus Jakarta Sans, updated theme tokens, cleaner navigation, organization/user menus, auth screens, settings rows, and rounded organization logos.
  • Two-factor auth: Database schemas now track failed two-factor verification attempts and lockout timing.
  • Favicons: SaaS, marketing, and docs now share the same rocket favicon wiring.

Fixed

  • Avatar cropping: The avatar crop dialog now keeps Cropper.js contained inside the modal with a visible default crop selection.

Jul 15, 2026

  • Next.jsNext.js
  • Nuxt
  • TanStackTanStack Start

Email provider

Improved

  • Resend is now the default mail provider, and the Plunk provider plus PLUNK_API_KEY example have been removed.

Jul 8, 2026

  • Next.jsNext.js

Dependabot

Removed

  • Removed the Dependabot configuration. Dependency updates are now handled manually or through AI-agent automation while pnpm's one-day minimum release age remains in place.