Privacy Architecture
How client-side processing, Edge Functions, and zero-storage policies protect your data on DevriQ Tools.
1. Client-Side Processing (Most Tools)
For the majority of tools â all image tools, all PDF tools, all developer utilities, all calculators, and all text tools â your data never leaves your browser. The computation happens entirely on your device using:
- âPDF-lib (WebAssembly) â PDF merge, compress, edit, protect, split operations
- âCanvas API â Image compression, cropping, resizing, watermarking
- âONNX Runtime (WebAssembly) â Background removal AI model
- âTesseract.js â OCR / Screenshot to Text
- âBrowser File API â File reading without network requests
2. AI Tools â Edge Function Pipeline
AI-powered tools (grammar checker, essay writer, resume builder, etc.) need to call external language model APIs. Here is how that works:
3. Analytics & Cookies
DevriQ uses Vercel Analytics for aggregated, anonymous page view data. No individual user profiles are built. No advertising cookies. No third-party tracking pixels.
The only cookie stored is an optional session token if you use the Pro rating system â this is a random UUID and does not identify you personally.
4. Database (Supabase)
The Supabase database stores only:
- âĸAggregated tool usage counts (tool_slug + use_count, no user IDs)
- âĸTool star ratings (anonymous â no account required)
- âĸPlatform-level stats (total files processed, overall rating average)
No PII (personally identifiable information) is stored at any point.