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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-redwoodsdk-workflow-guide.md | A 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.text | The 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.text | The 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.text | The 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.text | Terminal 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.text | The 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.text | A 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.text | A 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.text | A 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.text | A 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.text | The 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.text | The 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.text | A 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.text | A 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.text | A 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.text | A 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.text | A 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
- 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/redwoodsdk
