Generate UI using AI Chat, Scheme-Based Form, Real-Time Preview
CodeAssist is an innovative AI application capable of generating and previewing HTML in real-time. This system allows for the instantaneous generation and immediate preview of HTML code through a chat-based interface. Users can register specific prompts for repeated use. Furthermore, the use of a template engine with Props control functionality enables easy integration of customized HTML elements and styles. This system offers time-saving and efficiency benefits for developers and designers, making the HTML coding process more intuitive and smooth. CodeAssist is an ideal tool to enhance your HTML development and improve productivity.
Run on your local environment:
cp .sample.env .env # set .env
npm install
npm run dev