Plain-English commitments. Updated to match what the bot actually does today.
@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.
| Field | Why |
|---|---|
| Your WhatsApp number | So we know which reminders are yours and where to send fires. |
| A random UUID + private secret | Used by your future dashboard URL. Generated locally; not shareable. |
| Your reminder titles, intervals, timezone | So we can fire them at the right time. |
Recent @god message ids you sent | For 72 hours — to make sure we never process the same message twice. |
| Per-day & per-user counters | To enforce the quotas (5/day, 20 active). |
@god.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.
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.
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.
You can’t accidentally (or maliciously) DoS the system or your own phone. Hard limits:
@god messages per day per user before we throttle.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.
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.
This site does not set cookies. It loads zero third-party scripts. There’s nothing tracking you across the open web from these pages.
If you have a security or privacy concern, send @god help on WhatsApp and ask for a human. The operator monitors the account directly.