PolyCopy

Badges

Gone streaking
Gone streaking

Maker History

  • PolyCopy
    PolyCopyCopy top Polymarket traders with a verifiable leaderboard
    Aug 2026
  • 🎉
    Joined Product HuntAugust 20th, 2026

Forums

Which free LLM tier actually survived your production workload?

Every free tier is amazing until the day you actually depend on it: Groq hits RPM, Gemini throttles context, a provider silently degrades quality.

We ended up building a router that chains 25 free providers behind one OpenAI-compatible endpoint circuit breaker, disk cache for repeated prompts, live dashboard of limits. It launched here on PH today as FreeGate (MIT, npm/Docker).

What would actually make you trust a copy-trading leaderboard?

Every copy-trading tool shows you winners. The hard question is what happens to everyone who copied the losers and whether the numbers you're shown can be checked at all.

We compute PnL and win rates directly from public on-chain data, so any trader's track record is verifiable before you follow them. But I'm genuinely curious what the community considers trustworthy:

3h ago

FreeGate - Free multi-provider LLM proxy with automatic failover

Free open-source (MIT) LLM proxy that rotates 13+ free model providers (Groq, Mistral, Gemini, NVIDIA NIM, OpenRouter, ZAI) behind a single OpenAI-compatible endpoint. If one provider dies or burns its daily limit, your request automatically falls through to the next. Works with any OpenAI-compatible client — opencode, Cursor, or your own scripts. Dashboard with provider status, RPM graphs and limits, plus disk cache so repeated prompts don't cost twice. Install: npx freegate start.
View more