Recent designs works.
A few things I learned (and reflections) about my recent prelaunch…
• I started
Original post: View on X.com
I love how great Claude is at recommending me things to read. So great that I decided to make a lil vibes-based book search engine:
Original post: View on X.com
Monochrome Web Design with isometric illustration
Just a random idea. What do you think?
Original post: View on X.com
made a component that renders forms based on a zod schema
– uses my own components
– supports custom labels, placeholders, props, etc
now I just create a zod schema, pass it to createForm() and get a fully functional form component.
maybe worth making an npm package for this
Original post: View on X.com
my greatest discovery this year
Original post: View on X.com
Quick CSS Tip:
You can create a progressive blur effect using a single div and just 2 properties. Works best when your div is placed over an image and is more efficient than stacking multiple elements with increasing blur.
Original post: View on X.com