Installation
Run the CLI once and compose your app with the setup wizard—template, modules, and providers.
Get started with Tailar in minutes. One command opens an interactive wizard; you choose a template and the modules you need—no separate "base then add" workflow required.
Create project
In an empty folder, run init:
You will be prompted to sign in and authorize your device the first time on each machine (browser flow).
Setup wizard
After tailar init, the wizard walks you through project name, template (e.g. SaaS; SaaS AI coming soon), modules (database, auth, emails, billing, and more), and providers for each module. Generated code is plain TypeScript/React with the same base stack (Next.js App Router, Tailwind, shadcn/ui, i18n) across templates.
Copy any environment variables the wizard prints into your .env. See Templates for what each template pre-selects, and Deploy for production.
Add modules later
To add or extend a module after the initial setup, use tailar add. The CLI will prompt for providers and dependencies (for example, auth pulls in database and emails as needed):