News
Stop fighting Figma for App Store screenshots " I built a tool that exports the whole set in one click
1+ hour, 45+ min ago (399+ words) If you've ever shipped a mobile app, you know the part nobody warns you about: the store screenshots. You finish the app, you're ready to submit, and then App Store Connect asks for: So you open Figma, build a frame,…...
Can't change favicon. ico
7+ hour, 36+ min ago (352+ words) Hi folks. I am not sure if this is the right thread for this question. .. I have thos domain: https: //www. gjb. au On here I have multiple website hosted in sperate top level folders. https: //www. gjb. au/fomop…...
Use 1, 711 Icons from a Single URL " No Installation, No API Keys
7+ hour, 50+ min ago (108+ words) Lucide Icons are beautiful. But installing them? That's extra work. What if you could just use them directly from a URL? That's it. No npm install. No imports. No bundle size increase. Just a URL that returns perfect SVG. Just…...
Rethinking Design Systems: When Code Becomes the Source of Truth
7+ hour, 54+ min ago (1350+ words) The Design-to-Development Gap Every product team knows this dance: Design creates. .. Tagged with design, uidesign, ux, uxdesign....
I Managed a Karaoke Bar with 10 Groups on Weekdays and 15 on Weekends. That Gap Was My First Real Funnel Lesson.
22+ hour, 11+ min ago (537+ words) Every weekday, we averaged 10 groups. Every weekend, 15. Same karaoke bar. Same staff. Same songs. For a long time, I just accepted that gap as "normal." Weekends are busier. That's just how hospitality works, right? It took me years to realize…...
Why Your UI Colors Look Wrong " And How to Fix Them in 10 Minutes
1+ day, 16+ hour ago (560+ words) You shipped the feature. The code works. But something feels off. You squint at the screen, toggle between breakpoints, and that" yeah. The button doesn't quite pop. The text feels muddy against the background. The dark mode version looks like…...
Stop Guessing Frame Drops: Passive Zero Overhead Performance Telemetry for Flutter
1+ day, 18+ hour ago (355+ words) Automatically capture frame drops (jank) and isolate rendering bottlenecks on the UI and Raster threads directly in your dev console Every Flutter developer knows the pain of subtle micro-stuttering That's why I built jank_scout. It passively monitors rendering lifecycle timings, analyzes…...
Building an Accessible, Inclusive Design System from First Principles
2+ day, 21+ hour ago (177+ words) Part 1 - Principles and governance Part 2 - Token-based design system architecture Tokens are the single source of truth for visuals. They drive consistency and enable easy theming. Token file example (Type Script) Define a theme shape Part 3 - Accessible components and patterns Code…...
Stop flattening your typography tokens: Preserving bound aliases in W3 C exports
3+ day, 5+ hour ago (771+ words) I was looking at a pull request last Monday. The marketing team had just rolled out a massive rebrand. We swapped our primary typeface from Inter to a custom geometric sans. The design team updated the core Figma variables. They…...
I built a type scale generator that exports CSS, Tailwind v3/v4 & Style Dictionary tokens - all in the browser
3+ day, 18+ hour ago (408+ words) Every time I started a new design system, the same ritual: open a calculator, pick a base size, choose a modular ratio, hand-compute every step, paste into CSS variables - then do it all over again when the designer changed the…...