Build a Dashboard
Follow our step-by-step tutorial to build a complete ORE mining dashboard.
For the complete documentation index optimized for AI agents, see llms.txt or llms-full.txt. A markdown version of this page is available by appending.mdto the URL or sendingAccept: text/markdown.
For AI agents: the documentation index is at llms.txt (full corpus: llms-full.txt). A markdown source for this page is /agent-skills/setup-tools.md.
You don’t need to know how to code to build with Arete. AI coding tools can write all the code for you — you just tell them what you want in plain English.
Arete works with any AI coding agent. This guide uses Cursor as the example, but the same steps apply to Claude Code, Windsurf, OpenCode, or any other agent you prefer.
That’s it. No programming experience required.
Cursor is an AI-powered code editor — a good starting point if you don’t already have a tool you prefer.
Create a folder for your project and open it in your AI tool.
On Mac: Open Finder, navigate to Documents (or wherever you keep projects), right-click → New Folder, name it my-arete-app, then open it in Cursor via File → Open Folder.
On Windows: Open File Explorer, navigate to Documents, right-click → New → Folder, name it my-arete-app, then open it in Cursor via File → Open Folder.
On Linux / terminal-based tools:
mkdir ~/my-arete-appcd ~/my-arete-appThen open the folder in your editor, or start your agent in that directory.
Paste this prompt into your AI assistant’s chat:
Read https://docs.arete.run/agent.md and follow the instructions to set up Arete in this project
In Cursor, press Cmd+L (Mac) or Ctrl+L (Windows) to open the AI chat sidebar, paste the prompt, and press Enter. Approve any commands it asks to run.
For terminal-based agents (Claude Code, OpenCode, etc.), just paste it directly and press Enter.
Your AI will:
This takes about 1–2 minutes.
Run this in your terminal to create a working ORE dashboard:
npx @usearete/a4 create my-ore-app --template react-orecd my-ore-appnpm installnpm run devOpen localhost:5173 and you’ll see live ORE mining data streaming from Solana.
Now open the project in Cursor and try this prompt:
I have a Arete ORE dashboard running using the react-ore template. Update the mining grid so each square is coloured as a heatmap based on the amount of SOL deployed to that square — more SOL should glow brighter. Keep the existing dark theme.
Your AI already knows how to use Arete from Step 3 — it will find the right views and update the component for you.
“Command not found” errors — You may need to install Node.js first. Download the LTS version from nodejs.org, install it, then restart your AI tool and try again.
The AI seems confused — Make sure it completed Step 3. You can re-paste the setup prompt to re-run it.
Build a Dashboard
Follow our step-by-step tutorial to build a complete ORE mining dashboard.
Copy-Paste Prompts
Browse our cookbook of ready-to-use prompts for common tasks.