boilerplate
FRMWRK Tool Boilerplate
Next.js boilerplate for building internal tools with AI. Run /new-tool to get started.
Getting started
- 1Open this folder in Claude Code or Cursor
- 2Type
/new-toolin the chat - 3Answer the questionnaire
- 4Review the generated
docs/SPEC.md - 5Approve — AI transforms this boilerplate into your tool
Active stack
- Next.js + TypeScript
- Tailwind CSS v4 + shadcn/ui
- Zod
- ESLint + Prettier
Optional modules
- AuthAuth.js v5 + OTP magic link
- DatabaseSQLite or PostgreSQL + DrizzleORM
- Background jobsInngest
- RealtimeExpress.js + SSE
- AI integrationVercel AI SDK
- EmailNodemailer + SMTP