Too Lazy to Open Photoshop, So I Built a Lightweight Web Tool to Prep My Images

Every time I need to prep a photo for platforms like RED (Xiaohongshu/Rednote) or Instagram, I face a frustrating dilemma. Mobile apps usually aggressively compress the image, destroying fine details like makeup textures or intricate hair strands. On the other hand, firing up Adobe Photoshop just to crop an image to a 3:4 ratio and slap a transparent logo on it feels like complete overkill. I got sick of waiting for that heavy PS splash screen to load.

So, being a lazy developer who values efficiency (and privacy), I decided to build my own solution: The Ultimate Creator's Toolbox.


Check out the live tool here

https://mr-aircon.github.io/social-photo-watermark-toolbox/


Architecturally, the project embraces a strict, minimalist aesthetic. It’s built using pure, native HTML5, CSS, and vanilla JavaScript leveraging the Canvas API.Since it is entirely static, I am hosting it completely free via GitHub Pages.


The codebase is fully open-source. I’m already brainstorming future features, such as batch image processing and automatically reading camera EXIF metadata to generate photography frames.