cloudflare · Cloudflare Workers Docs
Workers Solid
A guide for initializing a new Solid application using the create-cloudflare CLI, developing it in a local environment, and deploying it to Cloudflare Workers using Workers Assets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Solid
A guide for initializing a new Solid 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 scaffold, develop locally, and deploy a Solid application to the Cloudflare Workers platform using Workers Assets.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-solid-workflow-guide.md | A guide for setting up, developing locally, and deploying SolidStart projects on Cloudflare Workers. | Questions about a guide for setting up, developing locally, and deploying SolidStart projects on Cloudflare Workers. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-deploym.text | The npx wrangler deploy command used to deploy a Solid application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The npx wrangler deploy command used to deploy a Solid application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-deploym-2.text | The wrangler deploy command used to deploy a Solid application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy a Solid application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-deploy-.text | The pnpm wrangler deploy command used to deploy a Solid application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The pnpm wrangler deploy command used to deploy a Solid application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-app-cre.text | The npm command used to scaffold a new Cloudflare Workers project using the Solid framework with experimental flags. | Exact payloads, commands, or snippets shown in The npm command used to scaffold a new Cloudflare Workers project using the Solid framework with experimental flags. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-app-cre-2.text | The shell command used to scaffold a new Cloudflare Workers project using the Solid framework via the create-cloudflare CLI. | Exact payloads, commands, or snippets shown in The shell command used to scaffold a new Cloudflare Workers project using the Solid framework via the create-cloudfla... |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-app-cre-3.text | The pnpm command used to scaffold a new SolidJS application on Cloudflare Workers using the experimental framework flag. | Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new SolidJS application on Cloudflare Workers using the experimental framework flag. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-setup-c.text | The terminal commands required to initialize and navigate into a new SolidJS application for Cloudflare Workers. | Exact payloads, commands, or snippets shown in The terminal commands required to initialize and navigate into a new SolidJS application for Cloudflare Workers. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-dev-com.text | The text content demonstrates the npm run dev command used to start a local development environment for a Cloudflare Workers project using the Solid framework. | Exact payloads, commands, or snippets shown in The text content demonstrates the npm run dev command used to start a local development environment for a Cloudflare... |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-dev-com-2.text | A text snippet demonstrating the yarn run dev command used to start a local development server for a Cloudflare Workers Solid application. | Exact payloads, commands, or snippets shown in A text snippet demonstrating the yarn run dev command used to start a local development server for a Cloudflare Worke... |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-dev-com-3.text | The terminal command used to start the local development server for a Cloudflare Workers project using the Solid framework. | Exact payloads, commands, or snippets shown in The terminal command used to start the local development server for a Cloudflare Workers project using the Solid fram... |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-deploym-3.text | The npm command used to deploy a Solid application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The npm command used to deploy a Solid application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-deploym-4.text | The text file contains the yarn command used to deploy a Solid application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The text file contains the yarn command used to deploy a Solid application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-solid-cloudflare-workers-solid-deploy--2.text | The deployment command used to deploy a SolidJS application to Cloudflare Workers using pnpm. | Exact payloads, commands, or snippets shown in The deployment command used to deploy a SolidJS application to Cloudflare Workers using pnpm. |
What This Skill Covers
- Support for SolidStart projects on Cloudflare Workers is currently in beta.
- Main sections:
Tags,1\. Set up a new project,2\. Develop locally,3\. Deploy your Project,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/solid
