Nicholas Jitkoff's Micro-Tools for Delight and Utility
Build tiny, open-source tools solving niche problems like emoji mixing, Figma reactions, and Mac hotkeys—ship fast, share code, focus on fun UX.
Patterns in Niche Delight Tools
Jitkoff ships 20+ micro-projects emphasizing emoji-driven visuals and quick interactions. Key technique: compress functionality into shareable links or extensions without servers. Examples include Emoji Kitchen Browser (https://emoji.supply/kitchen) for browsing Gboard combos; Stickerclip (https://stickerclip.app), a Messages extension generating stickers from clipboard images; and icon.supply (https://icon.supply/) for custom iOS home screen icons from emoji/text. Emoji Wallpaper (https://emoji.supply/wallpaper) and wallpaper.bitty.site deliver device-fit backgrounds client-side. These prioritize zero-friction delight—e.g., emoji.chat (https://emoji.chat) for meeting emotes, Figma Emoji Reactions plugin (https://www.figma.com/community/plugin/910403390914550873/) for real-time feedback. Trade-off: tiny scope keeps builds fast but limits scale.
Sharing and Productivity Hacks
Core approach: embed data in URLs for instant previews in chats/docs. address.fyi (https://address.fyi/) and timezone.fyi (https://timezone.fyi/) create expandable links for locations/timezones. itty.bitty.site (https://itty.bitty.site/) encodes full sites into links, inflating client-side—no storage needed (https://github.com/alcor/itty-bitty). Sharecode (http://sharecode.app) generates labeled QR codes via iOS Action button. tiny.gifts (https://tiny.gifts) sends messages/gift codes on micro-cards. Pancakes GitHub repo binds Google Docs into stacks. Spreadsheet Tricks page shares Sheets formulas. These enable seamless sharing across apps, reducing friction in daily workflows.
Desktop and Legacy Utilities
Early Mac focus: hotkey-driven power tools. Quicksilver (https://qsapp.com/) enables search/action without menus. Visor (Google Code archive) drops a Quake-style terminal via hotkey. Nocturne inverts/grayscales screens (https://code.google.com/archive/p/blacktree-nocturne/). Secrets pane unlocks hidden macOS prefs. Recent: Translucent (https://translucent.vision) overlays webpages in AR space; Hourglass new tab for files/schedule access. Hardware hacks like eink.page (https://eink.page/) forward to modded Kindle Touches (docs: https://docs.google.com/document/d/1efF6TXezl_2qaeZ6pHMScXSmOJ4cs2WRLA-s90eySSA/preview); Seeburg Mechanism rebuilds jukebox with Mac mini (http://www.jukebox-world.de/Forum/Archiv/Seeburg/SeeburgGoldenJet.htm). Lesson: repurpose hotkeys/hardware for intuitive control.
Design and Automation Wins
Figma tools bridge collab: Figment (https://github.com/alcor/figment/) shares across teams; Meeting Emotes guide swaps video for giant emoji/GIFs. Route.io (http://route.io/, https://github.com/glenmurphy/route/) automates home devices via JS events. Work at Dropbox/Google implies scaled versions of these patterns. Open-source everywhere (e.g., https://github.com/alcor/) invites forks, accelerating iteration. Overall: solo builds prove small tools compound user joy faster than big apps.