Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Full-stack application

Overview of the architecture and build process for full-stack web applications on Cloudflare Workers, including server-side rendering and client-side hydration patterns.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Full-stack application

Overview of the architecture and build process for full-stack web applications on Cloudflare Workers, including server-side rendering and client-side hydration patterns.

When To Use

Use when you need to understand the architectural requirements for deploying server-side rendered applications with client-side hydration on Cloudflare Workers.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-static-assets-routing-full-stack-application-workflow-guide.mdA guide explaining how to build and deploy full-stack web applications using Cloudflare Workers and static assets routing.Questions about a guide explaining how to build and deploy full-stack web applications using Cloudflare Workers and static assets rou...

What This Skill Covers

  • Full-stack applications are web applications which are span both the client and server. The build process of these applications will produce a HTML files, ac...

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/static-assets/routing/full-stack-application