The ISATVON website is an informational site by DigiBull AI. It does not require an account, has nothing to log into, and does not set tracking cookies.
When you use the Prompt Converter, the text you submit is sent to our conversion endpoint and forwarded to a third-party AI provider (Groq) solely to generate the converted prompt. It is not stored by this site, and it is never included in analytics. Do not submit confidential or personal data.
We use Vercel Analytics and Vercel Speed Insights to understand which pages get used and whether the converter is working. Both are cookieless and do not build a profile of you across sites.
Alongside page views, the converter records a small number of events so we can tell a working feature from a broken one. Every value is a bucket, never your text:
The prompt itself, the converted output, and the text of any error are never sent to analytics. The code that shapes these events is public: web/lib/analytics.ts.
Our hosting provider keeps standard request logs, which include IP addresses, for operational purposes. The converter is rate limited per client, which means an IP address is held in server memory for up to a minute. Neither is used to identify you, and failures are logged without your prompt text.
Raise them via GitHub issues or digibull.ai. Security reports go to security@digibull.ai — see SECURITY.md.