Privacy & Data Architecture
Last updated: September 16, 2026. This policy discloses how Discord Asset Studio handles your media, network activity, and browser storage.
1. Zero Media Uploads (100% Client-Side Processing)
Discord Asset Studio is built on a strict zero-server media architecture. When you drag and drop, paste, or select an image or video file for validation or compression:
- The media is read directly into your device's memory using browser
FileReaderandURL.createObjectURLAPIs. - All resizing, cropping, quantizing, and formatting operations occur exclusively inside browser Web Workers and HTML5 Canvas contexts.
- No bytes, dimensions, filenames, EXIF data, or visual contents are ever transmitted to any external backend, API, or cloud storage. You can confirm this at any time by inspecting the Network tab in your browser's Developer Tools.
2. Memory Lifecycle & Object Cleanup
We automatically revoke in-memory Object URLs via URL.revokeObjectURL() as soon as a transformation completes, when a canvas is reset, or when navigating away from a tool page. Worker threads are terminated or garbage-collected by the browser upon teardown.
3. Local Storage Usage
We use browser localStorage solely to preserve non-identifying interface preferences, such as your selected dark/light theme or preferred default export format. We never store image blobs, filenames, or user identifiers in persistent browser storage.
4. Content Delivery & Third-Party Services
This static website is served through Cloudflare Pages to provide global SSL encryption, DDoS protection, and edge asset caching.
To sustain the free availability of our tools, we may display non-intrusive advertisements served through Google AdSense. Google and its ad partners may use cookies to serve ads based on prior visits to this or other websites. You may manage your ad personalization settings through Google Ads Settings or standard browser cookie controls.
5. Disclaimer Regarding Discord, Inc.
Discord Asset Studio is an independent utility created to assist digital creators. It is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Discord, Inc. All trademarks and registered trademarks are the property of their respective owners.