Remote workspaces let you code anywhere without the “works on my machine” dance. Each workspace is a pre-configured environment that lives in the cloud, boots in seconds, and contains everything your project needs—tools, runtimes, secrets, and ports—defined by a simple devcontainer.json.

Why use remote workspaces?

BenefitWhat it means for you
Zero setupOpen a session and start coding—no local installs or VM juggling.
ConsistencyEvery teammate (and CI job) runs the exact same environment.
SpeedHeavy builds run on powerful cloud CPUs; your laptop fan stays silent.
IsolationExperiments live in disposable workspaces, keeping your local machine clean.
CollaborationShare a workspace link; reviewers jump into the live environment with code and ports already running.

Get Started


Quick Example

Want to see a fully working setup? Check out the JavaScript / React example—copy-paste the devcontainer and you’re ready to npm run dev.

JavaScript Example

React + TypeScript + Vite in one minute.


More to Explore

Ready? Head to Settings → Workspaces and launch your first remote workspace. Happy coding!