boilerplate

FRMWRK Tool Boilerplate

Next.js boilerplate for building internal tools with AI. Run /new-tool to get started.

Getting started

  1. 1Open this folder in Claude Code or Cursor
  2. 2Type /new-tool in the chat
  3. 3Answer the questionnaire
  4. 4Review the generated docs/SPEC.md
  5. 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