// privacy
privacy
short and plain. this is a one-person site — everything below is everything.
// nano DRIFT (the iOS game)
playing on your own sends nothing anywhere. the game runs entirely on your device and keeps your class, best score and settings in the app’s own storage — delete the app and they are gone.
playing online sends your attractor’s position and score while the round runs, and nothing else. you are not asked for a name and there is nowhere to type one — the server picks one for you when you arrive (something like spark-417) and that is what the others in the room see. it is held in memory for the length of the session and written to no database; when the room empties it is gone. there are no accounts, so nothing is tied to who you are.
game center leaderboards and achievements are handled by apple, under apple’s privacy policy. scores go to apple, not to us — we never see your game center account.
no analytics, no advertising, no third-party sdks, no tracking, and nothing is sold or shared. the game asks for no permissions at all.
// the survey (suggestion box)
submissions at /survey — and an optional contact field, if you leave one — are kept for 90 days so they can actually be read and acted on, then they expire automatically.
// ask / the build
messages sent from /work/connect — your message, whether it's an "ask" or a "build" request, a timestamp, and your browser's user-agent string — are kept for 90 days, same as the survey, then expire automatically.
// the natural bias (reserve)
reserving at /natural-bias — your name, email, and an optional note — is kept until the product ships or the reserve is dropped, since that's the whole mechanism (once enough people reserve, the bulk order goes in). not on a timer like the boxes above. want yours deleted before then? just ask.
// talking to phronesis ai
chat with phronesis ai runs through Cloudflare Workers AI to generate a reply. the conversation lives in your browser tab — it isn't saved on our end once the reply comes back.
// where it's kept
everything above that is stored is stored in Cloudflare KV, a key-value store tied to this site's own infrastructure — not sold, not used for ads, not shared beyond what's named above.
questions, or want something deleted right now: [email protected]