Workers Sites
Workers Sites enables developers to deploy static applications directly to Workers.
It is perfect for deploying applications built with static site generators like Hugo and Gatsby, or front-end frameworks like Vue and React.
To deploy with Workers Sites, select from one of these three routes depending on the state of your target project:
1. Deploy an existing static site
If you have an existing project or static assets that you want to deploy with Workers, this quick start guide will help you add Wrangler and configure Workers Sites for your project.
Start from existing2. Start from scratch
If you are ready to start a brand new project, Workers Sites will set up the infrastructure to deploy a simple HTML website to Workers.
Start from scratch3. Add static assets to an existing Workers project
If you already have an application deployed to Workers, this guide will show you how to use Workers Sites in your existing codebase, allowing you to deploy your entire application as a single Workers project.
Start from a worker