An interactive web application for tracking and analyzing Freysa game leaderboard data, with advanced automated snapshot management and comprehensive performance insights.
- Real-time Leaderboard: Track player rankings with real-time updates
- Agent Favorites: Save and track favorite agents with star/save functionality
- Filtering Options: Filter by city, saved agents, or search for specific players
- Sorting Options: Sort by score, followers, likes, and retweets
- Analytics Dashboard: Compare historical performance of multiple agents
- Detailed Agent Information: View comprehensive player stats including social metrics, location data, and historical performance
- Automated Daily Snapshots: System automatically creates daily snapshots of leaderboard data
- Historical Data Analysis: Compare performance across different time periods
- CSV Export: Download snapshot data or live leaderboard data for offline analysis
- Frontend: React, TypeScript, TailwindCSS, shadcn/ui
- Backend: Node.js, Express
- Data Fetching: TanStack Query (React Query v5)
- Data Visualization: Recharts
- ✅ Analytics Improvements: Fixed chart rendering issues and optimized performance
- ✅ CSV Export Enhancement: Added ability to download both snapshot and live data as CSV
- ✅ UI Improvements: Enhanced mobile responsiveness for analytics dashboard
- ✅ Data Visualization: Improved line chart rendering for clearer historical comparisons
- ✅ Performance Optimization: Reduced unnecessary API calls and improved data caching
- ✅ Enhanced Branding: Added clickable Freysa profile image to the main leaderboard
- ✅ Twin Creation Button: Added "Create your Twin" button with referral link
- ✅ Improved UX: Made Freysa Digital Twin Leaderboard title clickable to website
- ✅ Smart Data Refresh: Implemented intelligent timestamp tracking for data refresh operations
- ✅ Enhanced Timestamp Display: Added separate tracking for snapshot vs fresh data load times
- ✅ Security Improvements: Added rate limiting to API endpoints to prevent abuse
- ✅ Agent Saving Functionality: Added ability to save/star favorite agents directly from the leaderboard
- ✅ My Agents Filtering: Added toggle to filter leaderboard to show only saved agents
- ✅ Star/Save Buttons: Added intuitive star buttons (☆/★) for easy agent management
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5000 in your browser
├── client # Frontend React application
│ ├── public # Static assets
│ ├── src # React source code
│ │ ├── components # UI components
│ │ ├── hooks # Custom React hooks
│ │ ├── lib # Utility libraries
│ │ ├── pages # Page components
│ │ ├── types # TypeScript type definitions
│ │ └── utils # Helper functions
├── server # Backend Express server
│ ├── db.ts # Database connection and queries
│ ├── routes.ts # API endpoint definitions
│ ├── snapshot-service.ts # Snapshot management service
│ └── live-api.ts # Live data API handlers
├── shared # Shared code between client and server
│ └── schema.ts # Data schemas and types
├── data # Data files for the application
├── scripts # Utility scripts
└── attached_assets # Project images and resources
Developed with ❤️ by Confu.eth for the Freysa.ai community.