Documentation

Preships is an agent-agnostic QA runner for web applications. It runs deterministic checks and produces reports for both humans and coding agents.

Core Workflow

  1. Initialize a repository with preships init
  2. Run checks with preships run or watch with preships watch
  3. Review .preships/report.md and fix failures before shipping

Modes

ModeWhat It Does
LocalDeterministic checks + local model routing. No cloud dependency.
CloudManaged model routing, billing history, and team analytics.
AirgappedRuns entirely inside private networks with custom endpoints.

Next: Getting Started