about
A local service your tests can trust.
Wraith exists because hand-written stubs, stale mock servers, and shared API sandboxes are not dependable enough for integration-heavy development. It records real behavior, synthesizes a local twin, and checks that twin before you trust it.
Builder
Wraith is built by Bob. Public release provenance and install issues live in bobisme/wraith-releases.
Contact
For team evaluation, support, or a use case that needs review, email [email protected].
Project posture
- Local-first The core workflow runs on your machine and writes twin artifacts to your workspace.
- Verified `wraith check` compares synthesized behavior against recorded exchanges and exits non-zero when conformance falls below threshold.
- Practical Wraith is meant for CI, local development, demos, and agent environments where real API behavior matters.