JSPM

zenstack

0.6.0-pre.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 22244
  • Score
    100M100P100Q139642F
  • License MIT

A toolkit for building secure CRUD apps with Next.js + Typescript

Package Exports

  • zenstack
  • zenstack/extension.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (zenstack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

What it is

ZenStack is a toolkit for building secure CRUD apps with Next.js + Typescript. It lets you define data models, relations and access policies all in one place, and generates database schema, backend CRUD services and frontend React hooks for you automatically.

Our goal is to let you save time writing boilerplate code and focus on building real features!

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 and iron-session)
  • 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!

License

MIT