Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 849 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 849 Bytes

Groq App Generator

An interactive web application that generates and modifies web applications using Groq's LLM API. Built with Next.js and TypeScript.

Features

  • 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

Tech Stack

  • Next.js 14 (App Router)
  • TypeScript
  • Groq SDK
  • React Syntax Highlighter
  • UUID for session management

Environment Variables

Required environment variables:

  • GROQ_API_KEY: Your Groq API key

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Set up your environment variables
  4. Run the development server: npm run dev

The application will be available at http://localhost:3000.