Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers RedwoodSDK

A guide for initializing, developing locally, and deploying a full-stack web application using the RedwoodSDK framework on Cloudflare Workers.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers RedwoodSDK

A guide for initializing, developing locally, and deploying a full-stack web application using the RedwoodSDK framework on Cloudflare Workers.

When To Use

Use when you need to scaffold a new full-stack React application with SSR and Server Components and deploy it to the Cloudflare Workers platform.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-redwoodsdk-workflow-guide.mdA guide explaining how to create and deploy a new RedwoodSDK application on Cloudflare Workers.Questions about a guide explaining how to create and deploy a new RedwoodSDK application on Cloudflare Workers.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods.textThe npx command used to initialize a new project using the Cloudflare Workers RedwoodSDK.Exact payloads, commands, or snippets shown in The npx command used to initialize a new project using the Cloudflare Workers RedwoodSDK.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-2.textThe command used to initialize a new project using the Cloudflare Workers RedwoodSDK via yarn dlx.Exact payloads, commands, or snippets shown in The command used to initialize a new project using the Cloudflare Workers RedwoodSDK via yarn dlx.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-3.textThe command used to initialize a new project using the Cloudflare Workers RedwoodSDK via pnpx.Exact payloads, commands, or snippets shown in The command used to initialize a new project using the Cloudflare Workers RedwoodSDK via pnpx.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-4.textTerminal commands for initializing and navigating a new project using the Workers RedwoodSDK.Exact payloads, commands, or snippets shown in Terminal commands for initializing and navigating a new project using the Workers RedwoodSDK.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-5.textThe npm install command required to add the Workers RedwoodSDK to a project.Exact payloads, commands, or snippets shown in The npm install command required to add the Workers RedwoodSDK to a project.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-6.textA text guide detailing the yarn install command and initial setup steps for the Workers RedwoodSDK.Exact payloads, commands, or snippets shown in A text guide detailing the yarn install command and initial setup steps for the Workers RedwoodSDK.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-7.textA text guide detailing the pnpm installation commands for the Cloudflare Workers RedwoodSDK.Exact payloads, commands, or snippets shown in A text guide detailing the pnpm installation commands for the Cloudflare Workers RedwoodSDK.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-8.textA text guide detailing the installation process for the Workers RedwoodSDK using the bun package manager.Exact payloads, commands, or snippets shown in A text guide detailing the installation process for the Workers RedwoodSDK using the bun package manager.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-9.textA text snippet demonstrating the npm run dev command used to start the Workers RedwoodSDK development environment.Exact payloads, commands, or snippets shown in A text snippet demonstrating the npm run dev command used to start the Workers RedwoodSDK development environment.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-10.textThe yarn run dev command used to start the development server for the Workers RedwoodSDK.Exact payloads, commands, or snippets shown in The yarn run dev command used to start the development server for the Workers RedwoodSDK.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-11.textThe pnpm command used to start the local development server for the Workers RedwoodSDK.Exact payloads, commands, or snippets shown in The pnpm command used to start the local development server for the Workers RedwoodSDK.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-12.textA code example demonstrating the use of the defineApp function from the Workers RedwoodSDK to define a web application.Exact payloads, commands, or snippets shown in A code example demonstrating the use of the defineApp function from the Workers RedwoodSDK to define a web application.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-13.textA JavaScript code example demonstrating the use of the defineApp function within the Cloudflare Workers RedwoodSDK to define application routes.Exact payloads, commands, or snippets shown in A JavaScript code example demonstrating the use of the defineApp function within the Cloudflare Workers RedwoodSDK to...
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-14.textA text snippet demonstrating the npm release command used within the Workers RedwoodSDK framework.Exact payloads, commands, or snippets shown in A text snippet demonstrating the npm release command used within the Workers RedwoodSDK framework.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-15.textA text snippet demonstrating the yarn run release command used within the Workers RedwoodSDK framework.Exact payloads, commands, or snippets shown in A text snippet demonstrating the yarn run release command used within the Workers RedwoodSDK framework.
examples/workers-framework-guides-web-apps-redwoodsdk-cloudflare-workers-redwoods-16.textA text snippet demonstrating the pnpm release command used within the Workers RedwoodSDK framework.Exact payloads, commands, or snippets shown in A text snippet demonstrating the pnpm release command used within the Workers RedwoodSDK framework.

What This Skill Covers

  • In this guide, you will create a new RedwoodSDK ↗ application and deploy it to Cloudflare Workers.
  • Main sections: Tags, Deploy a new RedwoodSDK application on Workers.

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/redwoodsdk