Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Static Assets Migrate from Vercel to Workers

A step-by-step guide to migrating applications from Vercel to Cloudflare Workers, including identifying build settings, configuring wrangler files, and setting up custom domains.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Static Assets Migrate from Vercel to Workers

A step-by-step guide to migrating applications from Vercel to Cloudflare Workers, including identifying build settings, configuring wrangler files, and setting up custom domains.

When To Use

Use when migrating a web application from Vercel to Cloudflare Workers and needing to configure build commands, output directories, and 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-vercel-to-workflow-guide.mdA guide detailing the steps to migrate static assets and applications from Vercel to Cloudflare Workers.Questions about a guide detailing the steps to migrate static assets and applications from Vercel to Cloudflare Workers.
examples/workers-static-assets-migration-guides-migrate-from-vercel-to-cloudflare.textA wrangler.toml configuration example demonstrating how to migrate static assets from Vercel to Cloudflare Workers.Exact payloads, commands, or snippets shown in A wrangler.toml configuration example demonstrating how to migrate static assets from Vercel to Cloudflare Workers.
examples/workers-static-assets-migration-guides-migrate-from-vercel-to-cloudflare-2.textA sample wrangler.toml configuration demonstrating the assets directory setup for migrating static assets from Vercel to Cloudflare Workers.Exact payloads, commands, or snippets shown in A sample wrangler.toml configuration demonstrating the assets directory setup for migrating static assets from Vercel...
examples/workers-static-assets-migration-guides-migrate-from-vercel-to-cloudflare-3.textA wrangler.toml configuration example demonstrating the assets property and compatibility date settings for migrating from Vercel to Cloudflare Workers.Exact payloads, commands, or snippets shown in A wrangler.toml configuration example demonstrating the assets property and compatibility date settings for migrating...
examples/workers-static-assets-migration-guides-migrate-from-vercel-to-cloudflare-4.textA wrangler.toml configuration template demonstrating the assets and compatibility date settings required to migrate a project from Vercel to Cloudflare Workers.Exact payloads, commands, or snippets shown in A wrangler.toml configuration template demonstrating the assets and compatibility date settings required to migrate a...

What This Skill Covers

  • In this tutorial, you will learn how to migrate your Vercel 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/vercel-to-workers