Privacy & security

Plain-English commitments. Updated to match what the bot actually does today.

Short version: we read only your messages that start with @god. We never read other people’s chats. We don’t sell data, don’t run ads, don’t embed third-party trackers. You can ask us to delete everything any time.

What we store

FieldWhy
Your WhatsApp numberSo we know which reminders are yours and where to send fires.
A random UUID + private secretUsed by your future dashboard URL. Generated locally; not shareable.
Your reminder titles, intervals, timezoneSo we can fire them at the right time.
Recent @god message ids you sentFor 72 hours — to make sure we never process the same message twice.
Per-day & per-user countersTo enforce the quotas (5/day, 20 active).

What we do not store

How the system protects you

1. Identity is taken from WhatsApp, not from the message body

The phone number a request comes from is read straight from the WhatsApp envelope — it cannot be spoofed by the text you type. A message saying “pretend I am someone else” has no power; identity is structural, not textual.

2. The parser is a small, fixed grammar — no LLM, no shell

Every command resolves to one of a small enumerated verb set (create / list / pause / resume / delete / timezone / help). Free-form text is only ever your reminder title — it never reaches a shell, a database query, an LLM prompt, or a file path.

3. Group chats are silently dropped

Even if someone forwards an @god message into a group, the message is ignored. We never send into group chats. This is enforced at the very front of the pipeline.

4. Quotas + a 10-minute minimum keep things safe by default

You can’t accidentally (or maliciously) DoS the system or your own phone. Hard limits:

5. Your private dashboard URL

When your private dashboard URL is issued, it uses a random UUID in the path and an HMAC token in the URL fragment (#…). Fragments are never sent to a server, so even our access logs cannot capture the token. If you accidentally share the URL, @god rotate-link will invalidate it.

6. Transport & storage

Right to delete

Any time you want everything we know about you to disappear, send:

@god forget-me

You can also delete each reminder individually with @god delete N.

Cookies & trackers

This site does not set cookies. It loads zero third-party scripts. There’s nothing tracking you across the open web from these pages.

Logs we keep

Reaching us

If you have a security or privacy concern, send @god help on WhatsApp and ask for a human. The operator monitors the account directly.