cloudflare-full-stack-scaffold

Provision a Cloudflare full-stack scaffold with React, Hono, and pre-configured services.

16|7|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/jackspace/ClaudeSkillz --skill cloudflare-full-stack-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-full-stack-scaffold
Source: https://github.com/jackspace/ClaudeSkillz/tree/main/skills/cloudflare-full-stack-scaffold
Command: npx skills add https://github.com/jackspace/ClaudeSkillz --skill cloudflare-full-stack-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wrangler, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

A complete, production-ready Cloudflare full-stack starter with React, Hono, AI SDK, and all core Cloudflare services pre-configured.

Core Features & Use Cases

  • Pre-configured Cloudflare services: D1, KV, R2, Workers AI, Vectorize, Queues
  • Optional Clerk Auth and AI Chat
  • Planning docs and session handoff protocol
  • Frontend-backend integration with a modern React + Vite stack

Quick Start

Copy the scaffold, install dependencies, run init services, and start developing in under minutes.

Frequently Asked Questions about cloudflare-full-stack-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a production-ready full-stack application with Cloudflare Workers and React?

Set up a production-ready full-stack application by using this scaffold to provision Cloudflare Workers with Hono, React with Vite, and pre-configured services including D1, KV, R2, and Workers AI. The scaffold automates service bindings, typed queries, and backend routes, letting you start developing in minutes.

Can I use Cloudflare D1, KV, and R2 together in a single project?

Yes. This scaffold pre-configures D1 for databases, KV for caching, and R2 for object storage as integrated services with typed bindings and ready-to-run code, eliminating manual setup and configuration across multiple Cloudflare services.

Does this scaffold include authentication and AI features out of the box?

The scaffold includes optional Clerk authentication and AI chat capabilities through script-based opt-ins. Workers AI and Vectorize are pre-configured, allowing you to enable advanced features without additional service setup.

What do I need installed to use this Cloudflare full-stack scaffold?

You need wrangler and Node.js installed. The scaffold handles provisioning of Cloudflare services and dependency installation, so you can initialize and run projects immediately after these prerequisites are met.

How does this scaffold handle frontend-backend communication?

The scaffold provides ready-to-run backend routes, frontend components, and a session handoff protocol that integrates React with Hono-based Workers, enabling seamless type-safe communication between your frontend and backend layers.

What documentation and planning resources does the scaffold include?

The scaffold includes planning documents and a session handoff protocol alongside scripts and references to guide project setup, architecture decisions, and feature enablement for advanced capabilities like queues and vectorization.