Skip to content

Americana808/PolyView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Thumbnail

Deploying Polymarket MCP Chatbot (Backend + Frontend)

This guide shows only what you need to deploy.

Prerequisites

  • Node.js 18+ (with Bun)
  • Anthropic API key (Claude)
  • Smithery account (for MCP OAuth)
  • NewsAPI key (for news features)

Project Layout

  • Frontend (Vite + React) lives at repo root (src/, index.html)
  • Backend (Node/Express + WebSocket) lives in backend/

1) Backend: Configure and Run

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 dev

2) Frontend: Build and Deploy

Build locally (PowerShell):

bun install
bun run build

npm run build
bun run dev

View our submission

https://devpost.com/software/polyview-y5dg8m

License

This project is licensed under the Apache License 2.0.

Credits:

About

team goofygoner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 1.4%
  • Other 1.8%