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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-static-assets-routing-full-stack-application-workflow-guide.md | A 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
- 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/static-assets/routing/full-stack-application
