Hey everyone, I've been working in the couple of months on an experiment, trying to make GPT-4 much more useful for web development / React, writing production code that is relevant to any repository without copy pasta from ChatGPT or having small snippets of auto-complete from Copilot that are not in your context.
The agent is taking a user story text and generating and composing multiple react components to generate the relevant screens, with Typescript, TailwindCSS and RadixUI.
Is is still experimental but very interesting results, I would like to get your feedback on it!
It is completely open-sourced, looking for contributors!
Top comments (2)
Looks really cool!
Can it rely on an existing design system atoms?
Yup.
This is intented to produce production grade code for real projects, based on atomic design principles and internal / external design systems and libraries.
Great roadmap ahead!