BitDesk
UI/UX Design
Visual Design
Role
Solo Product Designer & Developer
Timeline
~12 hours
Tools

Overview
Dithering exists to trick the eye. In the 1970s and 80s, when screens could only manage a handful of colors, these algorithms scattered pixels in careful patterns so the eye would blend them into shades that weren't really there. When it works well, it goes unnoticed, which is the entire point. But I've always enjoyed being experimental and destructive for the sake of creating something new. BitDesk is a dithering studio for making glitchy, retro art out of ordinary images.
What started as a tool I wanted to build for myself quickly turned into something anyone can use. The more I told friends about the project, the more interested they became, and the more their opinions turned into informal research. BitDesk might be the most "me" thing I've designed so far, and I'm really proud to have carried a personal obsession all the way through to the finish line.

Challenge
I knew the problem from firsthand experience. I love the effects these algorithms can produce when pushed to their limits, but getting there was a pain. The process meant exporting images one by one under legacy settings, examining each, and deciding what to keep. Fun at first, but it isn't scaleable, and quickly becomes a burden. That realization inspired the core purpose of BitDesk, a tool where results appear in real time, and batch processing and exporting to the file type you need are simple.
Code for this kind of tool is a known space. The algorithms have been published for decades, so with the help of Claude Code and a little research, I always had a clear path to whatever I decided to build. The real challenge was understanding the "market" and making informed decisions about what BitDesk should actually become. Every feature had to justify itself and remain easy to use.

Solution
Several classic dithering algorithms, error diffusion and ordered, applied live so their differences are visible side by side
Hand-crafted presets and color palettes, so beginners start from curated looks while deeper settings stay one layer down, plus custom presets for saving your own styles
Animated GIF and video input alongside stills
Batch processing that runs a whole filmstrip through identical effects, for building consistent asset libraries in one pass
Export to PNG, true vector SVG, or animated GIF, individually or as a batch ZIP
Behind every feature on that list sits a longer story, full of intentional cuts, tradeoffs, and small implementation details, all in service of keeping the tool simple to use. The feature list is really a list of decisions that survived.

Outcome
BitDesk shipped in July 2026 and is live now. Real usage data is still arriving, but I'm watching three things: how many people try it, what they make and share with it, and which missing feature gets requested most, because that decides what I build next. My own vote is animated SVG or even Lottie support, since currently SVGs can only export as static images. I'll update this section as the numbers come in.
With that said, it's already doing its first job well! The decorative graphics on this very page were made with BitDesk, and it's now part of my own workflow for socials. Speaking of socials, the early feedback I've been getting from friends and connections has been really positive. Hearing people call out specific features, or just how easy it is to use, is the best confirmation I could ask for.

The build itself was a great learning experience too. Claude Code collapsed the engineering time and made it easier to focus on building the right thing. Talking to real humans first shaped decisions I would have missed on my own. In the end, the product came down to good old UX thinking.


