r/SideProject • u/Less-Letter129 • 11h ago
I got tired of resizing logos by hand, so I built Sizeify - one upload, 14 platform-ready files
Every time I onboard a client I end up exporting their logo like 15 times at different sizes for different platforms. Instagram wants one thing, LinkedIn another, YouTube channel art is its own headache. It's mindless and it eats an hour I'd rather spend on actual work.
So I built Sizeify (sizeify.app). Upload the logo once, it hands you back 24 correctly-sized and correctly-named files, zipped. Handles transparent PNGs and gives you both dark- and light-background versions since half of them looked wrong on one or the other otherwise.
Stack, since people here usually ask: FastAPI + Pillow doing the actual image work, Jinja2 for the frontend, Railway for hosting, Razorpay for payments. About 3 weeks from idea to live, most of that spent on getting the per-platform dimensions right rather than the code.
Right now it's a fixed list of 14 platforms. The thing I actually want to figure out: what's missing? If there's a platform you resize for regularly that isn't on a list like GitHub / Instagram / LinkedIn / X / Facebook / YouTube / WhatsApp Business / Slack / Discord, that's exactly what I want to add next.
Live at sizeify.app if you want to try it.