AI-Powered Engineering Team

Your 24/7 tech team.
Always shipping.

Autonomous AI agents that plan, build, review, and ship your code — around the clock. A full engineering team that never sleeps.

Star on GitHub
board.just-ship.io
Just Ship Board — Kanban-Board mit Backlog, In Progress, In Review und Done Spalten

How it Works

01

Write a Ticket

Describe what you need. Bug, feature, or improvement.

02

Agents Take Over

Orchestrator plans. Specialists implement. Autonomously.

03

Pull Request

Code reviewed, tested, and pushed. Ready for your approval.

04

Merge & Ship

One command. Branch deleted. Ticket closed. Done.

Every project. From scratch?

Most AI tools help you code. None of them set up a production-grade autonomous workflow for you.

The usual setup

  1. 1

    Start with Cursor or Windsurf

    great for coding, but no workflow

  2. 2

    Add project management

    connect Notion or Linear via MCP

    MCPs are unstable. Notion's crashes constantly.

  3. 3

    Build your agents

    weeks of prompt engineering until they work reliably

  4. 4

    Create skills & workflows

    TDD, code review, design patterns... trial and error

  5. 5

    Want autonomous work?

    no board, no tracking, no pipeline

Repeat for every new project.

With just-ship

  • 7 battle-tested agents

    optimized across real production projects, not tutorials

  • 17 proven skills

    TDD, debugging, code review, design, planning. Ready to use.

  • Live Board included

    Kanban with real-time agent tracking. No Notion needed.

  • Autonomous pipeline

    VPS worker processes tickets 24/7. Deploy and sleep.

  • Portable

    install in any project, any stack. Config preserved on updates.

curl -fsSL https://just-ship.io/install | bash

One command. 60 seconds. Everything included.

IDECursor / WindsurfHelps you code
SAASDevinProprietary, $500/mo
CLIClaude CodePowerful, no workflow
FRAMEWORKjust-shipEnd-to-end autonomous

Seven Agents. One Mission.

Orchestrator

Opus

Plans, delegates, and reviews the full ticket lifecycle

Orchestrates all agents

Backend

Sonnet

API endpoints, business logic, shared hooks

Frontend

Sonnet

UI components with high design quality

Data Engineer

Haiku

Migrations, RLS policies, schema changes

DevOps

Haiku

Build checks, TypeScript compilation, lint fixes

QA

Haiku

Acceptance criteria verification and tests

Security

Haiku

Auth, RLS, input validation, secrets review

Three Commands. Full Lifecycle.

terminal
$/ticket# Describe what you need
$/develop# Agents start building
$/ship# Merge, deploy, done

Or just say "passt", "ship it", or "sieht gut aus" — auto-triggers /ship

Built for Shipping

Everything you need to go from ticket to production — autonomously, efficiently, and at scale.

Live Board

Watch agents work in real time

Kanban board with live agent activity. See what's building, what's reviewing, what shipped.

Agents4
orchestratorT-318
orchestratorT-298
qaT-318
backendT-298
Ready12

T-311

Claude Code Best Practices analysieren

spikedx

T-306

Setup.sh Next Steps output verbessern

improvementux
In Progress2

T-293

Rollen, Rechte und Invite Flow

authroles
In Review1

T-298

Autonome Ticket-Umsetzung

featureautomation

Smart Cost Routing

Pay only for what matters

The right model for each task. Power where it counts, efficiency everywhere else.

OpusPlans & orchestrates~5% of tokens
SonnetBuilds features~35% of tokens
HaikuReviews & checks~60% of tokens

Runs 24/7

Deploy to VPS. Ship while you sleep.

Worker polls your board for new tickets. Agents build, test, and open PRs — fully autonomous, around the clock.

03:12workerPolling... found T-293 ✓ claimed
03:12orchestratorAnalyzing ticket, planning implementation...
03:14backendCreating API endpoints for role management
03:14frontendBuilding invite flow UI components
03:21qaAll acceptance criteria verified
03:22orchestratorPR #47 created ✓ ready for review

Parallel Agents

Ship in half the time

Backend and Frontend work simultaneously. No waiting, no bottlenecks.

Orchestrator
Backend
Frontend
QA
DevOps

Zero-Config Setup

Auto-detects your stack

Framework, language, styling, database — detected and configured. One command, 60 seconds.

Battle-tested Skills17

No prompt engineering needed

TDDdebuggingfrontend-designcode-reviewux-planning+12 more ↓

Non-Invasive

Your project stays clean

Everything lives under .claude/ — no pollution, no lock-in. Updates preserve your customizations.

Ship from anywhereComing Soon

Manage your dev flow by chat

Write tickets, check status, approve PRs — from Telegram, Slack, or WhatsApp. Your entire dev workflow, wherever you are.

TelegramSlackWhatsAppiMessage
Y
Add dark mode support to the settings page
js
T-324 created. Agents are on it.Preview ready in ~12 minpreview-t324.just-ship.dev
Y
Sieht gut aus, ship it
js
Merged to main. T-324 done.

Open Source

Your infra. Your data.

Self-hosted on your VPS. No vendor lock-in, no data leaving your infrastructure. Fork it, extend it, own it.

MIT License
Self-hosted pipeline
No telemetry
~$4-8/mo hosting

Battle-tested Workflows

Pre-built skills for every stage of development. No prompt engineering, no duct tape — just invoke and ship.

Framework Skills

8
ticket-writerStructured tickets for bugs, features, and improvements
frontend-designUI components with design system consistency
creative-designBold, distinctive UIs for greenfield work
ux-planningUser flows, screen inventory, information architecture
backendAPI endpoints, business logic, validation
data-engineerMigrations, RLS policies, schema changes
designVisual and UX decisions, design system enforcement
webapp-testingVisual verification via Playwright

Superpowers

9
brainstormingExplore intent and requirements before building
test-driven-developmentWrite tests first, then implementation
systematic-debuggingRoot-cause analysis before proposing fixes
writing-plansArchitecture specs for multi-step tasks
executing-plansExecute plans with review checkpoints
verification-before-completionProve it works before claiming done
code-reviewAutomated review against plan and standards
parallel-agentsParallelize independent tasks across agents
git-worktreesIsolated feature branches with smart cleanup

Built with just-ship

Real products, shipping autonomously. Every PR reviewed by a human — built by agents.

A

Aime

AI-powered productivity platform. Newsletter, entries, and more.

300+

tickets shipped

19

19ELF

Website built and maintained entirely through just-ship pipeline.

100%

autonomous delivery

just-ship

This framework. Built, maintained, and evolved with itself.

meta

self-improving

+

& more

Multiple client projects shipping daily with just-ship agents.

90%+ success rate

tickets → PRs without intervention

Get Started in 60 Seconds

bash
# Install just-ship
curl -fsSL https://just-ship.io/install | bash
 
# Open your project in Claude Code
cd your-project && claude
> /setup-just-ship
 
# Start shipping
> /ticket Add user authentication
> /develop T-1