← Back to Product Feed

Hacker News Show HN: CSS Studio. Design by hand, code by agent

'Design by hand, code by agent' – bridging visual design with AI-driven code generation for CSS.

142
Traction Score
94
Discussions
Apr 9, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
'Design by hand, code by agent' – bridging visual design with AI-driven code generation for CSS.
CSS Studio addresses the perennial disconnect between visual design and code implementation. By allowing designers to make 'hand' edits directly in the browser and then streaming these changes via MCP to an AI agent for codebase modification, it streamlines the front-end development workflow. This product targets a significant pain point: the iterative and often manual process of translating design adjustments into code. Its integration with existing AI agents positions it as an enhancement to current AI-assisted development practices, rather than a replacement. The tool capitalizes on the trend of AI agents becoming more capable of direct code manipulation, offering a practical application for accelerating UI/UX development cycles.
Hi HN! I've just released CSS Studio, a design tool that lives on your site, runs on your browser, sends updates to your existing AI agent, which edits any codebase. You can actually play around with the latest version directly on the site.Technically, the way this works is you view your site in dev mode and start editing it. In your agent, you can run /studio which then polls (or uses Claude Channels) an MCP server. Changes are streamed as JSON via the MCP, along with some viewport and URL information, and the skill has some instructions on how best to implement them.It contains a lot of the tools you'd expect from a visual editing tool, like text editing, styles and an animation timeline editor.
design tool browser AI agent codebase dev mode MCP server Claude Channels JSON

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is CSS Studio. Design by hand, code by agent?
CSS Studio. Design by hand, code by agent is analyzed by our AI as: 'Design by hand, code by agent' – bridging visual design with AI-driven code generation for CSS.. It focuses on CSS Studio addresses the perennial disconnect between visual design and code implementation. By allowing designers to make 'hand' edits directly in...
Where did CSS Studio. Design by hand, code by agent originate?
Data for CSS Studio. Design by hand, code by agent was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was CSS Studio. Design by hand, code by agent publicly launched?
The initial public indexing or launch date for CSS Studio. Design by hand, code by agent within our tracked developer communities was recorded on April 9, 2026.
How popular is CSS Studio. Design by hand, code by agent?
CSS Studio. Design by hand, code by agent has achieved measurable traction, logging over 142 traction score and facilitating 94 recorded discussions or engagements.
Which technical categories define CSS Studio. Design by hand, code by agent?
Based on metadata extraction, CSS Studio. Design by hand, code by agent is categorized under topics such as: design tool, browser, AI agent, codebase.
What are some commercial alternatives to CSS Studio. Design by hand, code by agent?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as Databerry, which offers overlapping value propositions.
How does the creator describe CSS Studio. Design by hand, code by agent?
The original author or development team describes the product as follows: "Hi HN! I've just released CSS Studio, a design tool that lives on your site, runs on your browser, sends updates to your existing AI agent, which edits any codebase. You can actually play around wi..."

Community Voice & Feedback

kylex-ken • Apr 10, 2026
I'll give my honest take, I think what you've done is taken dev-tools and given it a wrapper that most designers (including myself would love) I find myself in dev tools alot during QA refining the design, since rendering is never exact. And you've added MCP server integration which is great. But....
First 99$? that's steep my full seat of Figma is 160.0$, so I don't see the value. I do see the value in convienience so you may want to rethink the pricing structure. Second. It's a design tool, not SASS software, the website should speak to designers like me, not look like supabase. Great job, I wish you luck...ken. Kylex.io
naet • Apr 9, 2026
I'm confused about what the AI is doing, since it seems like a WSYWIG site editor. The AI is just to apply the changes? Why not have the WSYWIG just apply it directly if that is how you build the site?
itsevrgrn • Apr 9, 2026
A bunch of comments are complaining about how it's crazy that this is $99 or that they'll vibe code a free version this weekened. I've tried to make a similar tool for myself that let's me change CSS values live without talking to the agent and it made me appreciate the hundreds of invisible details that figma, framer, paper, etc. get right when building a visual canvas editor. I spent 6 hours going back and forth with claude just to get the editor to feel somewhat usable for editing existing front end work.
unvalley • Apr 9, 2026
I like this concept and it definitely fits current AI era. There’s still a lot of room for humans to clean up the kind of sloppy, AI-ish design that tools tend to spit out today. I’m sure that will keep improving, but for now you still need a human hand on it.I get that this tool is aimed at designers, but depending on how the features evolve I think it could pull in a lot more indie devs and similar folks too.
lapinovski • Apr 9, 2026
you should definitely highlight the edit button on the right corner. until I've noticed it, I was quite skeptical. after playing around - I'm immediately sold (i'm on desktop btw)congrats on launch, nice product. Hope this would be a thing.
Vachyas • Apr 9, 2026
The video was really good, and the UI looks fun too.If I understand correctly, is this not as useful for frameworkless html/css/js development? Since when you make edits using browser-built-in-devtools it can and does modify the actual css files (in-memory, of course) which you can use to copy-replace with entirely (assuming no build/bundling step aswell).If so and this allows you to use any framework and still have that kind of workflow, that's fantastic. Half the reason I don't like using frameworks is because I lose the built-in WYSIWYG editor functionality. Guess I'd still lose the usefulness of the built-in js debugger, tho :(
codetiger • Apr 9, 2026
Unlike other comments, for me the experience on the product marketing worked well and straight forward.
After reading the title and landing on your homepage, I had the feeling that this is yet another product claiming WYSIWYG like editor for the web claims on making CSS editing easier. And yes the product achieves same as I thought.
Video confirmed it, and homepage live demo confirmed it again.
Surprisingly the claim feels true, this time. It feels natural and UX feels great.
mpeg • Apr 9, 2026
Motion is an excellent library so I gave this a go on a prod site. Some feedback- I LOVE the concept, no clunky SaaS, you add the package and start it on your dev server and it just works. It seamlessly did with my vite based build.- Needs a diff view which tells me what the agent is going to change when I publish my changes, right now it's a bit scary to use without it (not sure if it does once you try to publish changes, I didn't get that far in the process)- I don't see the point of the "draw" feature. Maybe it's because I envision this kind of tool being used so that non-technical members of the team can make small design changes without dev support, and not as a way to design from scratch, but maybe you have a use-case for it.- Integration with tailwindcss would be a killer feature, this particular project uses tailwind so all the styles in the style view show as the default ones but of course they're being applied via classes. You could detect tailwind classes and either show them separately or resolve them and show what they do in the styles view, then on publish you'd tell the agent to edit using tailwind classesI agree with what others have said, a video or even better a live demo would be great. A demo would be extra work but would be super cool, as a stopgap you could have a stackblitz demo maybe.The client-side injected js -> mcp flow is brilliant though. I might have to steal that idea for some projects I'm working in, I can imagine a lot of scenarios where it would make a great interface
tyleo • Apr 9, 2026
The landing page feels tacky to me. It has a similar style to what I’ve seen LLMs churn out across the internet. Unclear if it’s actually generated or not but it’s at least in that style.For a design product, I’d expect it to have more personality.I’d recommend reving the landing by hand. The sense I get is that this tool can make a site that looks like everyone else’s. It would be neat to see something unique.
evancaine • Apr 9, 2026
Congrats on the launch.Now put a giant, 30 second video of the product being used, directly below "Design by hand.Code by agent."No one is clicking Get Started or Buy Now until they know what the product is, and a 30 second video is 100x better than any amount of text.

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.