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
- Initialize a repository with
preships init - Run checks with
preships runor watch withpreships watch - Review
.preships/report.mdand fix failures before shipping
Modes
| Mode | What It Does |
|---|---|
| Local | Deterministic checks + local model routing. No cloud dependency. |
| Cloud | Managed model routing, billing history, and team analytics. |
| Airgapped | Runs entirely inside private networks with custom endpoints. |
Next: Getting Started