Your First Workspace

Add a Repository

Add your repo from a local folder or Git URL. Requires GitHub auth (gh auth status).

Add Repository

Create a Workspace

Each workspace is an isolated git worktree on its own branch. Superset only copies git-tracked files—use setup scripts for .env files or bun install.

Create workspaces from:

  • New branch from main
  • Existing branch
  • Pull request

New Workspace

Start Working

  • ⌘O - Open in Cursor/VS Code
  • Terminal - Built-in terminal ready to use
  • Changes - View diffs and commit

Next Steps

On this page