Development Concepts

Deploy

The process of taking code from your local computer and putting it on a server where other people can access it.

Definition

The process of taking code from your local computer and putting it on a server where other people can access it. Deploying a website means making it live on the internet.

Example

You build a website on your laptop. Deploying it to a service like Vercel or Netlify makes it accessible to anyone in the world with a URL.

See it in context Learn how Deploy fits into the bigger picture of how software actually works.

Read the Guide →