Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-hono-workflow-guide.mdA 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.textThe 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.textThe 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.textThe 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.textA 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.textThe 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.textA 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.textThe 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.textThe 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.textThe 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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