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

nafru-apps status

Next steps

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