Skip to content

Quickstart

Terminal window
bun install

If you are using the published package instead of the repo checkout:

Terminal window
npm install -g @fumi-ops/cora

Pick a template that matches the dashboard you want to build:

Terminal window
bun run src/cli.ts init --template saas

Templates include:

  • starter
  • saas
  • ecommerce
  • freelancer
  • developer
Terminal window
bun run src/cli.ts serve

Then open http://127.0.0.1:4242.

Terminal window
bun run src/cli.ts fetch

Use validate before you ship a dashboard layout:

Terminal window
bun run src/cli.ts validate
  • dashboard.json for rendered values
  • cora.config.yaml for source bindings and refresh behavior
  • cora.cache.json for local cache state
  • .env for project credentials
  • CORA_AGENT_INSTRUCTIONS.md for the agent contract
Terminal window
cora init
cora serve
cora fetch
cora validate
cora export
cora sources list
cora config get <key>