
Ar Edits
Featured ProjectA free browser‑based creative suite for photos, videos, and audio – all processing stays on your device.
Next.jsTailwindCSSFramer MotionVercelReact Libraries
The Vision
I wanted to build a tool that empowers creators without compromising their privacy. Ar Edits is a fully client‑side creative suite – no uploads, no servers, no data collection.
Key Features
- Photo Editor: Crop, apply filters, adjust levels, and add text overlays – all with real‑time preview.
- Video Trimmer: Cut and merge clips using a timeline; export in multiple formats.
- Audio Mixer: Adjust volume, fade effects, and combine tracks.
- 100% Local: Powered by WebAssembly and Canvas – your files never leave your browser.
Technical Challenges
Handling large media files in the browser required efficient memory management and lazy loading. I used URL.createObjectURL() and Web Workers to keep the UI responsive.
Why It Matters
In an era of data breaches, offering a privacy‑first alternative is essential. Ar Edits proves that powerful editing can be done without cloud dependencies.