https://frontendmasters.com/blog/building-a-ui-without-breakpoints/
Building a UI Without Breakpoints â Amit makes the case for moving away from global viewport breakpoints, instead shifting to using modern CSS such as clamp(), container queries, and auto-fit to create fluid interfaces no matter the screen.
4 months ago
https://csswizardry.com/2026/04/font-family-doesnt-fall-back-the-way-you-think/
font-family Doesnât Fall Back the Way You Think â Harry clarifies how inheritance actually works when loading in font stacks, provides some welcome nuance on why we often see flashes of unexpected text or even layout shifts, and of course shares how to easily fix things.
4 months ago
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/150
Firefox 150: Release Notes for Developers â Enhancements include light-dark() image support, changes to the CSS color-mix() function (with it now accepting multiple color values), the addition of media-based pseudo-classes, and more.
4 months ago
https://calibreapp.com/blog/building-our-beloved-hex-map
Delivering a Dynamic Hexagonal World Map in 10KB â A walkthrough of building a hexagon-based SVG world map with the whole thing weighing in at just 10KB. Covers simplifying high-resolution GeoJSON with Turf.js and projecting it with d3-geo.
4 months ago
https://frontendmasters.com/blog/the-web-is-fun-again-first-experiments-with-html-in-canvas/
First Experiments with the New 'HTML in Canvas' API â A fun primer looking at what weâll be able to do with the HTML-in-Canvas API. Itâs currently experimental, and is only available behind a flag â but these demos do a good job of showing what sort of things it will unlock â ânot just a new API; it is a new workflow mindsetâ.
4 months ago
https://go.clerk.com/JjumdCV
Introducing B2B Authentication â Clerk combines Organizations, SCIM, SSO, RBAC, invites, and billing to build enterprise-ready apps.
4 months ago
https://jakub.kr/writing/details-that-make-interfaces-feel-better
Details That Make Interfaces Feel Better â Plenty of good âsmall-detailâ UI advice here, and the learnings are also available bundled up as an AIÂ skill.
4 months ago
https://evilmartians.com/chronicles/how-to-make-your-website-visible-to-llms
Making Your Site Visible to LLMs: 6 Techniques That Work, 8 That Don't â There arenât any particularly accepted standards today, but these techniques are easy enough to put in place if you do want LLMs to return your sites in results.
#jamstack
#llms
#agent experience
#dx
#ai
4 months ago
https://tn1ck.com/blog/abuse-hdr-images-for-marketing
Why Some Images Look Brighter Than Your Screen â A technical exploration of why some images can sometimes seem brighter than a surrounding user interface when viewed on certain modern displays. Tom talks HDR, color profiles, gain maps, and more, sharing how such techniques can be utilised. Thereâs also a tool here to generate such images. (I opened this on my iPhone, and true enough, the image really does pop.)
4 months ago
https://zeroheight.com/blog/green-components-how-your-design-system-can-aid-sustainability-goals/
Green Components: How Your Design System Can Aid Sustainability Goals â Tips on how to make your site more sustainable via your design system, and measure the effects of your efforts.
4 months ago
https://mjml.io/
âïžÂ MJML 5.0: The Responsive Email Framework â HTML emails are a headache to code (trust us!) but MJML provides a component-based framework to make it less daunting if you donât read CanIEmail on a regular basis. There's an upgrade guide to v5.0 if you're an existing user.
4 months ago
https://rexa-developer.github.io/tiks/
đ tiks: Procedural UI Sounds for the Web â Bleeps, blips, and clicks synthesized with the Web Audio API (so itâs tiny).
4 months ago
https://www.enterprisedb.com/#EDBPostgresAIConfigurator
Map Out Your Postgres AI Stack â Use EDBâs interactive configurator to architect your sovereign AI platform and get instant sizing and cost estimates.
#edb postgres ai
#sovereign ai
#data platform
#postgresql
#agentic ai
#ai configurator
4 months ago
https://hyperframes.heygen.com/
HyperFrames: Write HTML & JavaScript to Create Videos â An open-source framework for creating and rendering videos. Includes a variety of built-in blocks/components for common video effects and elements, and can also composite existing video and audio clips. GitHub repo.
4 months ago
https://mucss.org/
”CSS: A Lightweight, Themeable CSS Framework â Includes default class-less styles in 20 different themes, dark mode toggle, 36 pre-built components, a mobile-first grid, and templating in PHP.
4 months ago
https://github.com/open-circle/formisch
Formisch: A Modular, Type-Safe Form Library for Any Framework â A headless solution boasting a small bundle size with a simple, intuitive API to manage form state, handle user input, and Valibot schema-based validation. Try out some demos in the playground on the docs site.
4 months ago
https://docs.swmansion.com/TypeGPU/
TypeGPU: A Type-Safe WebGPU Toolkit â A WebGPU toolkit with advanced type inference and the ability to write shaders in TypeScript. Hereâs a live example (flip the toggle to see the source).
4 months ago
https://github.com/florianschepp/bsky-comments
đŠÂ bsky-comments: A Zero-Dependency Web Component to Embed Bluesky Comments â No dependencies, works with any framework, itâs easy to style with CSS (i.e., no tricky Shadow DOM), and supports full threads with nested replies.
4 months ago
https://liquid-glass.ybouane.com/
Liquid Glass: WebGL Glass Effects for HTML Elements â A fun WebGL-powered effect you can apply, by way of JavaScript, to the HTML elements of your choice to reproduce realistic glass refraction and blur effects a la iOS 26. And, yes, there's an interactive playground (shown above).
4 months ago