DEV Community

Cover image for I Built a Video Editor That Doesn't Upload Your Files or Ask for Your Email
gguixer
gguixer

Posted on

I Built a Video Editor That Doesn't Upload Your Files or Ask for Your Email

Every time I needed to make a quick edit for a social media post, I found myself facing the same problem:

Most online editors want something from you.

Create an account.
Give them your email.
Accept cookies.
Upload your videos to their servers.
Receive marketing emails later.

For a simple task like trimming a video, removing audio, or resizing an image, it felt unnecessary.

So I built Reels Editor: a free browser-based video and image editor focused on one principle:

Your files should stay yours.

๐Ÿ”’ No uploads. No accounts. No newsletters.

Reels Editor does not require:

โŒ User accounts
โŒ Email addresses
โŒ Newsletter subscriptions
โŒ File uploads to a server
โŒ Cloud storage

You open the website, edit your content, and that's it.

No "enter your email to continue".
No "unlock premium features".
No marketing emails afterwards.

๐Ÿ’ป Everything happens in your browser

The biggest technical decision was to process everything locally.

When you edit a video or image, the file is handled directly by your browser. The content does not leave your device.

This approach provides:

๐Ÿ” Better privacy

Your personal videos, family photos, or private content never reach a third-party server.

โšก Faster processing

There is no need to wait for uploads and downloads. The browser starts processing immediately.

๐ŸŒฑ Lower infrastructure requirements

Instead of maintaining expensive servers for handling user media files, the application uses the computing power that already exists on the user's device.

๐ŸŽฏ Why build another editor?

There are already many powerful editing tools available.

The goal of Reels Editor is not to replace professional software.

The goal is simplicity.

Sometimes you don't need a complete editing suite. You just need to:

๐ŸŽต Remove audio from a video
๐Ÿ–ผ๏ธ Resize an image
๐ŸŒซ๏ธ Blur part of a photo
๐Ÿ”„ Convert a format
๐Ÿ“ฑ Prepare content for social media

These small tasks should be quick and private.

๐Ÿ› ๏ธ The challenge of client-side processing

Building a browser-based editor has some interesting challenges.

๐Ÿš€ Performance

Video processing requires CPU and memory. Making the experience smooth without freezing the browser requires optimization.

๐ŸŒ Browser limitations

Unlike native applications, browsers have restrictions. Working with modern browser APIs and ensuring compatibility across devices is an ongoing challenge.

โœจ Keeping things simple

Adding features is easy. Keeping the interface clean is harder.

The project focuses on useful tools instead of adding unnecessary complexity.

๐ŸŒ A different approach to web tools

Many free online tools follow the same business model:

  1. Offer a useful tool
  2. Collect user data
  3. Build an email list
  4. Push subscriptions

I wanted to experiment with another approach:

Build something useful first.

Respect the user.

Let the product speak for itself.

๐Ÿš€ What's next?

I plan to keep improving Reels Editor by adding more features while keeping the same principles:

๐Ÿ”’ Privacy first
๐Ÿšซ No unnecessary accounts
๐Ÿ“ฉ No spam
โœจ Simple user experience

You can try it here:

https://reels-editor.com

Feedback from developers and creators is always welcome.

What other privacy-focused browser tools would you like to see built?

Top comments (4)

Collapse
 
nyaomaru profile image
nyaomaru

It looks nice tool! Good work. ๐Ÿ˜ธ

I tried to reach contact page, but its style looks broken.

Have a nice coding.

Collapse
 
gguixer1 profile image
gguixer

Thanks for your feedback, I will it ๐Ÿซก

Collapse
 
fibonachi profile image
Opstan

Processing everything locally without accounts or file uploads is a strong privacy advantage.

Since โ€œyour files never leave the deviceโ€ is one of the productโ€™s most important promises, users should ideally be able to verify that this principle remains unchanged as new features are added.

Are you planning a permanent public release journal where privacy commitments, architectural changes and any future exceptions remain visible in their original form instead of only updating the current website?

Collapse
 
goodcode profile image
Goodness

I just checked the editor out itโ€™s wonderful. Can I integrate it into my workflow platform as a creator ?