A real-time interactive dashboard that visualizes trending prediction markets from Polymarket. Tracks daily changes in probability, volume, and sentiment, generating an intuitive "market heat index" to reveal collective intelligence and emerging global narratives.
This repository is meant to host a web dashboard application. To bootstrap a clean and responsive dashboard with charts and UI components, we recommend using the Spike Next.js Free Admin Template. It is built with Next.js and Material UI and comes with built‑in ApexCharts integration for interactive data visualization.
-
Clone the template: Clone the Spike Next.js template locally by running:
git clone https://github.com/wrappixel/spike-nextjs-free.git
-
Install dependencies:
cd spike-nextjs-free npm install -
Run the development server:
npm run dev
This will start a local development server on
http://localhost:3000where you can explore the template’s pages and components. -
Adapt for Polymarket data: Replace the placeholder chart data with real-time data from the Polymarket API. You can customize the charts (powered by ApexCharts) to visualize probabilities, volumes, and sentiment indices.
-
Push to this repository: Once you’ve customized the template, replace the existing files in this repository with your new Next.js project and push the changes.
This project is licensed under the MIT License.