reginald curtis
@reginaldcurtis
Followers
175
Following
3K
Media
7
Statuses
465
Design Technologist | Design Systems I Married to @jessappeldoorn
WI
Joined August 2008
We just released πππππ-ππππ-πππππππππ, a repo for coding agents. React performance rules and evals to catch regressions, like accidental waterfalls and growing client bundles. How we collected them and how to install the skill β https://t.co/kfLSbKl15X
vercel.com
We've encapsulated 10+ years of React and Next.js optimization knowledge into react-best-practices, a structured repository optimized for AI agents and LLMs.
170
960
8K
help us make it better for you and the web https://t.co/cefkPwppM7 thanks to @argyleink, @wwwjim, @destroytoday, @lochieaxon, @pacocoursey, @joebell_ & @austin_malerba for their contributions
github.com
Guidelines for building interfaces on the Web. Contribute to vercel-labs/web-interface-guidelines development by creating an account on GitHub.
vercel web interface guidelines are an installable agent skill ππππ -ππππ» ππππππ.πππ/ππππππ/ππππππππππ/πππππππ | ππππ - supports claude code, @opencode, @cursor, @geminicli & @windsurf - suggestions output file:line:column for 1-click
5
13
274
Agents are getting better at creating UI, but some things still annoy me. I wrote them down as https://t.co/mPQ27gNa3Z.
https://t.co/QeJjCaCRgd
60
188
3K
@round Well you see it's simple really it's all about context management and making sure the models get the right context at the right time so rules are like always-on context but commands are like on demand context that the user invokes which are different than skills which are like
9
7
134
I'm totally rethinking how I prototype with AI after seeing how Atlassian's design system team does it their approach to "templates" and "recipes" in Figma Make is pretty genius π
11
30
558
My LLM coding workflow going into 2026: https://t.co/4OPPRxrniN. Specs, skills, MCPs, small iterative chunks, and always review what the AI suggests.
25
69
669
I don't share this one often, but https://t.co/wAwQUrPVNz is a project I made last year. It contains a bunch of interviews with designers and engineers from companies like Vercel and Linear. Thought you might find it interesting!
25
144
2K
The design system to do list widget is now live! It's a tool to help check off component requirements before it gets to production: states, accessibility, documentation, tokens The goal is to bridge design and dev, increasing confidence in production https://t.co/uuuKTE1nld
8
16
319
here's the @CodePen for this one π¨βπ³ β works in all browsers π€ (where interpolate-size isn't supported, do a frame measure on load β
) https://t.co/rJC2mH0vji
codepen.io
...
1
2
27
accordion transitions w/ css ::details-content, <details> + <summary> π§βπ³ details:has(~ [open]) { --y: -1; } [open] ~ details { --y: 1; } details { translate: 0 calc(var(--y) * 1rem); } [open]::details-content { height: fit-content; }
27
101
2K
I made a 31-min tutorial on prompting with GPT-5.1 to create amazing UIs. Insane how fast it is now.
35
151
2K
Having a blast re-designing all the React Aria examples this week. Flat design is so over β bring back depth! π
43
32
872
Introducing Paper Mono: a beautiful monospace font for design and code. Get the download and more details in the thread.
92
250
4K
π₯³ CSS functions have arrived!!! π₯³ And they are *AWESOME* Now, you can do things like this: @βfunction --alpha(--color, --opacity) { result: rgb(from var(--color) r g b / var(--opacity)); } div { background: --alpha(red, 80%); } (*arrived = in the latest stable Chrome)
61
170
1K
Less than a month ago I published part 1 of my essential reading series, and itβs already my 9th most popular post of all time. Thereβs a growing need for curated, thoughtful content as an antidote to the endless slop filling our feeds and inboxes. To continue building the
11
60
468
New in @ChromeDevTools: Gemini can modify and save CSS changes directly to your source! Tired of manually copying CSS changes from DevTools back to your editor? Gemini to the rescue! You can now ask Gemini in the AI Assistance panel to: β¨ Modify and fix CSS within the Elements
7
76
450
CSS if() function landed today(!!!) in Chrome 137 π₯³ along with another rad feature: reading-flow π₯³ So I put together a quick video showcasing both:
14
75
465
I made a guide for prompting impressive UI code After creating 120 components in a week while working on Aura, listed all the techniques I used: frameworks, styles, framing, html-to-code, image-to-code, etc. AI is getting so good at creating user interfaces.
16
64
1K