A Next.js frontend for the OVER/BACK Index, a fear & greed style index for Solana memecoins.
- Real-time index display with gauge visualization
- Component breakdown showing market data, social sentiment, and on-chain activity
- Automatic data refresh every 5 minutes
- Responsive design with dark theme
- TypeScript and Tailwind CSS for robust development
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
- Start production server:
npm start
No environment variables are required as the API endpoints are configured in next.config.js
.
- Next.js 14
- TypeScript
- Tailwind CSS
- React 18