create-fabrk-app
v0.3.2
Published
CLI tool to scaffold new FABRK applications
Maintainers
Readme
create-fabrk-app
CLI tool to scaffold new FABRK applications.
Usage
npx create-fabrk-app my-app
cd my-app
npm install
npm run devTemplates
Basic - Minimal starter with core components
npx create-fabrk-app my-app --template basicAI SaaS - Full AI features with cost tracking
npx create-fabrk-app my-app --template ai-saasDashboard - Analytics-focused with charts and KPIs
npx create-fabrk-app my-app --template dashboardWhat's Included
All templates include:
- Next.js 15 with App Router
- React 19 with Server Components
- FABRK components and design system
- Tailwind CSS v4
- TypeScript
- ESLint configuration
AI SaaS template adds:
- @fabrk/ai toolkit
- Cost tracking hooks
- Multi-provider support
- Budget management
- Example AI routes
Dashboard template adds:
- Charts and data visualization
- KPI components
- Analytics dashboard layout
- Data table components
Options
npx create-fabrk-app <project-name> [options]
Options:
-t, --template <name> Template to use (basic|ai-saas|dashboard)
--no-install Skip dependency installation
--no-git Skip git initialization
-h, --help Display helpDocumentation
License
MIT
