Cloudflare stack for hackathon teams

Launch agent projects faster, without hunting across docs.

This kit collects the best official Cloudflare starters for Agents, MCP, Sandboxes, Dynamic Workers, Workers for Platforms, and VibeSDK. Use it as the shared front door for an agents-focused hackathon.

Public URL: https://agents-hackathon-kit.cloudflare.app

5 Product tracks
10+ Official starters and examples
1 Single launch pad for the hackathon

Tracks

Choose the build path that matches the idea

Teams do not need every product. This section narrows each product family to the project shapes it fits best.

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

Build Order

A simple path from agent to platform

This is the shortest path from prototype to something demoable on the public internet.

1

Start with an agent

Use the Agents Starter to get a real-time chat loop, tool calling, and state sync working in minutes.

2

Add secure execution

Bring in Sandbox when your agent needs to run code, inspect files, or host previews safely.

3

Host many outputs

Use Workers for Platforms when the hackathon project needs to deploy many generated or user-owned apps.

4

Use VibeSDK when you want the whole stack

Skip composition work and deploy the full app-generation platform when speed matters more than minimalism.

Compare

What each starter really gives you

Use this matrix to route teams quickly during kickoff, office hours, or judging prep.

Product Starter Best for Includes Needs
Agents SDK cloudflare/agents-starter Chat agents, tool calling, scheduling, approvals React UI, Workers AI, state sync, vision, WebSockets Workers only
Sandbox SDK examples/minimal Secure code execution, previews, data analysis Containers, file system, exec, code interpreter Workers Paid plan and Docker for local dev
Dynamic Workers worker-publisher-template Routing many user apps behind one platform Dispatch namespace, deploy API flow, path router Workers for Platforms
VibeSDK cloudflare/vibesdk Full text-to-app platform Agents, Sandbox, D1, KV, R2, WfP, SDK Workers Paid plan, WfP, custom domain, secrets

Resources

Official links worth keeping open

Curated for speed: docs, source repos, and the highest-value examples for hackathon builds.