What this tool does not do
- No accounts or logins: You never need to sign up, provide an email address, or enter personal information to use any feature. Just visit the site and start creating.
- No trackers or analytics: There are no advertising trackers, analytics scripts (such as Google Analytics), or behavioral telemetry embedded in this tool.
- No advertisements: This tool does not have any ads and it will always remain non-profit.
- No tracking cookies: This tool sets no cookies on your device.
- No remote file uploads: Every message, character selection, dialogue branch, and choice option you construct is kept locally in your browser memory. I never see, transmit, or store what you create.
- No monetization or fees: The editor is completely free of charge and it will stay that way forever. There are no subscriptions, paywalls, or donation requests.
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):
- Standard web server logs: Like any static web host, the hosting platform automatically logs standard HTTP access data (such as IP address, user-agent string, and requested file path) to serve web pages securely and efficiently. I do not have access to or store this information outside what standard hosting provides.
- Self-contained resources: All web fonts, scripts, and visual components are self-contained and served directly from this repository without making calls to third-party CDNs or font services during runtime.
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.