Back to workspace

Privacy

Privacy policy

This page explains how the self-hosted version handles accounts, uploaded images, generated results, and logs.

What we store

The site stores your email, hashed password, credit balance, generation history, uploaded source images, and generated results. Source images are stored in storage/uploads, results are stored in storage/generated, and SQLite is used for the database.

How images are processed

The browser never calls the image processing service directly. Images are uploaded to this site's server first, then the server completes the image cleanup. CleanerPix uses GPT Image 2 (gpt-image-2) for image cleanup processing. Users do not directly access the model or API. Sensitive configuration is stored only in server environment variables and is never exposed to the browser.

Deletion and backups

The current version does not provide self-service deletion yet. In production, the database and image storage directories should be backed up regularly, and image retention should be defined based on business needs.

Privacy policy | CleanerPix