FAQ

Last updated on 2026-02-25

General

What is the SaaS Starter Kit?

A production-ready React component library with 135+ components for building SaaS applications. It includes everything in the AI UX Kit plus authentication flows, settings pages, team management, data tables, pagination, and more.

How is it different from the AI UX Kit?

The SaaS Starter Kit includes all AI UX Kit components plus SaaS-specific additions: login/signup forms, OTP verification, forgot/reset password, settings pages (account, billing, teams, notifications, privacy, AI integrations), data tables, pagination, and notification components.

What tech stack does it use?

Next.js 15, React 19, Tailwind CSS 4, Radix UI, TanStack Table, shadcn/ui patterns, TypeScript, and Turbopack.

Is this a complete SaaS boilerplate?

It's a frontend component kit, not a full-stack boilerplate. It provides all the UI you need — authentication pages, dashboards, settings, data tables — but you connect your own backend and database. Auth components include // TODO comments marking integration points.

Licensing

What license is included?

Solo (1 developer), Team (up to 10), or Agency (unlimited + client delivery). See the product page for pricing.

Can I use this in client projects?

With the Agency license, yes. Solo and Team licenses are for your own products only.

Do I get the Figma file too?

Yes. Your purchase includes both the code kit and the Figma design file.

Technical

Does it include a backend?

No. The kit is frontend-only. Auth pages, settings, and other forms include placeholder // TODO comments where you add your API calls.

What auth providers does it support?

The login UI includes buttons for Google, Microsoft, and Apple. You can connect any OAuth provider (NextAuth.js, Clerk, Auth0, Supabase Auth, etc.).

Does the data table support server-side pagination?

The data table uses TanStack Table, which supports both client-side and server-side pagination, sorting, and filtering.

Can I use it with an existing Next.js project?

Yes. Copy components/ui/, install dependencies, and import the design tokens. See the Installation guide.

Support

How do I get help?

Email support@thefrontkit.com or visit the Support page.