Privacy
How Manga Studio handles manuscripts, generated assets, and billing metadata.
The current repo is optimized for local and development-friendly operation. The API is the source of truth for project state, billing snapshots, and generated asset records.
Data we process
Project metadata, manuscript text, parser output, generated visuals, voice previews, export manifests, and billing customer snapshots may be stored by the local API.
How it is used
That data is used to create and operate manga and VN projects, run diagnostics, build export bundles, and reconcile billing readiness when Stripe is configured.
Development defaults
In local mode, project and billing state are stored in repo-backed JSON files unless the deployment is changed to a more durable backing store.
Operator responsibility
If you deploy this repo for real users, you are responsible for adding account ownership, access controls, retention policy, and production-grade storage before accepting sensitive customer content.