HashPilot is a Next.js 14 App Router application. Running it locally requires Node.js 18 or later and an Anthropic API key for AI features. The dashboard and static analytics work immediately after install — AI-powered tools activate once you add your key.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/natureloved/HashPilot/llms.txt
Use this file to discover all available pages before exploring further.
Node.js 18 or later is required. Check your version with
node --version before proceeding.Setup steps
Install dependencies
Install all npm packages. This includes Next.js, the Anthropic SDK, Wagmi, RainbowKit, and the rest of the stack.
Configure your environment
Create a If you do not have a key yet, see Configure your Anthropic API key for step-by-step instructions on obtaining one.
.env.local file in the project root and add your Anthropic API key..env.local
What works without an API key
Some features are fully functional withoutANTHROPIC_API_KEY set. Others will return an error until the key is configured.
Works immediately
- Tactical Dashboard (live hCASH price, network status, claim cycle)
- Claim Advisor analysis and verdict UI
- Halving Tracker and ROI Calculator
- Miner Archetypes assessment
- FOMO Machine counterfactual inputs
Requires API key
- AI Strategy Chat (
/api/chat) - Oracle scenario readings (
/api/oracle) - FOMO Machine narrative debrief (
/api/fomo-story) - Daily Intel Digest on Dashboard (
/api/digest)
Available scripts
| Script | Command | Description |
|---|---|---|
| Development | npm run dev | Starts Next.js dev server with hot reload |
| Production build | npm run build | Compiles and optimizes for production |
| Production server | npm run start | Serves the compiled build |
| Lint | npm run lint | Runs Next.js ESLint checks |
Next steps
Get an API key
Create your Anthropic account and configure the key for AI features.
Deploy to production
Push HashPilot to Vercel or another Next.js-compatible host.