Skip to main content
ClaudeWave

Sandbox infrastructure for AI Agents

SubagentsOfficial Registry434 stars50 forksTypeScriptApache-2.0Updated today
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/superserve-ai/superserve && cp superserve/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

<div align="center">
  <br/>
  <br/>
  <picture>
    <img width="1500" height="auto" alt="Twitter Header - Personal" src="https://github.com/user-attachments/assets/ba41a4ed-1c8b-4826-bd3d-6fc8d84472ae" />
  </picture>

  <br/>
  <br/>

  <p><strong>Persistent and secure sandboxes for AI Agents, powered by Firecracker microVMs.</strong></p>

[![Docs](https://img.shields.io/badge/Docs-latest-blue)](https://docs.superserve.ai/?utm_source=github&utm_medium=readme)
[![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue)](https://github.com/superserve-ai/superserve/blob/main/LICENSE)

</div>

## Getting Started

Visit [superserve.ai](https://www.superserve.ai/?utm_source=github&utm_medium=referral&utm_campaign=readme) or jump straight into the [docs](https://docs.superserve.ai/?utm_source=github&utm_medium=referral&utm_campaign=readme).

## Structure

```
apps/
  console/                 # Sandbox dashboard (Next.js 16, App Router)
  ui-docs/                 # UI component docs (Vite)
packages/
  cli/                     # TypeScript CLI (@superserve/cli)
  python-sdk/              # Python SDK (superserve on PyPI)
  sdk/                     # TypeScript SDK (@superserve/sdk)
  ui/                      # Shared UI components (@superserve/ui)
  typescript-config/       # Shared tsconfig presets
  tailwind-config/         # Shared Tailwind config
docs/                      # Mintlify documentation site
tests/                     # SDK end-to-end tests
```

Monorepo managed with [Bun workspaces](https://bun.sh/docs/install/workspaces), [Turborepo](https://turbo.build/repo), and [uv workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces/).

## Setup

```bash
bun install               # install all JS/TS dependencies
uv sync                   # install all Python dependencies
```

## Development

```bash
bun run dev               # start all dev servers
bun run build             # build all packages
bun run lint              # lint all packages
bun run format            # format all files
bun run typecheck         # type check all packages
bun run test              # unit/integration tests
```

For more (per-package targets, dependency management, etc.), see [CONTRIBUTING.md](./CONTRIBUTING.md).

## SDKs

- TypeScript: [`@superserve/sdk`](https://www.npmjs.com/package/@superserve/sdk) — `bun add @superserve/sdk`
- Python: [`superserve`](https://pypi.org/project/superserve/) — `uv add superserve`

Full reference at [docs.superserve.ai](https://docs.superserve.ai/?utm_source=github&utm_medium=readme).

## Testing

```bash
bun run test                                        # unit tests (no credentials)
SUPERSERVE_API_KEY=ss_live_... bun run test:e2e     # e2e against staging
```

For environment overrides and single-language runs, see [CONTRIBUTING.md](./CONTRIBUTING.md#e2e-tests).

## Releasing

See [RELEASING.md](./RELEASING.md) for publishing the SDKs to npm and PyPI.

## Contributing

Contributions welcome — see [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.

## License

Apache License 2.0 — see [LICENSE](./LICENSE).

## Where to find us

- [Email us](mailto:engineering@superserve.ai)
- [Twitter/X](https://x.com/superserve_ai)
- [LinkedIn](https://www.linkedin.com/company/super-serve-ai)

What people ask about superserve

What is superserve-ai/superserve?

+

superserve-ai/superserve is subagents for the Claude AI ecosystem. Sandbox infrastructure for AI Agents It has 434 GitHub stars and was last updated today.

How do I install superserve?

+

You can install superserve by cloning the repository (https://github.com/superserve-ai/superserve) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is superserve-ai/superserve safe to use?

+

superserve-ai/superserve has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains superserve-ai/superserve?

+

superserve-ai/superserve is maintained by superserve-ai. The last recorded GitHub activity is from today, with 10 open issues.

Are there alternatives to superserve?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy superserve to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: superserve-ai/superserve
[![Featured on ClaudeWave](https://claudewave.com/api/badge/superserve-ai-superserve)](https://claudewave.com/repo/superserve-ai-superserve)
<a href="https://claudewave.com/repo/superserve-ai-superserve"><img src="https://claudewave.com/api/badge/superserve-ai-superserve" alt="Featured on ClaudeWave: superserve-ai/superserve" width="320" height="64" /></a>

More Subagents

superserve alternatives