What this tool does not do

Client-side export & conversation backup

When you use the Export feature (Screen, Full Chat, or Multi-Page) or the Save JSON backup feature, all files are generated directly on your local device using client-side browser technology.

The resulting PNG image files and JSON project backups are assembled strictly in your browser memory and delivered directly through your browser's native download prompt. Likewise, loading a JSON backup via file select or drag-and-drop parses the file locally with the browser's FileReader API. No conversation logs, uploaded pictures, or project data are ever transmitted to or stored on an external server.

Local storage & persistence

Any future preferences or drafts saved during your session reside solely within your browser's private local storage (such as localStorage or sessionStorage). This data remains strictly on your local machine and can be cleared at any time via your browser settings.

Hosting & infrastructure

This web application is delivered as static files (HTML, CSS, JavaScript, and fonts) hosted on standard web infrastructure (such as GitHub Pages):

Questions & Contact

If you have any questions or feedback regarding this policy or the tool, feel free to reach out via the contact channels on rwyn.ch or open an issue on the project repository.