AI-powered autonomous trading system with intelligent agents, real-time market data processing, and minimalist interface.
# Install system dependencies (TA-Lib)
# macOS
brew install ta-lib
# Ubuntu/Debian
sudo apt-get install libta-lib-dev
# Install backend dependencies
cd backend && uv sync
# Install frontend dependencies
cd frontend && pnpm install
# Configure environment
cp backend/.env.example backend/.env
# Edit .env with your DeepSeek API key and Binance Key (defaults to DeepSeek)
# Start backend
cd backend && uv run python main.py
# Start frontend (new terminal)
cd frontend && pnpm run devVisit http://localhost:3000 for the dashboard.
By default, high-risk actions (starting/stopping the trading bot, resetting strategy history, editing strategies, etc.) are blocked in the web UI. To unlock these controls, set the environment variable ALLOW_CONTROL_OPERATIONS=true before running or deploying the frontend (e.g., in .env.local).
Currently supports Binance Futures only
- 🎁 New User Bonus: Use our referral link for cashback rewards
- 🔗 Registration: https://accounts.maxweb.red/register?ref=899414088
Need other exchange support?
- Please submit a GitHub Issue describing your requirements
- We'll develop support for other exchanges based on user demand priority
Live trading dashboard showing real-time P&L tracking, AI decisions, and position monitoring
- Backend: FastAPI + SQLite + SQLAlchemy
- Frontend: Next.js 14.0 + TypeScript + TailwindCSS
- AI: Configurable providers (OpenAI, DeepSeek, Anthropic, etc.)
- Market Data: Binance Futures WebSocket
- Trading: Multi-exchange API integration
- Configurable AI Providers: Support for OpenAI, DeepSeek, Anthropic, and custom endpoints
- Real-time Dashboard: Live P&L tracking and position monitoring
- Autonomous Trading: AI-powered decision making with risk management
- Minimalist UI: Clean, professional interface inspired by modern trading platforms
- Quick Start Guide - Detailed setup instructions
- Environment Setup - API keys and configuration
- Development Roadmap - Feature development plans
- Analysis Tools - Trading performance analysis tools
YouBet DAO - An organization dedicated to exploring more open and fair production relationships.
Apache License 2.0
