Guides and the full API reference for building on Cairn — from your first schema to production webhooks.
Start here
Cairn's CLI scaffolds a project, connects it to a new dataset, and generates a typed client — all before you've written a single field definition.
$ npm create cairn@latest
✓ Project created
✓ Dataset "production" ready
✓ Typed client generated
Next: cd my-project && cairn devFind what you need
Step-by-step walkthroughs for schema design, branching, and going to production.
Every endpoint, field type and client method, with runnable examples.
Every command available from the terminal, grouped by what it manages.
The quickstart gets a working project running in a few minutes.