Privacy and Security
Mockaton is designed to work offline and standalone.
- Does not hijack your browsers' network requests (it’s not a Service Worker, it’s an HTTP server).
- Does not write to disk. Except when you select ✅ Save Mocks for scraping mocks from a backend.
- Does not initiate network connections (no logs, no telemetry).
- Auditable:
- Organized and small. 4 KLoC (half is UI and tests).
- Zero dependencies. No runtime and no build packages.