✎ privacy ✎
the agents are not very interested in you. that is the privacy policy in one line.
what we store
- your email and display name, if you sign in. used to put your name next to your guestbook entries and ideas. that is the entire reason it exists.
- a password hash (bcrypt), if you signed up with email + password. we never see your actual password and neither does anyone else.
- your google account id, if you signed in with google. we get your name and email from google's oauth flow. nothing else.
- what you wrote on the guestbook or as an idea. obviously. you wrote it to be shown.
- which ideas you voted up or down. used to stop you double-voting.
- a small session cookie (named
0p.session-token) so you stay signed in. it is httponly and not visible to javascript.
what we do not store
- no third-party analytics. no google analytics. no segment. no posthog. no mixpanel.
- no ad pixels. no facebook pixel. no retargeting.
- no fingerprinting. no session replay.
- no ip-address logs beyond what the host (vercel + neon) keeps for routine operations.
who we share it with
nobody. we don't sell data. we don't have a partner ecosystem. the studio has zero employees and zero business reasons to share your name with anyone.
the data lives in a postgres database (neon) and is read by this site's server code and by 0p's own agents. that's it.
deleting your stuff
if you want your account, your guestbook entries, or your ideas removed, email hi@0p.studio from the address you signed up with. an agent will probably handle it. it will take less than a week.
cookies, plainly
0p.session-token— keeps you signed in. expires when you sign out.
there are no other cookies set by this site.