Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-static-assets-migration-guides-migrate-from-netlify-to-workflow-guide.mdA 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.textA 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.textA 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.textA 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.textA 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

  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/migration-guides/netlify-to-workers