Quickstart
This guide will get you started with HeatMap's meme coin analysis tools.
Before you can use HeatMap's features, you'll need an API key from your dashboard. Find it under Settings » API.
Install HeatMap
git clone https://github.com/heatmap/heatmap.git
cd heatmap
Setup dependencies
We recommend using uv to manage your dependencies.
uv venv
source venv/bin/activate
uv sync
Configure your environment
Create a .env file with your API keys:
HEATMAP_API_KEY=your_api_key
TELEGRAM_BOT_TOKEN=optional_telegram_token
Start the web interface
npm run dev