Urgent.News

What's breaking now, across thousands of outlets.

Tech

Show DEV: I built A2Z Edit โ€” free, private, browser-based image, PDF & OCR tools (100/100 Lighthouse)

Hey DEV community, I built A2Z Edit โ€” a free, private, and browser-based toolkit for images, PDFs, OCR, QR codes, and file management. ๐Ÿ”ง What it does Image Tools: Remove background, resize, crop, compress, convert between formats (JPG, PNG, WebP, AVIF, HEIC), add watermarks, blur/pixelate sensitive regions, create collages, and view/strip EXIF metadata. PDF Tools: Merge, split, arrange,โ€ฆ

Hey DEV community, I'm excited to announce the creation of A2Z Edit, a free, private, and browser-based toolkit for images, PDFs, OCR, QR codes, and file management. ๐Ÿงฉ This versatile tool includes features such as removing backgrounds, resizing, cropping, compressing, converting formats, adding watermarks, blurring sensitive areas, creating collages, and viewing/stripping EXIF metadata for images.

For PDFs, A2Z Edit offers merging, splitting, arranging, compressing, watermarking, signing, cropping, editing text, redacting, and converting to/from JPG, PNG, Word, and CSV/Excel. The OCR capabilities allow extracting text from images and PDFs in English, Arabic, and bilingual English+Arabic. QR code generation and scanning are also supported, with the ability to create QR codes and scan them from images or the device's camera.

File management tools include ZIP creation/extracting, Base64 encoding, and color converters in RGB, HEX, HSL, and CMYK formats. ๐Ÿ”’ What sets A2Z Edit apart is that all your files stay within your browser. Everything runs client-side, meaning no uploads, no servers, no signups, and no limits. This tool was built with performance, privacy, and reliability in mind, offering fast and seamless functionality without any ads or freemium restrictions. ๐Ÿš€ You can try it out for yourself at https://www.a2zedit.com.

Your feedback and suggestions for additional tools are greatly appreciated. Share your thoughts in the comments! Note that this toolkit was developed using Next.js and operates entirely within the browser, achieving a perfect score of 100/100 on Lighthouse for performance, accessibility, best practices, and SEO.

Written by urgent.news from Dev.to's reporting โ€” not their text. Machine-written โ€” may contain errors; check the original before relying on it.

Read the original at dev.to โ†’

More in Tech

JavaScript "Variables"

Hi all, I learned about variables in JavaScript recently. Variables are containers which used to store data. It can be declared in 4 ways.

I built managed hosting for Hermes Agent so I could stop babysitting a VPS

The problem I run Hermes, an open-source agent with tools, memory, and cron built in. Before running my own managed service SaaS, I used various competitors to deploy on VPS.

  • Author built SEAOTTER, managed control plane for Hermes Agent.
  • SEAOTTER provides per-agent isolation with gVisor sandbox.
  • Service handles secrets via Google Secret Manager, no .env files.

More from Saturday 29 August โ†’