Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

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

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