~/about
├ WHAT IS THIS ┤
Privacy Terminal is an open-source collection of browser-based privacy tools and educational guides. We help you understand your digital footprint and take practical steps to reduce it.
Every tool runs entirely in your browser. Your data never touches our servers. Every guide presents the full landscape of options. Every line of code is publicly auditable.
This site uses no analytics scripts, no cookies, and no tracking of any kind. We have zero visibility into individual visitor behavior. We don't know who you are, where you came from, or what you clicked. Verify this yourself — view source.
├ PRINCIPLES ┤
Privacy by Architecture — We don't ask you to trust us with your data. Tools run client-side. No server processing. No database. No logs. No analytics. No cookies.
Zero Telemetry — We use no analytics scripts — not even 'privacy-friendly' ones. The only metrics we see are Cloudflare's built-in aggregate dashboard (total requests, bandwidth). We cannot identify individual visitors.
The Landscape Principle — Every guide shows the full spectrum of options with honest trade-offs. We don't prescribe — we inform.
Verify, Don't Trust — Source code is public. Tools run in your browser where you can inspect them. We cite our sources. Open DevTools and check.
Education Over Products — Understanding why something matters is more durable than knowing which app to install.
├ TRANSPARENCY ┤
analytics_scripts: NONE — zero JavaScript analytics of any kind
cookies_set: NONE — we set zero cookies
tracking_pixels: NONE — no pixels, beacons, or fingerprinting
external_requests: NONE — except leak tester (our own CF Worker, stores nothing)
third_party_js: NONE — no external scripts loaded
user_accounts: local only — stored in your browser's localStorage
data_collected: NONE — we cannot see individual visitor behavior
server_logs: Cloudflare standard CDN headers only (no IP storage by us)
visitor_metrics: Cloudflare dashboard aggregate only (total requests, bandwidth)
source_code: github.com/vespillo-tech/privacyterminal
privacy_policy: /privacy
security_contact: /.well-known/security.txt
hosting: Cloudflare Pages (static site)
monetization: none currently
├ HOW TO VERIFY ┤
1. Open DevTools → Network tab while browsing. Zero analytics requests.
2. Check Application → Cookies tab. Zero cookies set by this site.
3. Inspect the source code on GitHub. No obfuscation, no hidden scripts.
4. Check the CSP headers — external scripts/connections blocked by default.
5. Use uBlock Origin or NoScript to verify no hidden requests.
6. Read our privacy policy at /privacy for the full statement.
stack: Astro · Tailwind · Cloudflare Pages · JetBrains Mono · Web Crypto API · Client-side JS