Complete documentation for the Polymarket AI Trading System.
- Getting Started: docs/guides/getting-started.md
- Deploy to Render: docs/deployment/render-quickstart.md
- Paper Trading: docs/guides/paper-trading.md
Set up the system locally or in production.
| Guide | Description |
|---|---|
| render-quickstart.md | Deploy to Render in 5 steps ($7/month) |
| render-complete.md | Complete Render guide with troubleshooting |
| docker.md | Local Docker setup |
| vercel.md | Deploy frontend to Vercel |
| general.md | General deployment concepts |
Learn how to use the system.
| Guide | Description |
|---|---|
| getting-started.md | Complete setup walkthrough |
| paper-trading.md | How paper trading works |
| backtesting.md | Run historical backtests |
| raspberry-pi.md | Deploy on Raspberry Pi |
| wallet-setup.md | Wallet configuration (for live trading) |
| go-live.md |
Historical documentation and design notes.
| Document | Description |
|---|---|
| SCIEMO_DESIGN_ANALYSIS.md | Dashboard UX design decisions |
| LESSONS_FROM_SMART_APE.md | Trading insights and strategy notes |
| IMPLEMENTATION_SUMMARY.md | Development history |
| INTEGRATION_SUMMARY_V2.md | Integration notes |
| MULTI_MODEL_SUMMARY.md | Multi-model architecture notes |
| REPO_UPDATE_SUMMARY.md | Repository update history |
| BACKTEST_*.md | Backtesting implementation notes |
- Check the guides above - most questions are answered there
- View logs -
docker compose logs -f(local) or Render dashboard (production) - Health check -
curl http://localhost:8000/api/health - File an issue - GitHub Issues
Found an error or want to improve documentation?
- Edit the relevant
.mdfile - Commit:
git commit -m "docs: improve X guide" - Push and create a PR
Keep docs:
- Clear and concise
- Up-to-date with code
- Example-driven
- Beginner-friendly