DEV Community

eylonmiz
eylonmiz

Posted on

open-source React GPT LLM Agent

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!

Github Repo
Demo Video
Output Code Example

Top comments (2)

Collapse
 
leetwito profile image
Lee Twito

Looks really cool!
Can it rely on an existing design system atoms?

Collapse
 
eylonmiz profile image
eylonmiz

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!