cloudflare · Cloudflare Workers Docs
Workers Hono
Guides the creation and deployment of a full-stack application using the Hono framework, a React single-page application, and Cloudflare Workers Assets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Hono
Guides the creation and deployment of a full-stack application using the Hono framework, a React single-page application, and Cloudflare Workers Assets.
When To Use
Use when you need to scaffold, develop, and deploy a full-stack web application that combines a Hono API with a React SPA on Cloudflare Workers.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-hono-workflow-guide.md | A guide for scaffolding a full-stack application using Hono, React, and the Cloudflare Vite plugin on Cloudflare Workers. | Questions about a guide for scaffolding a full-stack application using Hono, React, and the Cloudflare Vite plugin on Cloudflare Work... |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-vite-reac.text | The npm command used to scaffold a new Cloudflare Workers project using the Hono framework with a Vite React template. | Exact payloads, commands, or snippets shown in The npm command used to scaffold a new Cloudflare Workers project using the Hono framework with a Vite React template. |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-vite-reac-2.text | The shell command used to scaffold a new Cloudflare Workers project using the Hono framework with a Vite React template. | Exact payloads, commands, or snippets shown in The shell command used to scaffold a new Cloudflare Workers project using the Hono framework with a Vite React template. |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-vite-reac-3.text | The command to scaffold a new Cloudflare Workers project using the Hono framework with a Vite React template via pnpm. | Exact payloads, commands, or snippets shown in The command to scaffold a new Cloudflare Workers project using the Hono framework with a Vite React template via pnpm. |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-dev-comma.text | A text snippet demonstrating the npm run dev command used to start a local development server for a Cloudflare Workers project using the Hono framework. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the npm run dev command used to start a local development server for a Cloudflare Worker... |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-dev-comma-2.text | The command used to run a Cloudflare Workers Hono application in a local development environment using yarn. | Exact payloads, commands, or snippets shown in The command used to run a Cloudflare Workers Hono application in a local development environment using yarn. |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-dev-comma-3.text | A text snippet demonstrating the pnpm command used to run a Cloudflare Workers Hono application in development mode. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the pnpm command used to run a Cloudflare Workers Hono application in development mode. |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-deploymen.text | The npm command used to deploy a Hono application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The npm command used to deploy a Hono application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-deploymen-2.text | The yarn run deploy command used to deploy a Hono application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The yarn run deploy command used to deploy a Hono application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-hono-cloudflare-workers-hono-deploymen-3.text | The pnpm command used to deploy a Cloudflare Workers application built with the Hono framework. | Exact payloads, commands, or snippets shown in The pnpm command used to deploy a Cloudflare Workers application built with the Hono framework. |
What This Skill Covers
- Start from CLI - scaffold a full-stack app with a Hono API, React SPA and the Cloudflare Vite plugin for lightning-fast development.
- Main sections:
Tags,What is Hono?,Creating a full-stack Hono app with a React SPA,Bindings.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/framework-guides/web-apps/more-web-frameworks/hono
