This guide shows only what you need to deploy.
- Node.js 18+ (with Bun)
- Anthropic API key (Claude)
- Smithery account (for MCP OAuth)
- NewsAPI key (for news features)
- Frontend (Vite + React) lives at repo root (
src/,index.html) - Backend (Node/Express + WebSocket) lives in
backend/
Required environment variables (create backend/.env):
ANTHROPIC_API_KEY=sk-ant-...
POLYMARKET_MCP_URL=https://server.smithery.ai/@aryankeluskar/polymarket-mcp/mcp
NEWS_API_KEY=your_newsapi_key_optional
PORT=5090
Local build and run (PowerShell):
cd backend
bun install
bun run build
bun run devBuild locally (PowerShell):
bun install
bun run build
npm run build
bun run devhttps://devpost.com/software/polyview-y5dg8m
This project is licensed under the Apache License 2.0.
