Quickstart

Prerequisites

  • Bun 1.3+
  • Node.js 20.17+ (for Mintlify preview/export)
  • PostgreSQL (Neon recommended)

Local development

bun install
make dev
  • Web:
  • API:

Health check

curl http://localhost:8787/health

RPC health check

boilerplate status

Next steps

  • Configure product docs: boilerplate docs configure
  • Sync API/RPC reference: boilerplate docs sync
  • Preview docs locally: boilerplate docs dev