cloudflare · Cloudflare Workers Docs
Static Assets Migrate from Netlify to Workers
A step-by-step guide to migrating an existing application from Netlify to Cloudflare Workers, including identifying build settings, configuring a wrangler file for SSG or SPA, and setting up custom domains.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Static Assets Migrate from Netlify to Workers
A step-by-step guide to migrating an existing application from Netlify to Cloudflare Workers, including identifying build settings, configuring a wrangler file for SSG or SPA, and setting up custom domains.
When To Use
Use when migrating a web application from Netlify to Cloudflare Workers and needing to configure build commands, output directories, or wrangler configuration files.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-static-assets-migration-guides-migrate-from-netlify-to-workflow-guide.md | A guide detailing the steps to migrate static assets and applications from Netlify to Cloudflare Workers. | Questions about a guide detailing the steps to migrate static assets and applications from Netlify to Cloudflare Workers. |
examples/workers-static-assets-migration-guides-migrate-from-netlify-to-cloudflar.text | A wrangler.toml configuration example demonstrating the assets directory setup for migrating from Netlify to Cloudflare Workers. | Exact payloads, commands, or snippets shown in A wrangler.toml configuration example demonstrating the assets directory setup for migrating from Netlify to Cloudfla... |
examples/workers-static-assets-migration-guides-migrate-from-netlify-to-cloudflar-2.text | A wrangler.toml configuration template demonstrating the assets directory and compatibility date settings for migrating from Netlify to Cloudflare Workers. | Exact payloads, commands, or snippets shown in A wrangler.toml configuration template demonstrating the assets directory and compatibility date settings for migrati... |
examples/workers-static-assets-migration-guides-migrate-from-netlify-to-cloudflar-3.text | A wrangler.toml configuration example demonstrating the assets property settings for migrating a project from Netlify to Cloudflare Workers. | Exact payloads, commands, or snippets shown in A wrangler.toml configuration example demonstrating the assets property settings for migrating a project from Netlify... |
examples/workers-static-assets-migration-guides-migrate-from-netlify-to-cloudflar-4.text | A TOML configuration snippet demonstrating the compatibility date and assets directory settings for migrating from Netlify to Cloudflare Workers. | Exact payloads, commands, or snippets shown in A TOML configuration snippet demonstrating the compatibility date and assets directory settings for migrating from Ne... |
What This Skill Covers
- In this tutorial, you will learn how to migrate your Netlify application to Cloudflare Workers.
- Main sections:
Frameworks,Find your build command and build directory,Create a wrangler file,Create a new Workers project,Add a custom domain.
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/migration-guides/netlify-to-workers
