Build a Dashboard
Follow our step-by-step tutorial to build a complete ORE mining dashboard.
You don’t need to know how to code to build with Hyperstack. AI coding tools can write all the code for you — you just tell them what you want in plain English.
Hyperstack 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-hyperstack-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-hyperstack-app, then open it in Cursor via File → Open Folder.
On Linux / terminal-based tools:
mkdir ~/my-hyperstack-appcd ~/my-hyperstack-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.usehyperstack.com/agent.md and follow the instructions to set up Hyperstack 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 hyperstack-cli 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 Hyperstack 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 Hyperstack 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.