cloudflare-full-stack-scaffold

Scaffold Cloudflare apps with React, Hono, and pre-configured services.

204|30|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/secondsky/claude-skills --skill cloudflare-full-stack-scaffold-secondsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-full-stack-scaffold
Source: https://github.com/secondsky/claude-skills/tree/main/plugins/cloudflare-full-stack-scaffold/skills/cloudflare-full-stack-scaffold
Command: npx skills add https://github.com/secondsky/claude-skills --skill cloudflare-full-stack-scaffold-secondsky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides a production-ready React + Cloudflare Workers starter with Hono, D1, KV, R2, Workers AI, and planning docs to launch quickly.

Core Features & Use Cases

  • Pre-configured frontend + backend setup
  • D1, KV, R2, Workers AI bindings
  • Optional features: Clerk auth, queues, vectorize, AI chat
  • Planning docs and session handoff included

Quick Start

Copy scaffold, install dependencies, initialize core services, and run locally.

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 app with React and Cloudflare Workers?

A full-stack scaffold provides pre-configured React frontend and Hono backend with Cloudflare bindings (D1, KV, R2, Workers AI) ready to deploy. This starter eliminates manual setup, letting you focus on features instead of infrastructure wiring.

Can I build an AI chat application with Cloudflare Workers and D1?

Yes. This scaffold includes pre-wired Workers AI bindings, D1 database integration, and optional vectorize support for RAG-enabled chat interfaces. Multi-provider AI integration is included for flexible model selection.

What does a full-stack Cloudflare scaffold include out of the box?

Production-ready scaffolds bundle React + Hono setup, pre-configured D1, KV, R2, and Workers AI bindings, Vite integration, Tailwind v4 theming, optional Clerk authentication, queues, and planning docs for rapid deployment.

Do I need existing Cloudflare services to use this starter?

No prerequisites required. The scaffold provides initialization scripts and docs to set up D1, KV, R2, and Workers AI bindings from scratch, plus optional features like Clerk auth and vectorize when needed.

How quickly can I deploy an AI-powered app with this template?

Copy the scaffold, install dependencies, run initialization scripts, and deploy. Pre-wired bindings and session handoff planning eliminate configuration delays, enabling rapid startup for chat interfaces and RAG applications.

What's the difference between using this scaffold versus building from scratch?

Scaffolds eliminate repetitive binding configuration, Vite setup, and theming decisions. Pre-integrated D1, KV, R2, and Workers AI reduce friction; production-ready structure and planning docs accelerate feature development versus manual setup.