Changelog

Last updated on 2026-02-25

All notable changes to the SaaS Starter Kit are documented here.

v1.0.0 — Initial Release

Released: February 2026

Components

  • 23 Primitives — all AI UX Kit primitives plus Data Table enhancements
  • 27 Composites — all AI UX Kit composites plus Pagination, Settings panel
  • 56 Recipes:
    • Authentication (2): Login Form, Signup Form
    • Teams (3): Team invite, member list, role management
    • Notifications (3): Notification center, items, preferences
    • Settings (6 pages): Account, Billing, Team Permissions, Notifications, Privacy & Security, AI Integrations
    • AI Chat (same as AI UX Kit): Prompt Submission (9), Refinement (6), Citation (4), Upload (6), Voice (5), Compare (3), Error Handling (2), Session (3)
  • 29 Templates — Dropdown (5) and Modal (24) templates

Auth Flows

  • Login with email/password and social providers (Google, Microsoft, Apple)
  • Signup with form validation
  • OTP verification with 6-digit input
  • Forgot password email flow
  • Reset password with confirmation

Features

  • Built on Next.js 15 with App Router and Turbopack
  • React 19 with TypeScript
  • Tailwind CSS 4 with design tokens
  • TanStack Table for sortable, filterable data tables
  • Radix UI for accessibility
  • Light and dark mode
  • React Hook Form + Zod validation
  • shadcn/ui compatible
  • Demo pages for every component
  • Figma design file included