An interactive web application that generates and modifies web applications using Groq's LLM API. Built with Next.js and TypeScript.
- Real-time app generation based on natural language queries
- Content safety checking using LlamaGuard
- Interactive feedback system for iterative improvements
- Version control and history tracking
- Share and export functionality
- Next.js 14 (App Router)
- TypeScript
- Groq SDK
- React Syntax Highlighter
- UUID for session management
Required environment variables:
GROQ_API_KEY
: Your Groq API key
- Clone the repository
- Install dependencies:
npm install
- Set up your environment variables
- Run the development server:
npm run dev
The application will be available at http://localhost:3000
.