Last updated 2026-08-23
The AI Commit (theaicommit.com) is a solo, personal project. This page explains plainly what data the site touches and what it doesn't. You can read and run everything here without an account. The two optional exceptions are GitHub sign-in (to publish a gist from the Code tab) and the newsletter (if you type in an email).
Most of what the site stores never leaves your browser. It's kept in
localStorage:
code_example.py
in the interactive Run panel, your edit is cached locally for 24 hours so a refresh
doesn't lose it. Same as above: local only, expires automatically.localStorage — not in a cookie, not in our database. Publishing a gist
calls GitHub's API directly from your browser using that token; we never see the
gist's content. Sign out anytime from the Code tab to remove the token from your
browser (this doesn't revoke it on GitHub's side — do that from
github.com/settings/applications
if you want to fully revoke access).If you subscribe, we store the email address you typed so we can send you one email when a new daily session ships. That's the only reason we keep it.
The site is served by Cloudflare Pages. Like essentially any web host, Cloudflare's edge servers process standard connection metadata to serve requests and defend against abuse — things like your IP address and request timing, in server logs we don't separately collect or analyze ourselves. See Cloudflare's privacy policy for what they do with that.
We don't set cookies, run analytics scripts, embed third-party trackers, or serve
ads. The only client-side storage is the localStorage described above —
including the GitHub sign-in state, which is a token in localStorage,
not a cookie or a session we track.
The Code tab lets you execute code_example.py directly in your browser
via Pyodide (Python
compiled to WebAssembly), loaded from a CDN (jsdelivr). That execution happens entirely
on your device — nothing you run is sent to us. jsdelivr's own handling of that request
is governed by their policies, not ours.
This site is not directed at children under 13, and we don't knowingly collect personal information from them. If you believe a child subscribed, email theaicommit@gmail.com and we'll delete the address.
Questions about this policy: theaicommit@gmail.com