Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Waku

A guide for initializing a Waku React application using the create-cloudflare CLI, developing it in a local environment, and deploying it to Cloudflare Workers using Workers Assets.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Waku

A guide for initializing a Waku React application using the create-cloudflare CLI, developing it in a local environment, and deploying it to Cloudflare Workers using Workers Assets.

When To Use

Use when you need to initialize a Waku framework project and deploy it to Cloudflare Workers with automatic configuration detection.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-waku-workflow-guide.mdA guide detailing how to create a new Waku application and deploy it to Cloudflare Workers using Workers Assets.Questions about a guide detailing how to create a new Waku application and deploy it to Cloudflare Workers using Workers Assets.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen.textThe wrangler deploy command used to deploy a Waku application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy a Waku application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen-2.textThe wrangler deploy command used to deploy a Waku application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy a Waku application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen-3.textThe pnpm wrangler deploy command used to deploy a Waku application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The pnpm wrangler deploy command used to deploy a Waku application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-npm-creat.textThe npm command used to initialize a new Waku application using the Cloudflare create command.Exact payloads, commands, or snippets shown in The npm command used to initialize a new Waku application using the Cloudflare create command.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-scaffold-.textThe terminal command used to scaffold a new Waku application using the Cloudflare create command.Exact payloads, commands, or snippets shown in The terminal command used to scaffold a new Waku application using the Cloudflare create command.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-project-i.textThe command to initialize a new Waku project using the Cloudflare create command.Exact payloads, commands, or snippets shown in The command to initialize a new Waku project using the Cloudflare create command.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-setup-com.textThe terminal commands required to initialize and navigate into a new Waku application project.Exact payloads, commands, or snippets shown in The terminal commands required to initialize and navigate into a new Waku application project.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-dev-comma.textThe text content demonstrates the npm run dev command used to start a local development server for a Waku application on Cloudflare Workers.Exact payloads, commands, or snippets shown in The text content demonstrates the npm run dev command used to start a local development server for a Waku application...
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-dev-comma-2.textThe terminal command used to start the local development server for a Waku application on Cloudflare Workers.Exact payloads, commands, or snippets shown in The terminal command used to start the local development server for a Waku application on Cloudflare Workers.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-dev-comma-3.textThe text content demonstrates the pnpm command used to start the local development server for a Workers Waku application.Exact payloads, commands, or snippets shown in The text content demonstrates the pnpm command used to start the local development server for a Workers Waku applicat...
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploy-co.textThe npm deployment command used to deploy a Waku application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The npm deployment command used to deploy a Waku application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploymen-4.textThe terminal command used to deploy a Waku application to Cloudflare Workers using yarn.Exact payloads, commands, or snippets shown in The terminal command used to deploy a Waku application to Cloudflare Workers using yarn.
examples/workers-framework-guides-web-apps-waku-cloudflare-workers-waku-deploy-co-2.textThe deployment command used to deploy a Waku application to Cloudflare Workers using pnpm.Exact payloads, commands, or snippets shown in The deployment command used to deploy a Waku application to Cloudflare Workers using pnpm.

What This Skill Covers

  • In this guide, you will create a new Waku ↗ application and deploy to Cloudflare Workers (with the new Workers Assets). Waku is a minimal React framework bui...
  • Main sections: Tags, 1\. Set up a new project, 2\. Develop locally, 3\. Deploy your project, 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/waku