Beautiful UI components you can just copy & paste. Save this 👇
- https://t.co/5BflDdrTx8 - WebGL effects over live HTML
- https://t.co/I5EKtSKBsa - animated border beam effect
- https://t.co/FgTPEqdeQ4 - free animated component library
- https://t.co/zLvP20jc3M - UI components for AI agent chats
- https://t.co/bv4epz7pD1 - essential transitions for web apps
- https://t.co/xHjtZCZCLh - liquid metal effect for buttons
- https://t.co/eYKB6UqY7t - crafted primitives for AI interfaces
- https://t.co/7AqNLMlyti - annotate UI, brief your coding agent
- https://t.co/7csV46P0nR - animated thinking orbs for AI UIs
What am I missing?
Introducing Amicro.
A curated library of premium micro-interactions and transition components for React.
Add beautiful Loaders ,card hovers, button interactions, and seamless transitions to your app with a single CLI command. ✨
Open source.
Try it: https://t.co/2QtGnxtcZb
Your webfont arrives late. Your fallback font decides whether the page jumps.
Wrong: pick a fallback that looks similar.
Right: make the fallback occupy the same space, then the font swap changes letterforms, but nothing moves. 0px layout shift.
@ font-face {
font-family: "brand-fallback";
src: local("Verdana");
size-adjust: 87.6%; /* match glyph widths */
ascent-override: 95.2%; /* match baseline */
descent-override: 24.1%;
line-gap-override: 0%;
}
h1 { font-family: "Brand Font", "brand-fallback", sans-serif; }
Hi, old friends 👋
I made a thing: https://t.co/WHlfVW6SnT
It's a simple tracker for the daily @lightspark design standup. Everything we used was like operating heavy machinery. It's dead simple and full of dumb details. Boring tools you use every day should be a little fun.
Hope to be able to get invites working this weekend.
You won't believe but Fable 5 one shotted this ❤️🔥
It's an infinite physically rolling paper strip that prints an endless images in its wake built in @threejs entirely.
I had seen this concept on Pinterest and thought, "This would be incredible if it were real." and gave that idea to Claude, and within minutes I had this.
It's so so easy to bring ideas to life using AI these days.
Live: https://t.co/BplVcZPdaF
Code: https://t.co/PDPUcFHU59
Introducing Amicro.
A curated library of premium micro-interactions and transition components for React.
Add beautiful card hovers, button interactions, and seamless transitions to your app with a single CLI command. ✨
Open source.
Try it: https://t.co/2QtGnxtcZb
Design Engineering Tip:
Don’t apply backdrop-filter directly to your modal.
Move the blur to a separate pseudo-layer instead.
Separating the blur from the content can reduce paint and compositing work, especially when animating the modal.
Code snippet below.
I mean, how amazing is this?
I feel so lucky to work with such talented people. There's something so special about seeing my work take on a whole new dimension through their creativity.
Preloader and hero animation for OR.Architecture.
The initial direction I had for the animation was too literal and a bit too long, which made it feel cheap and somewhat unprofessional. So I decided to go with something much simpler and more refined.
I might post the first version someday just to share the process and show how the direction evolved.
I’d love to know what you think.
🚀 New Prism Gradient just dropped in Componentry!
Liquid checkered motion + electric prism refraction + optional grain. Fully theme-aware and looks insane.
Drop it as a hero background and watch the magic.
Live now 👇🏻
introducing https://t.co/20es64pAqZ
a dictionary for ui things you can see but can't name
made it because i'm primarily a designer, and my biggest resistance was always knowing what things are called when prompting my agents
it learns as people use it: every search teaches the site new words, and the built-in pocket dictionary grows with it
give it a try and let me know what you think
can't find something? dm me and i'll add it
i want this to be the lowest resistance resource you have
you can just build things
Introducing Amicro,
A curated library of premium micro-transitions and interaction components for React.
Now you can add beautiful micro-interactions and seamless transitions to your website with just one CLI command ✨
Open source.
Try it: https://t.co/2QtGnxtcZb
introducing dither-kit
a library of gorgeous dithered charts built from the ground up,
no dependencies, they're built on top of a tiny <canvas> engine
install it today at https://t.co/VDuqFXY4jX
While some are busy predicting the end of creativity, I'll keep celebrating the people who share what they know and empower others to build 🤗
Really happy to share @FrankyHungDev's latest tutorial:
https://t.co/es9E9khUy2
Thank you so much, Franky! 💙🙏
#threejs