Skip to content

0xbasicwork/overbackindex-frontend

Repository files navigation

OVER/BACK Index Frontend

A Next.js frontend for the OVER/BACK Index, a fear & greed style index for Solana memecoins.

Features

  • 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

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Build for production:
npm run build
  1. Start production server:
npm start

Environment Variables

No environment variables are required as the API endpoints are configured in next.config.js.

Tech Stack

  • Next.js 14
  • TypeScript
  • Tailwind CSS
  • React 18