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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-static-assets-migration-guides-migrate-from-vercel-to-workflow-guide.md | A 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.text | A 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.text | A 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.text | A 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.text | A 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
- 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/vercel-to-workers
