Devlogs
The build diary
What changed this week, what broke, and what I got wrong. These are not tutorials and they do not pretend the work went smoothly.
Filter by project Design to HTML
Grouped by project so someone following one build can read only that.
Adding responsive export to Design to HTML
How my Figma to code plugin turns several frames of one page into a single responsive HTML file: name-matched merging, mobile-first breakpoints read from the frame widths, and a mixed-text bug that shipped invisible numbers.
Adding Tailwind output to Design to HTML
How I added a Tailwind mode to my Figma to code plugin: a v4 browser CDN, faithful arbitrary-value utilities, and a flexbox shrink bug that only Tailwind surfaced.
Updating Design to HTML: semantic tags and full-width sections
The second pass on my Figma to code plugin: real HTML tags chosen without AI, mixed text as spans, and sections that reach the screen edges.
Building Design to HTML: a Figma plugin that exports frames to HTML and CSS
How I built Design to HTML, a Figma plugin that turns a selected frame into clean HTML and CSS, and the per-side border bug that taught me to read Figma's stroke model properly.