like me like

Privacy

Last reviewed: 5 May 2026.

Like Me Like is an anonymous taste-recommendation service. There is no sign-up, no email, no name. Your identity is a cryptographic keypair generated in your browser the first time you visit. The server only sees the SHA-256 hash of your public key — never the private key, and never anything tied to your real-world identity.

Trust contract

The product rests on four promises, in plain English:

What we store

On our server, linked to your public-key hash:

In your browser, in IndexedDB and one HttpOnly cookie:

What we do NOT store

Cohort matching

Like Me Like is built on the idea of finding people with similar taste to you, so cohort matching is part of the core service — it's not optional. To find your closest cohort, the server reads other users' taste profiles (the public-key hash, liked items, summary embedding) and computes which ones are closest to yours. The recommendations you see are biased by what your cohort has liked.

What this means: your taste profile is visible to the matching algorithm. The algorithm only emits aggregate frequency counts ("N members of your cohort liked this") — never the specific identity of who liked what. But the underlying liked items are readable by the server.

The trust contract is: we use this data to power the service, full stop. No analytics SDK, no advertising, no creator dashboards looking at your taste, no sale to third parties.

Deleting your account

Settings → "Delete my account" wipes your row from users and all per-user tables (taste profile, backup events, rating log, LLM calls, training events) via foreign-key cascade. Your local browser state (IndexedDB) is also wiped on the same action. After deletion, the service has no record of you beyond aggregate counts that don't identify you.

Vercel's platform-level request logs retain IP addresses for a short window before rolling off; those are outside our direct control but Vercel's published retention policy applies.

Track B — anonymous training (implicit)

Anonymous, aggregate-shaped rating-events are stored without your public-key hash attached. This stream is part of the implicit service contract — using Like Me Like contributes these events by default so the recommendation engine can improve from real signal. There is no Settings toggle: the events are anonymous at upload time and untraceable back to you, so we treat them the same way we treat any other non-identifying telemetry.

If you want to be excluded from this stream entirely, email the address below and we'll set a "denied" flag against your public-key hash. The flag is honoured forever and blocks all future Track B uploads from your browser. Already-uploaded events were anonymous at write time and cannot be retroactively retrieved or deleted — that's the privacy guarantee, but it also means past events stay in the aggregate.

Children

Like Me Like is not directed at children under 16 and we do not intentionally collect data about them. If you believe a minor has used the service and you would like data deleted, please use the contact below; an account-deletion will remove everything tied to the keypair.

Cookies

We set one functional cookie, lml-session, that contains your public-key hash. It's HttpOnly (not readable by JavaScript) and Secure (HTTPS only) and SameSite=Strict (not sent cross-site). It is required for the service to function — we do not consider it a tracking cookie under GDPR's standard definition.

Updates to this policy

Material changes will be reflected in the "Last reviewed" date at the top of this page. Because the service is anonymous we cannot email you about updates; the date is your sentinel.

Contact

For privacy questions or data-subject requests beyond account-deletion: hi@likemelike.com.

Company details

Like Me Like is a trade name operated by:

Governing law

This service is operated from the Netherlands. Dutch law applies to the processing of personal data, in line with the EU GDPR.

← Back to Like Me Like