ARIA is a personal project built by Nihhar K Sonee that lets you read, search, summarize and send email using your voice. This policy explains exactly what data ARIA touches, where it goes, and what it is never used for.
| Data | Why | Stored? |
|---|---|---|
| Google account email, name, profile picture | To sign you in and show who is logged in | Yes — until you sign out or delete |
| Google OAuth tokens | To access the mailbox you explicitly connected | Yes — encrypted at rest |
| Email metadata (sender, subject, date) | To list and rank your emails | No — fetched live per request |
| Email body content | Only when you ask for a summary or reply | No — processed in memory, then discarded |
| Your chat messages with ARIA | To keep conversation history across devices | Yes — until you delete them |
| Voice audio | Speech recognition runs in your browser | No — audio never leaves your device |
ARIA's use of information received from Google APIs adheres to the Google API Services User Data Policy, including the Limited Use requirements.
Specifically, ARIA:
ARIA is a thin client over a small number of providers. Data reaches them only when a request requires it:
| Provider | Receives | When |
|---|---|---|
| Groq (AI inference) | Your message, and email content when you ask for a summary or reply | Only on requests that need AI |
| ElevenLabs (speech) | The text ARIA speaks back to you | Only when voice replies are on |
| API calls against your own mailbox | Only for the mailbox you connected | |
| Cloudflare (hosting) | Requests transit their network | Always |
| Supabase (database) | Session, profile, chat history, encrypted tokens | Always |
Chat history and connected-account records persist until you delete them or ask for deletion. Email content is never written to disk — it exists only in memory for the seconds it takes to answer your request.
All traffic uses HTTPS. API keys live server-side in Cloudflare Workers and are never exposed to the browser. OAuth tokens are stored encrypted and are never returned to the client. Rate limiting is in place to protect against abuse.
ARIA is a personal project under active development, currently in limited beta. It is provided as-is, without warranty. Please do not use it for anything mission-critical.
ARIA is not directed at children under 13 and does not knowingly collect their data.
Material changes will be reflected in the "last updated" date above. Continued use after a change constitutes acceptance.
Questions, access requests, or deletion requests:
Nihhar K Sonee — github.com/NKS-Coder/ARIA-voice-agent
Open an issue on the repository, or contact via the email listed on the GitHub profile.