Privacy Policy
Antra is a local development tool. It runs on your machine, does not require an account, and does not send your usage data anywhere by default.
The short version
We do not collect personal information. Antra has no telemetry, no analytics in the CLI, and no cloud dependency. Everything it does happens on your own computer.
What Antra does locally
- Generates a local certificate authority (CA) and per-app HTTPS certificates, stored on your machine.
- Writes entries into your OS hosts file (e.g.
/etc/hosts) so your apps resolve to clean local domains. - Runs a local reverse proxy that forwards requests to your own dev servers.
All of the above stays on your device. Generated certificates and configuration live in your user directory and are never transmitted.
This website (antra.iifelse.com)
This website is hosted on Cloudflare Pages. We use lightweight, privacy-friendly analytics (no cookies, no cross-site tracking) to understand aggregate traffic like page views. The analytics provider does not receive your name, email, or browsing history from other sites.
What we do NOT do
- No accounts or sign-in of any kind.
- No tracking cookies.
- No selling or sharing of personal data.
- No phone-home or crash-reporting from the CLI.
- No server-side storage of your certificates, domains, or config.
Cloudflare Pages
Cloudflare, our hosting provider, may process standard connection metadata (such as IP address and request logs) to operate and secure the service, in line with Cloudflare's privacy policy. This is limited to serving this website.
Contact
Questions about this policy? Open a GitHub issue at github.com/ifelse-codes/antra or review the open source code directly — Antra is fully auditable.