Revenue
$48,200
+14%
Active Users
2,847
+23%
Conversion
4.2%
+8%
Cora
$
AI agent-ready local-first dashboards.
Cora turns a dashboard workspace into a live local app. It reads dashboard.json, binds data from cora.config.yaml, and keeps the entire flow close to the source.
What ships
Section titled “What ships”- a CLI for
init,serve,fetch,validate,export,sources list, andconfig - built-in connectors for the common tools that feed dashboards
- an agent-safe widget endpoint for narrow updates
- encrypted local credential storage
Quick start
Section titled “Quick start”bun installbun run src/cli.ts init --template saasbun run src/cli.ts serveOpen http://127.0.0.1:4242 after the server starts.
Workspace contract
Section titled “Workspace contract”dashboard.jsonis rendered livecora.config.yamldefines source bindings and refresh behavior.envholds [optional] project credentialsCORA_AGENT_INSTRUCTIONS.mdtells agents how to write safely
Agent write endpoint
Section titled “Agent write endpoint”POST http://127.0.0.1:4242/api/widgetContent-Type: application/json
{ "id": "mrr", "value": 4800, "trend": "+14%" }