Build dashboards with AI
[⏱️ ~2 min] Point Cursor or Claude at MDK and build mining dashboards from plain-language prompts
MDK is built so your AI coding agent can build mining dashboards straight from plain-language prompts, without you wiring components by hand. There are two steps: wire your IDE once, then describe what you want.
Wire your IDE once
Run init
Point the UI CLI at your IDE from your project root:
npx @tetherto/mdk-ui-cli init --ide cursorUse --ide claude for Claude. This writes a .mdk/context.md agent-context file and an IDE rule (.cursor/rules/mdk.mdc for
Cursor, CLAUDE.md for Claude) so every AI session knows about MDK automatically.
Prompt your agent
Describe the dashboard you want in plain language:
Build me an operations dashboard with live hashrate and a device list.
Your agent takes it from there: it finds the right components and hooks, scaffolds the page, and checks that it compiles. You review and run it.
Next steps
- How agents build with MDK: why the results are trustworthy — the local manifests and stable-export contract behind the flow
- UI CLI reference: every command your agent (or you) can run
- UI Kit: browse the component library your agent draws from