Skip to main content
Join waitlist

Workspaces & Projects

MobileVibe organizes your work into two simple concepts: workspaces (your computers) and projects (your code folders). Here's how they work together.

What Is a Workspace?

A workspace represents one computer. When you install MobileVibe on your PC and pair it, that PC becomes a workspace. If you have multiple computers (say a work laptop and a home desktop), you'd create a workspace for each one.

Your workspaces are listed on the main dashboard at app.mobilevibe.com. Each workspace shows its name and whether your PC can be reached.

Workspaces list showing one workspace

Creating and Removing Workspaces

To create a workspace, tap + New Workspace on the dashboard and give it a name. MobileVibe automatically provisions a secure connection for it.

To remove a workspace, tap the Remove button on the workspace card. This disconnects the computer from your account. You can always re-pair it later by creating a new workspace and running Sign In / Pair again from the tray menu.

Workspace Status

A workspace is reachable when your PC is on, connected to the internet, and the MobileVibe Desktop Connector is running. If your PC is turned off, asleep, or not connected, you won't be able to launch or access projects on it.

Tip: Look for the MobileVibe icon in your system tray to confirm the Desktop Connector is running. If it's not there, launch MobileVibe from the Start Menu.

What Is a Project?

A project is one code folder paired with an AI assistant. When you add a project, you tell MobileVibe which folder to open and which AI agent to use (Claude Code or Codex). MobileVibe then knows how to launch VS Code with the right settings for that project.

You can have as many projects as you want in a workspace. For example, you might have:

  • "My Website" — C:\dev\my-website with Claude Code
  • "Card Game" — C:\dev\card-game with Codex
  • "Home Automation" — C:\dev\home-automation with Codex
Project dashboard showing three project cards
Project list on mobile showing three projects

Multiple projects on the dashboard, shown on desktop and mobile.

Adding a Project

Tap Add New Project on the projects dashboard and fill in:

  • Project Name — A friendly name to identify this project
  • Project Path — The folder on your PC. Your recent VS Code folders show up at the top for quick selection.
  • Agent — Choose Claude Code or Codex
Add New Project dialog

Launching and Closing Projects

Each project card has a Launch button. Tapping it tells MobileVibe to open VS Code on your desktop with the right parameters for remote access. The project status changes from OFFLINE to ONLINE once VS Code is ready.

You can also close or restart a project from its card. Closing a project shuts down the VS Code instance.

Always launch VS Code through MobileVibe. Whether you're at your desk or on your phone, use the Launch button on the project card. MobileVibe opens VS Code with special command-line parameters that enable remote access. If you open VS Code directly from the Start Menu or taskbar, MobileVibe won't be able to connect to it.

Managing Multiple Projects

You can run multiple projects at the same time. Each one gets its own VS Code instance on your desktop. Switch between them by tapping the back arrow to return to the project list, then tapping the project you want.

To remove a project you no longer need, tap the Remove button on its card. This only removes the project from MobileVibe — your code folder and files on disk are never touched.