Skip to content
spockIt’s only logical !
Non-normative guide. This page shows how to use Spock; the v0 specification governs where they disagree. Spock is pre-1.0 and interfaces may change β€” see project status.

Getting started

These pages take you from nothing to a running Spock backend: install the toolchain, scaffold and serve a first project, then build a small product backend from scratch.

  • Install β€” the npm package, supported platforms, and version requirements.
  • Quickstart β€” scaffold a project, declare two tables, and read, write, and break things against the derived API in about ten minutes.
  • Tutorial: build a mini-Instagram backend β€” a complete four-table authority with seed personas, derived errors, functions, and a refusal.