Next.js
Generate Next.js routes, pages, forms, and server actions with CLI scaffolding automations.
Full Stack Next.js and Drizzle ORM Framework
Generate apps using CLI commands inspired by Ruby on Rails and shadcn/ui
Generate Next.js routes, pages, forms, and server actions with CLI scaffolding automations.
Generate Drizzle ORM configuration, schemas, and queries using the CLI.
Catch errors early with Types for JavaScript. Share Types between the front end and back end for full stack type safety.
Use PostgreSQL, MySQL, or SQLite. Write SQL-like queries with Drizzle ORM. Generate plain SQL migrations with Drizzle Kit.
Zod is a TypeScript-first schema declaration and validation library. Generated server actions will have customizable zod data validations.
Drizzle Next uses a set of minimal-dependency, and fully customizable, UI components (inspired by shadcn) that are copied into your project.
TailwindCSS is a utility-first CSS framework that is the default of Next.js. You can opt out of TailwindCSS if you prefer to start with a blank slate.
Generate Auth.js configuration and setup using Credentials, GitHub, Google, and other providers. You can opt out of Auth.js if you prefer to roll your own authentication.
Generate an initial setup for Stripe integration, including webhook and customer portal endpoints. This is an optional add-on extension.