An intelligent and interactive web application that helps developers write, review, and preview code using the power of Large Language Models (LLMs). This assistant enables natural language-based prompts to generate, refine, and preview HTML, CSS, and JavaScript code in real-time.
- 🗣️ Natural Language to Code: Use plain English to describe what you want—HTML components, styles, layouts, etc.—and generate working code.
- 🧱 Code Builder Interface: Easily input prompts and view generated HTML/CSS/JS code.
- 🔍 Live Preview(USP): Instantly see how your generated code looks in the browser through Web Containers.
- 📜 Prompt History: Keeps track of your previous prompts for better reference and iteration.
- ⚙️ LLM API Integration: Leverages LLMs (Anthropic API) to interpret prompts and generate code dynamically.
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express
- LLM API: Anthropic API
- Other Tools: Axios, dotenv,Web Containers
- Clone the repository
git clone https://github.com/your-username/ai-coding-assistant.git cd ai-coding-assistant



