MDK Logo

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 cursor

Use --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

On this page