Skip to main content
Version: Next (2.x)

Installation

Requirements

  • Node.js 22.20.0 or later — Bun and Deno are supported at runtime, but the CLI runs on Node.
  • TypeScript 5.6 or later.
  • Any package manager (npm, yarn, pnpm, bun).

Quick start

The fastest way to start a new project:

yarn dlx create-baeta

This scaffolds a Baeta project with a sensible default layout. To set things up manually, add the two packages below.

Manual setup

Runtime:

yarn add @baeta/core

Build tooling:

yarn add @baeta/cli -D

Next

Continue to Configuration to point Baeta at your schema files.