Command Center is a personal dashboard built and used by Shafiq Aznir. It runs at dash.sh4q.io and is not open to sign-ups: account creation is disabled and exactly one account exists, so requests from anyone else are refused. This page describes what the application does with data, because Google requires a published policy before an app may leave testing mode — not because there is a second user whose data is at stake.
With the owner's explicit Google consent, the application reads:
It also reads the owner's own WhatsApp message metadata through a self-hosted connection, and business records from systems the owner operates. No data belonging to any other person's account is collected.
Everything is used for one purpose: to show the owner what needs attention. Message text is classified to decide whether something is waiting on a reply, and short summaries are generated for the owner's own screen.
To do that classification, message text is sent to Anthropic's API, which processes it as a service provider and does not use API inputs to train models. No other third party receives message content.
Command Center's use and transfer of information received from Google APIs adheres to the Google API Services User Data Policy, including the Limited Use requirements. Google user data is never sold, never used for advertising, and never used to train generalised AI or ML models.
Data lives in a private Supabase (PostgreSQL) project in Singapore, reachable only by the application. OAuth tokens are encrypted at rest in Supabase Vault. The application is hosted on Vercel. Row-level security restricts every table to the owning account.
The conversation ledger keeps a rolling window of roughly the last fourteen days and prunes older entries automatically. Detected bills and business records are kept until the owner removes them. Revoking access stops all further collection immediately.
The owner can revoke the application's access at any time at myaccount.google.com/permissions, which immediately ends its ability to read anything. To have stored data deleted, write to the address below and it will be removed.
shafiq.aznir@gmail.com