Agents
Starter repo: 1.2k stars
Agents plus Agents SDK
Use this track when teams want stateful chat, long-lived agent identity, scheduling, approvals, WebSockets, and easy Workers AI integration.
Starter path: Start with cloudflare/agents-starter, then branch into MCP, callable methods, or Codemode once the base chat flow is working.
Internal copilot with approval-gated actionsCustomer support triage agent with tool callsIncident helper with MCP-connected data sources
MCP
Official example-based path
Remote MCP Servers and Codemode
This is the highest-leverage extension path for hackathon teams that want agents to call structured tools or orchestrate many tool calls through code generation.
Starter path: Use the Agents MCP examples for server and client patterns, then layer Codemode when the model needs to write TypeScript to coordinate tool chains.
A repo-aware coding assistantAn approval-aware infra operatorA multi-tool research assistant with MCP backends
Sandboxes
SDK repo: 998 stars
Sandboxes plus Sandbox SDK
Pick this track when teams need secure execution, file systems, preview URLs, code interpreters, or agent-driven coding loops.
Starter path: Start with the minimal template, then jump to Code Interpreter, Analyze Data with AI, Claude Code, OpenAI Agents, or OpenCode examples.
Code interpreter for support engineersData analysis agent with CSV uploadsSelf-healing dev sandbox for generated apps
Dynamic Workers
Cloudflare reference platform template
Workers for Platforms
Use this when hackathon teams need to deploy many generated or user-authored apps behind one platform with dynamic dispatch routing.
Starter path: Begin with the Worker Publisher template, then customize routing by path, subdomain, or KV and add per-user bindings or outbound worker controls.
Per-team app hosting platformGenerated mini-app showcaseUser-specific AI tools deployed on demand
VibeSDK
Repo: 5k stars, 1.2k forks
End-to-end app generation
VibeSDK is the most complete example in the stack: a production-grade text-to-app system built entirely on Cloudflare services.
Starter path: Use it when the team wants the whole architecture already composed: Agent, sandbox preview, data layer, and Workers for Platforms deployment.
A constrained internal app builderA customer-facing text-to-tool prototypeA hackathon project factory for demos