NimBuild Docs

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

LayerTechnology
FrameworkNext.js 16 (App Router) + React 19
StylingTailwind CSS + Framer Motion + Radix UI
DatabasePostgreSQL + Drizzle ORM
AuthFirebase Auth
PaymentsStripe
AIVolcengine OpenAI-compatible API
EmailResend
i18nnext-intl

Getting Started

Head to the Quickstart guide to get your project running in minutes.

On this page