Oliver 'Oli' Cheng
← Back to projects
2026 prototype

ShipDojo

Control plane for productionizing vibecoded repos, with readiness scoring, run simulation, and approval gates.

  • React 18
  • TypeScript
  • Vite
  • Tailwind CSS
  • TanStack Query

Problem

AI codegen tools are fast for prototypes, but generated repos often ship with security, testing, and CI/CD gaps.

Solution

Built a dashboard around a productionization pipeline: simulated runs, gap visibility, approval flow, and exportable reports.

Impact

Turns vague "is this shippable" decisions into concrete, reviewable output for teams moving from prototype to production.

ShipDojo is designed for teams that prototype quickly with AI but need production standards before release. Read the companion essay: Philosophy of ShipDojo.

What it does

  1. Scores production readiness across key dimensions
  2. Simulates run timelines with checks and reports
  3. Supports human-in-the-loop approval via Dojo Gate
  4. Produces documentation of recommendations and changes

Implementation notes

  • React 18 + TypeScript + Vite frontend
  • Tailwind + shadcn/ui component system
  • Demo mode for no-key evaluation flow
  • Extensible architecture for future GitHub and billing integrations

Demo Mirror

Live Preview

Mini preview of the actual demo. Use the launch button for full-screen interaction.

Open Demo