Privacy Policy

These tools are designed to process your code without storing it. Your logs and code never hit a database.

1

No Persistence

Console logs are processed in memory and discarded.

2

No Tracking

No user accounts, no cookies, no analytics on what you process.

3

Memory Only

Processing happens in RAM. Once the response is sent, everything is garbage collected.

4

Zero Attack Surface

Can't leak what isn't stored. No databases with user content means no data breaches.

Where Processing Happens

Server-Processed (Zero Retention):

  • Console Log Cleaner - Processed in server memory for performance, immediately discarded
  • Smart categorization and error detection happen temporarily for better performance

How We Ensure Your Privacy

1. No Database Writes

Our code has no database write operations for user content. All processing happens in temporary memory variables that are immediately garbage collected after sending you the result.

2. No File System Storage

Data blocks are processed in memory streams. Nothing is written to disk. Once processed, the data is wiped out forever.

3. No User Tracking

We don't use cookies for tracking your data processing, require no user accounts, and don't implement any analytics on your processed data. Rate limiting uses hashed IPs stored temporarily in memory that auto-delete after 1 minute.

4. Headers Prove Our Commitment

Every API response includes privacy headers: X-Data-Retention: none, Cache-Control: no-store. Check your browser's network tab to verify.

What We Do Track

  • Basic server logs (timestamp, response time) - no user content
  • Performance metrics (page load times, Web Vitals) for optimization - no personal data
  • Error logs for debugging - sanitized to remove any user content

Third-Party Services

Vercel:Provides hosting with enterprise-grade security and encryption for all connections. Performance metrics (load times, Web Vitals) are collected - no personal data.

Your Rights

Since we don't store your data, there's nothing to delete, export, or modify. You have complete control - your data exists only during processing and is immediately discarded.