AI-powered Worker Bundler playground: describe what you want and get a running Worker you can test immediately.
Uses @cloudflare/worker-bundler to bundle source files at runtime and the Worker Loader binding to load and execute them.
- You describe a Worker in natural language
- The AI generates TypeScript source files (and optionally a
package.jsonfor npm deps) createWorker()bundles everything into a Worker module- The Worker Loader binding loads it
- You can test it with HTTP requests right in the UI
npm install
npm start- AI — Workers AI for code generation
- LOADER — Worker Loader for running generated Workers
- WorkerPlayground — Durable Object for persistent chat + worker state