---
title: Deploy frontend applications
description: Deploy React, Vue, Astro, and other frontend frameworks globally with Git-triggered builds and preview URLs.
image: https://developers.cloudflare.com/cf-twitter-card.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/use-cases/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Deploy frontend applications

Deploying a frontend application with React, Vue, Astro, or any other framework requires a platform that handles builds, previews, and global distribution. Cloudflare Workers deploys your frontend to 300+ edge locations with automatic builds triggered on push to GitHub or GitLab.

## Solutions

### Workers

Build and deploy serverless applications on Cloudflare's global network. [Learn more about Workers](https://developers.cloudflare.com/workers/).

* **Git integration** \- Automatic deployments triggered on push to GitHub or GitLab
* **Preview deployments** \- Every pull request gets a unique URL for review before merging
* **Global distribution** \- Static assets and server-side logic served from 300+ edge locations
* **Full-stack support** \- Serve frontend assets and handle Application Programming Interface (API) routes from a single deployment

## Get started

1. [Workers get started](https://developers.cloudflare.com/workers/get-started/)
2. [Configure custom domains](https://developers.cloudflare.com/workers/configuration/routing/custom-domains/)

```json
{"@context":"https://schema.org","@type":"TechArticle","@id":"https://developers.cloudflare.com/use-cases/web-apps/deploy-frontend/#page","headline":"Deploy frontend applications · Cloudflare use cases","description":"Deploy React, Vue, Astro, and other frontend frameworks globally with Git-triggered builds and preview URLs.","url":"https://developers.cloudflare.com/use-cases/web-apps/deploy-frontend/","inLanguage":"en","image":"https://developers.cloudflare.com/cf-twitter-card.png","dateModified":"2026-04-24","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/use-cases/","name":"Use cases"}},{"@type":"ListItem","position":3,"item":{"@id":"/use-cases/web-apps/","name":"Web sites and web apps"}},{"@type":"ListItem","position":4,"item":{"@id":"/use-cases/web-apps/deploy-frontend/","name":"Deploy frontend applications"}}]}
```
