Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
Run 10+ CLI coding agents like Claude Code, Codex, etc. in parallel on your machine.
Spin up new coding tasks while waiting for your current agent to finish. Quickly switch between tasks as they need your attention.

## What you can do with Superset:

- [X] Create and organize parallel coding environment
- [X] Get notified when an agent needs your review
- [ ] Share context between agents
- [ ] Code on the go with a cloud environment
- [ ] Automate reviewing and feedback
- [ ] Create and manage Git pull requests

<img alt="example" src="assets/example.gif" />

## Getting Started
Expand Down Expand Up @@ -59,7 +50,7 @@ open apps/desktop/release

### Usage

For each parallel tasks, Superset uses git worktree to clone a new branch on your machine. Automate copying env variables, installing dependencies, etc. through a setup script `./superset/setup.json`
For each parallel tasks, Superset uses git worktrees to clone a new branch on your machine. Automate copying env variables, installing dependencies, etc. through a setup script (`./superset/setup.json`)

Comment on lines 51 to 54
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Minor grammar fix in usage sentence

“Each” doesn’t agree with plural “tasks”. Suggest singular:

-For each parallel tasks, Superset uses git worktrees to clone a new branch on your machine. Automate copying env variables, installing dependencies, etc. through a setup script (`./superset/setup.json`)
+For each parallel task, Superset uses git worktrees to clone a new branch on your machine. Automate copying env variables, installing dependencies, etc. through a setup script (`./superset/setup.json`)
🤖 Prompt for AI Agents
In README.md around lines 51 to 54, the phrase "For each parallel tasks" is
grammatically incorrect; change it to "For each parallel task" (singular) so the
subject and noun agree, and ensure the sentence reads: "For each parallel task,
Superset uses git worktrees to clone a new branch on your machine." Keep the
rest of the paragraph unchanged.

<div align="center">
<img width="600" alt="Creating a worktree" src="assets/create-worktree.gif" />
Expand Down
Binary file added apps/website/public/hero/manage-terminals.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
241 changes: 0 additions & 241 deletions apps/website/src/app/BRAND_GUIDELINES.md

This file was deleted.

3 changes: 3 additions & 0 deletions apps/website/src/app/components/HeroSection/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,21 @@ export function HeroSection() {

const SELECTOR_OPTIONS = [
"Use Agents",
"Manage Terminals",
"Open Worktrees",
"Customize Themes",
] as const;

const BACKGROUND_GRADIENTS: Record<string, string> = {
"Use Agents": "from-rose-900/80 via-pink-950/70 to-rose-950/80",
"Manage Terminals": "from-amber-900/80 via-yellow-950/70 to-orange-950/80",
"Open Worktrees": "from-blue-900/80 via-blue-950/70 to-blue-950/80",
"Customize Themes": "from-emerald-900/80 via-teal-950/70 to-emerald-950/80",
};

const DEMO_GIFS: Record<string, string> = {
"Use Agents": "/hero/use-agents.gif",
"Manage Terminals": "/hero/manage-terminals.gif",
"Open Worktrees": "/hero/open-worktrees.gif",
"Customize Themes": "/hero/change-themes.gif",
};
Expand Down
Binary file added assets/change-themes.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/create-tabs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/create-worktree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading