---
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
---

[Skip to content](#%5Ftop) 

Was this helpful?

YesNo

[ Edit page ](https://github.com/cloudflare/cloudflare-docs/edit/production/src/content/docs/use-cases/web-apps/deploy-frontend.mdx) [ Report issue ](https://github.com/cloudflare/cloudflare-docs/issues/new/choose) 

Copy page

# 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":"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"}}]}
```
