commit 3863d667c41f5fcda2ac1c867c0b06cebaaf8fd8 Author: theodore-song Date: Sun Jun 21 16:19:34 2026 -0400 Polymarket Analyst: client-side analyst + paper-trading agent with category filters diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a38ebeb --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +.DS_Store +.vercel +.claude/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..0139c2b --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# 📊 Polymarket Analyst — standalone website + +A **single-file website**. Everything (fetching live Polymarket data, the +analysis engine, and the AI paper-trading agent) runs in your browser. The +paper portfolio is saved in your browser's local storage. No server, no keys. + +## Just look at it now +Double-click **`index.html`** — it opens in your browser and works immediately. +On first open it fetches live markets, generates today's suggestions, and the +agent makes its first trades. It auto-refreshes once per day; the **Run daily +cycle now** button forces a refresh anytime. + +## Put it online (free) so you can reach it from any device + +Pick one — all give you a public URL: + +**Option A — Netlify Drop (easiest, ~30 seconds, no account needed to start)** +1. Go to +2. Drag the whole **`polymarket-site`** folder onto the page. +3. You get a live URL like `https://your-name.netlify.app`. Done. + +**Option B — GitHub Pages** +1. Create a new GitHub repo and upload `index.html`. +2. Repo → Settings → Pages → Branch: `main`, folder: `/root` → Save. +3. Your site appears at `https://.github.io//`. + +**Option C — Vercel** +1. → Add New → Project → import the folder (or `vercel` + CLI in this folder) → Deploy. + +## Notes +- Paper trading only — no real money, nothing places real orders. +- The analysis is a transparent heuristic, **not financial advice**. +- Because the portfolio lives in your browser, each browser/device keeps its + own portfolio. Clearing site data resets it (so does the **Reset** button). diff --git a/index.html b/index.html new file mode 100644 index 0000000..3f249e0 --- /dev/null +++ b/index.html @@ -0,0 +1,564 @@ + + + + + +Polymarket Analyst & AI Paper Trader + + + +
+
+

📊 Polymarket Analyst

+

Daily AI-driven market analysis & an autonomous paper-trading agent · runs entirely in your browser

+
+
+ idle + + +
+
+ +
+ +
+
+

🤖 Agent Portfolio

+
+

Equity curve

+ +
+
+

Open positions

+

Activity log

+
+
+

💡 Today's Suggestions

+
+
+
+
+
+ +
+

Paper trading only — no real money. Live prices from Polymarket's public Gamma API. + Analysis is a deterministic heuristic, not financial advice. Your portfolio is saved in this + browser's local storage.

+
+ + + +