AI Web Designer is a web building tool powered by OpenAI's GPT API. It allows you to create and design static web pages with ease. The tool is programmed using ReactJS and is designed to help individuals and teams build web pages faster.
You can now try it live at https://csansoon.github.io/ai-web-designer/!
- Real-time preview of HTML, CSS, and JS code
- AI-powered auto-complete for faster coding
- Token and price tracker
Due to the limitations of OpenAI's API, AI Web Designer cannot handle large documents with too much content. The API has a maximum token limit of 4,000 per request, which means that the AI cannot generate large sections of code, or respond to the user when the document is too big.
To use AI Web Designer, follow the steps below:
- Clone the project from the GitHub repository.
- Run
npm install
to install the dependencies. - Run
npm start
to start the development server. - Access
http://localhost:3000
in your web browser.
Once you have the tool up and running, you can start building your web page by asking the AI using the sidebar's chat. You can then customize the HTML, CSS, and JS code using the integrated code editor.