The Intelligent Prediction Analytics Platform for Opinion Labs Ecosystem
OpinionAxis is an advanced analytics and strategy platform for the Opinion Labs prediction market ecosystem. It transforms how traders interact with prediction markets through AI-powered insights, portfolio analytics, and intelligent PTS point optimization.
- Real-time market health scoring
- AI-curated market recommendations
- Economic calendar integration
- Live countdown to weekly PTS snapshot
- Win rate and ROI tracking
- Position breakdown by category
- Risk assessment metrics
- Historical performance charts
- Estimate weekly point earnings
- Optimization tips for maximum points
- Designated market alerts
- Liquidity provision strategies
- Sentiment analysis
- Whale activity tracking
- Price momentum indicators
- Real-time market data
- Volume rankings
- P&L winners
- Points earners
- Push this repository to GitHub
- Connect your GitHub repo to Vercel
- Deploy with zero configuration
Simply open index.html in your browser:
# Option 1: Direct open
start index.html
# Option 2: With live server (VS Code extension)
# Right-click index.html > Open with Live Server
# Option 3: Python server
python -m http.server 8000opinioniq/
├── index.html # Main HTML file
├── css/
│ ├── variables.css # Design tokens
│ ├── base.css # Reset & typography
│ ├── components.css # UI components
│ ├── layout.css # Grid system
│ ├── dashboard.css # Dashboard styles
│ └── animations.css # Transitions
├── js/
│ ├── app.js # Main application
│ ├── data.js # Mock data (API simulation)
│ ├── charts.js # Chart rendering
│ ├── portfolio.js # Portfolio analytics
│ ├── pts-calculator.js # PTS optimization
│ └── utils.js # Helpers
└── README.md
- Pure HTML5, CSS3, JavaScript - No frameworks, instant deployment
- CSS Custom Properties - Design system with theming support
- Canvas API - Custom chart implementations
- Responsive Design - Works on all devices
OpinionAxis is designed to integrate with Opinion Labs' ecosystem:
- Opinion OpenAPI - Market data, prices, orderbooks
- Opinion CLOB SDK - Trading, order management
- Opinion WebSocket - Real-time updates
Note: Current demo uses mock data. Connect to Opinion APIs for live functionality.
This project is built for the Opinion Builders Program:
- ✅ Enhances user experience
- ✅ Drives platform engagement
- ✅ Encourages liquidity provision
- ✅ Maximizes PTS point earnings
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this project for your own purposes.
Built with 🧠 for the Opinion Ecosystem