There's a gallery for navbars. For footers. Even 404s.
Niche UI inspiration sites have quietly taken over my bookmarks.
Save this, then tell me what's missing π€
π¨ You need to see this.
@addyosmani from Google just dropped his new Agent Skills and it's incredible.
It brings 19 engineering skills + 7 commands to AI coding agents, all inspired by Google best practices π€―
AI coding agents are powerful, but left alone, they take shortcuts.
They skip specs, tests, and security reviews, optimizing for "done" over "correct." Addy built this to fix that.
Each skill encodes the workflows and quality gates that senior engineers actually use: spec before code, test before merge, measure before optimize.
The full lifecycle is covered:
β Define - refine ideas, write specs before a single line of code
β Plan - decompose into small, verifiable tasks
β Build - incremental implementation, context engineering, clean API design
β Verify - TDD, browser testing with DevTools, systematic debugging
β Review - code quality, security hardening, performance optimization
β Ship - git workflow, CI/CD, ADRs, pre-launch checklists
Features 7 slash commands: (/spec, /plan, /build, /test, /review, /code-simplify, /ship) that map to this lifecycle.
It works with:
β¦ Claude Code
β¦ Cursor
β¦ Antigravity
β¦ ... and any agent accepting Markdown. Baking in Google-tier engineering culture (Shift Left, Chesterton's Fence, Hyrum's Law) directly into your agent's step-by-step workflow!
`npx skills add addyosmani/agent-skills`
Free and open-source.
Repo link in π§΅β
The CSS Custom Highlight API lets you highlight search results
β Without affecting the DOM structure.
::highlight(search-results) {
background-color: #ff0066;
color: white;
}
#CSS#WebAPIs
React Router now has support for React Server Components
We're introducing a more powerful RSC-powered Data Mode that brings most of Framework Mode's features to our lower level library APIs
Every ecommerce platform promises flexibility. Few deliver it where it counts: the storefront.
Weaverse + Hydrogen = freedom at the pixel level.
Build fast. Design freely. Iterate like hell.
The modern stack isnβt optionalβitβs survival.
#Weaverse#ShopifyHydrogen#Headless
Last year, TikTok's founder moved his family office to Singapore.
20 Chinese billionaires made the same move.
And so did Sergey Brin, James Dyson and Ray Dalio - Because they all saw something others didn't.
Here's 7 reasons why the ultra-wealthy want their money here: π§΅
It's been too long since I told you about one of my favourite type helpers.
It's absolutely goated for making hovers prettier in library code.
It's Prettify<T>