Privacy policy
Short version: this website collects nothing, and the jev-seo CLI is local-first. There is no account system, no analytics, and nothing to opt out of.
This website
jevseo.vercel.app is a static site served over HTTPS. It runs no analytics, sets no cookies, uses no tracking pixels, and hosts no forms. Static hosting providers log standard request metadata (IP address, user agent, requested URL) for ordinary operation; this site does not read, retain, or sell it. No third-party scripts load on any page.
The jev-seo CLI
The tool runs entirely on your machine. Audits read local files and never leave your disk. Rank history stays in a local SQLite database (a single .jev-seo.db file). SERP and keyword commands fetch public search pages over the network, exactly like opening them in a browser.
TypeSafe API calls
The only optional network dependency is semantic scoring via the TypeSafe API, used by the geo, query, and related commands. It sends the page content or snippet you explicitly pass plus the question being scored, to the API endpoint you configure through TYPESAFE_API_KEY. Nothing is sent automatically, and without a key every command stays fully local.
Retention and sharing
Nothing is collected, so nothing is retained, sold, or shared. There are no ads, no affiliate links, and no data brokers. If you open a GitHub issue, GitHub's own terms apply to that interaction; it is the only third-party service this project operates on.
Changes and questions
If this policy changes, the change will land in this file with a new last-modified date. Questions or concerns: open a GitHub issue.