Superconductor Docs

Quick start

Get started with Superconductor in minutes.

Sign up

We support signing up with Google, Apple, GitHub, or email/password.

Sign up form with OAuth options for Google, GitHub, and Apple

Workspace setup

After you sign up, you'll land in your personal Workspace.

Workspace setup panel showing the Connect GitHub button

The first step is to connect GitHub. Superconductor projects are built around one or more GitHub repos, and you choose exactly which repos Superconductor can access.

GitHub OAuth authorization prompt requesting permissions for Superconductor

You can select all or any subset of repos that you want Superconductor to access.

GitHub repository selection with all or selected repositories permission options

After GitHub is connected, the next step is to set up a coding agent: connect your existing Claude, ChatGPT, or SuperGrok plan, or add your own API keys, in the Connect Plan/Add API Keys step. You can add more credentials later in Project Settings.

Next, create your first project. A project needs at least one repo, but it can include as many as you need. Agents launched in that project can work across all linked repos. See the GitHub integration docs for more on connecting and managing repositories.

Workspace setup panel showing GitHub and agent setup complete with Create Project as the active step

Project setup

When you create a project, Superconductor automatically runs Automatic Environment Setup. It inspects your repo(s), configures the packages, commands, and services it needs, and gets live previews working when it can. If it needs secrets like API keys or database URLs, it will ask for them; otherwise, it auto-applies the setup for you in the background.

You can also configure things manually at any time if you prefer.

Project onboarding modal showing the first-ticket step with sample ticket ideas

The onboarding modal walks you through the first few project steps and then brings you straight to creating your first ticket. You can click one of the sample tickets to get started fast, or write your own if you already know what you want the agents to work on.

For now, let's go ahead and submit the first ticket. "Analyze this project" is a good first one. The agent dropdown defaults to one implementation using your Default agent profile, if it is available for the project. Otherwise, Superconductor will pick the best available agent based on your credits or credentials. You can also pick different agents if you'd like to compare. Here I am selecting an Opus 4.7 and a Codex GPT-5.5.

Create ticket with agent model selection dropdown showing Claude Code Opus 4.7 and Codex GPT-5.5 options

Ticket implementations

Clicking into a Ticket, we see the running implementations.

Ticket view showing running implementations from Claude Code Opus 4.7 and Codex GPT-5.5

When one finishes, we can check it out. Click into an implementation to:

  • Review the diff: See all code changes with our Guided Review feature
  • Chat with the agent: Continue the conversation to refine the implementation
  • Live preview: Test the changes in a live environment with terminal access

Next steps

On this page