Wabi-Sabi and Whitespace: Eastern Philosophy for Web Design What I learned from studying traditional aesthetics that completely changed how I build interfaces Last year, I spent three weeks in Kyoto. Temples everywhere. One rainy afternoon, I ducked into a small museum dedicated to traditional craftwork. I wasn't expecting much. I'm a web developer, not an art historian. But something clicked. T
I’m going on a short vacation this week, so this post is coming out a bit earlier than usual. I actually had a different, more “useful” topic in mind — something educational, something responsible. But then I came across this fascinating article: I don’t like Tailwind. Sorry not sorry written by @freshcaffeine , and I couldn’t get it out of my head. So I decided to write a response instead. I actu
Dark Mode in Firefox Extensions: Respecting System Preferences Firefox users who prefer dark mode shouldn't have to manually toggle it in every extension. Here's how to automatically respect the system preference. /* Default: light mode */ :root { --bg: #ffffff; --text: #1a1a1a; --card-bg: #f5f5f5; --border: #e0e0e0; } /* Auto dark mode from system */ @media (prefers-color-scheme: dark)
Responsive Grid Layouts for Browser Extension New Tab Pages When building the Weather & Clock Dashboard Firefox extension, one of the tricky challenges was making the layout work well across different monitor sizes and resolutions. Browser extension new tab pages have a unique constraint: you cannot control the viewport size. Users might have a 1080p monitor, a 4K display, or a small laptop scre
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Contè UI - A Dynamic CSS System for Advanced Styling. When CSS Frameworks Become Limiting — Meet Conté UI Traditional frameworks often lock you into predefined scales. Conté UI breaks these limits with a breakthrough approach to building modern UIs with fully dynamic values and intuitive class conventions. Faster, lighter, and more flexible than traditional frameworks. Released: May 1, 2026 https
As we look ahead to 2026, the landscape of CSS continues to evolve at a rapid pace, bringing developers a wealth of powerful features that simplify workflows, enhance design capabilities, and improve performance. The CSS specifications have matured with native browser support, making it easier than ever to build responsive, accessible, and visually compelling web applications without reliance on h
In Q1 2026, our team audited 14 2FA libraries for Next.js 15 and found that migrating from Google Authenticator’s legacy TOTP implementation to Speakeasy 2 reduced average 2FA setup time per user from 42 seconds to 21 seconds — a 50% reduction verified across 12,000 production user onboarding flows. ⭐ vercel/next.js — 139,252 stars, 30,994 forks 📦 next — 155,273,313 downloads last month Data