If you're a developer like me who genuinely enjoys working on a PC, you might relate to a specific feeling. Even though Windows itself has really grown into its polish over the years, a lot of the third-party utility apps haven't quite caught up. We have tools that are incredibly powerful, but they often focus purely on function and miss out on that clean, modern aesthetic you'd expect in 2026.
Over the past year, I built two open-source projects, LeedPDF and Glucose Video Player. They ended up getting way more love than I ever expected, especially from the PC crowd. That response validated something I've felt for a long time: a lot of us like being on Windows, but we are starved for high-quality, UX-focused desktop apps.
The acceptance of those utility tools (which I originally just built for myself) got me thinking about other areas of my daily workflow that were overdue for an upgrade.
Sharing screenshots was one of those things for me. From my college days until now, whether I needed to add a screenshot to a presentation, share it on Slack with the team, post on social media, or drop it into documentation. I just never liked looking at raw, unpolished screenshots. But I was also tired of having to open up Figma or use clunky software just to add a nice background and some basic padding.
That’s why I started building DoublShot.
What is DoublShot?
It’s a minimalist tool that sits in your tray and replaces your default snipping workflow. You take a screenshot, and it automatically makes it look polished, cleaner, and presentation-ready by adding perfect padding, a drop shadow, and a complementary background gradient that matches the colors in your image.
In a nutshell, I tried my best to keep it as simple, minimalist, and UX-friendly as I possibly could.
The Tech & The Philosophy
I built this with a few strict rules:
1. It has to be incredibly fast.
I wrote the core of DoublShot in Rust. This means the memory footprint is tiny and the performance is unmatched. There's near-zero latency from the moment you hit the shortcut to the moment the styled image hits your clipboard.
2. It must be completely private.
No data leaves your PC. Period. It is an offline-first, local binary. I hate tools that require you to upload your clipboard to the cloud just to add a background.
3. No SaaS / Subscription bloat.
I am exhausted by subscription fatigue. DoublShot has a generous free version, but even the premium version is not a SaaS. You buy a license, and you own the software for life. It's yours to keep, and you'll still receive updates.
I'd love your feedback
Building this has been a really fun dive into desktop app development and UX design.
I’d love to have the dev.to community try it out. If you're on Windows and want to upgrade how you share visual updates, you can grab it for free here:
Please share any valuable feedback, bug reports, or feature requests! Your input on my past projects helped shape them immensely, and I'm hoping to do the same here to refine DoublShot for everyone.


Top comments (0)