Network traffic analysis

We made the same five-minute editing session you would make. Here is every outbound request the editor fired, what it was for, and what it did NOT carry.

First-paint requests (page load)

These fire once when the editor opens. They are static assets: HTML, CSS, JavaScript, fonts.

None of these carry user data. They are the same requests every visitor's browser makes.

During editing: zero

Once the editor is loaded, scrubbing, cutting, adding transitions, applying color grades, and exporting fire zero outbound HTTP requests. The browser's WebCodecs / FFmpeg.wasm / MediaRecorder do the work; there is nothing for our servers to be involved in.

Optional cloud features (opt-in)

Some AI features call our backend, which calls an LLM provider. These are individually toggled by the user — none fire automatically.

Privacy Mode (toggle in the header) disables all of these in one click.

Always-on housekeeping

More AetherCut pages