Drizzle Next
Drizzle Next is a full stack Next.js and Drizzle ORM code generation web framework.
Introduction
This CLI Tool generates full-stack applications built on Next.js and Drizzle ORM.
Unlike traditional frameworks, Drizzle Next is not installed into your project as a dependency.
Instead, it is a command line interface code generation tool with a focus on keeping dependencies to a minimum.
The generated code is fully customizable as it is written to your project.
Drizzle Admin is an optional dependency for an admin dashboard that is automatically generated from your Drizzle schema.
Why Drizzle Next?
- Curated technology - Minimize decision fatigue with pre-selected libraries.
- Configuration automation - Build immediately with sensible configuration defaults.
- Scaffold automation - Build faster by generating common boilerplate code.
- Admin dashboard - Streamline back-office dashboard development with Drizzle Admin.
- Customizable components - Simplify UI with ready-to-use Drizzle UI components.
See About page for more details
When Drizzle Next might be for you
- If you want ownership of data.
- If you want to work directly with Next.js and Drizzle ORM code.
- If you want a customizable dashboard generated from your Drizzle schema.
- If you want to be able to customize the UI components.
- If you want a light-weight solution with minimal dependencies.
When Drizzle Next might not be for you
- If you want a third-party service to control your data.
- If you want to work with complex abstractions and configuration-heavy solutions.
- If you want less direct control over the code.
- If you want to install many dependencies for simple things.
- If you want longer compile times due to a large framework dependency.