zenstack-project-setup

Installation
SKILL.md

ZenStack V3 — Project Setup & Migrations

ZenStack V3 is a TypeScript database toolkit with a Prisma-compatible ORM API built on Kysely (no Rust/WASM). The schema is written in ZModel (.zmodel), a superset of the Prisma schema language. This skill covers installing, scaffolding, the CLI, and migrations. For schema syntax see zenstack-schema-modeling; for queries see zenstack-querying; for access control see zenstack-access-control.

Always confirm exact package versions and commands against the live docs at https://zenstack.dev/docs when something looks off — V3 evolves quickly.

Prerequisites

  • Node.js v20+
  • TypeScript v5.8.0+
  • VSCode extension: "ZenStack V3" (language id zmodel-v3) — distinct from the V2 extension.

Installing

Installs
1
First Seen
Today
zenstack-project-setup — zenstackhq/skills