About the project
Creator file tools without server uploads
Private Creator Converter is a collection of small browser-based file tools for creators. The project focuses on everyday workflow problems: converting OBS recordings, shrinking images, preparing short clips, extracting audio from owned files, and removing common image metadata before sharing.
Why local processing?
Drafts, thumbnails, voiceovers, and client files can be sensitive before they are published. Browser-based processing makes simple file preparation possible without sending the source file to a backend server.
What this site is not
This site is not a media fetching service and it does not process third-party platform URLs. The tools are for files already on your device that you own, created, or have permission to process.
Current scope
The MVP is a static HTML, CSS, and JavaScript site designed for Cloudflare Pages. Video and audio tools load ffmpeg.wasm only when conversion starts. Image tools use browser canvas APIs.