mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
1.4 KiB
1.4 KiB
ZenStack
A toolkit for building secure CRUD apps with Next.js.
What it is
ZenStack is a schema-first toolkit for defining data models, relations and access policies. It generates database schema, backend CRUD services and frontend React hooks for you automatically from the model. Our goal is to let you save time writing boilerplate code and focus on building real features!
NOTE: ZenStack is built above Prisma ORM - the greatest ORM solution for Typescript. It extends Prisma's power from database handling to full-stack development.
See the Quick start guide for more details.
Features
- Intuitive data & authorization modeling language
- Generating RESTful CRUD services and React hooks
- End-to-end type safety
- Support for all major relational databases
- Integration with authentication libraries (like NextAuth)
- VSCode extension for model authoring
Examples
Check out the Collaborative Todo App for a running example. You can find the source code here.
Community
Join our discord server for chat and updates!