# Project Deployment

Source: https://docs.interop.io/browser/getting-started/project-deployment/index.html

## Deployment

Deploying an **io.Connect Browser** project is extremely simple since the only necessary imports in your apps are the [`@interopio/browser-platform`](https://www.npmjs.com/package/@interopio/browser-platform) library for your [Main app](https://docs.interop.io/browser/developers/browser-platform/overview/index.md) and the [`@interopio/browser`](https://www.npmjs.com/package/@interopio/browser) library for your [Browser Client](https://docs.interop.io/browser/developers/browser-client/overview/index.md) apps. This enables you to deploy your project by following your standard deployment procedures and using any tools you may need.

If you are using [Workspaces](https://docs.interop.io/browser/capabilities/windows/workspaces/overview/index.md), you must ensure that your [Workspaces App](https://docs.interop.io/browser/capabilities/windows/workspaces/workspaces-app/index.md) is deployed at the expected location - this location is specified when you initialize the [`@interopio/browser-platform`](https://www.npmjs.com/package/@interopio/browser-platform) in your Main app.
