cloudflare-worker-builder

Installation
Summary

Scaffold and deploy Cloudflare Workers projects with Hono routing, Vite dev server, and Static Assets.

  • Guides you through project setup in four steps: understanding requirements, scaffolding structure, configuring bindings (D1, R2, KV), and deploying to production
  • Provides ready-to-use asset files including wrangler.jsonc, vite.config.ts, Hono app entry point, and TypeScript configuration
  • Documents critical patterns for export syntax, SPA fallback with API route protection, Vite plugin setup, and scheduled/cron handlers
  • Includes troubleshooting reference for 10 common issues, architecture decisions, and deployment strategies with documented sources
SKILL.md

Cloudflare Worker Builder

Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets.

Workflow

Step 1: Understand the Project

Ask about the project to choose the right bindings and structure:

  • What does the app do? (API only, SPA + API, landing page)
  • What data storage? (D1 database, R2 files, KV cache, none)
  • Auth needed? (Clerk, better-auth, none)
  • Custom domain or workers.dev subdomain?

A brief like "todo app with database" is enough to proceed.

Step 2: Scaffold the Project

Related skills
Installs
874
GitHub Stars
776
First Seen
Feb 18, 2026