Welcome to BlazeKit Docs

Introduction

BlazeKit is specifically designed to integrate seamlessly with Next.js projects. It assumes you are using TypeScript and the `src` directory structure (though using the `src` directory is optional, and you can change this in your config file).

What Is BlazeKit?

BlazeKit is a powerful tool for Next.js developers that streamlines database integration and project setup by generating TypeScript types, database controllers, and API routes. With BlazeKit, you can quickly create and manage your database models, making your development process faster and more efficient.

Key Features

  • Automatic TypeScript types generation based on your schema
  • Database controller creation for easy CRUD operations
  • Supports Prisma and other databases via configuration
  • Effortless integration into your Next.js project structure

Getting Started

BlazeKit makes it easy to get started with just a few commands. Follow the steps in the Getting Started section to set up your project and create your configuration.