Introduction
A production-ready AI SaaS starter base on Next.js.
What is NimBuild Starter?
NimBuild Starter is a production-grade AI SaaS template designed for rapid launch of commercial AI products. It includes everything you need: authentication, subscription billing, credit system, AI tool workspace, admin dashboard, marketing pages, documentation, and i18n support.
Key Features
- Authentication — Firebase Google sign-in with secure server sessions
- Credit-Based Billing — Per-use credit system with auditable ledger + subscription plans via Stripe
- AI Tool Workspace — Xiaohongshu copy generation powered by Volcengine with credit deduction and generation history
- Admin Dashboard — User management, credit adjustment, subscription control
- Internationalization — Full English and Chinese support via next-intl
- Email System — Transactional email delivery via Resend
- Marketing Pages — Landing page, pricing, blog (MDX), and legal pages
Tech Stack
| Layer | Technology |
|---|---|
| Framework | Next.js 16 (App Router) + React 19 |
| Styling | Tailwind CSS + Framer Motion + Radix UI |
| Database | PostgreSQL + Drizzle ORM |
| Auth | Firebase Auth |
| Payments | Stripe |
| AI | Volcengine OpenAI-compatible API |
| Resend | |
| i18n | next-intl |
Getting Started
Head to the Quickstart guide to get your project running in minutes.