Tutorials for building on crowdsource.sh — create your own recurring prediction competitions, wire up an oracle, and drive the platform from the API.
crowdsource runs recurring, self-resolving prediction competitions — forecast a number or label, get scored against fresh public data, win credit bounties. API-first, so anyone can sponsor a competition or automate participation. A Kaggle alternative for live forecasting.
End-to-end walkthroughs for creators and integrators:
- Create a competition — pick a type/metric, set the schedule, and wire a public oracle URL so it resolves and recurs automatically.
- Tabular competitions — predict one value per index row (e.g. an index of tickers) with a dataset spec + tabular resolution.
- Drive the API — auth, list/create competitions, push ground truth, read leaderboards.
- Automate — run it from scripts, CI, or an agent.
- Create an account + API key at crowdsource.sh.
- Use a client — Python SDK, JavaScript SDK, or the REST API / OpenAPI spec.
- Follow a tutorial here to stand up your first competition.
See also crowdsource-examples for competing as a participant, and the developer docs.
Site · Developers · API · MCP · SDK