Turn your ideas into code using AI. Powered by Google's Gemini API and Groq API.
- Generate code from natural language descriptions
- Support for both Gemini and Groq AI providers
- Real-time code generation with streaming responses
- Built-in code editor with syntax highlighting
- Optional shadcn/ui components integration
- Clone the repository
- Install dependencies:
npm install- Set up environment variables:
Create a
.envfile with the following:
GOOGLE_AI_API_KEY=your_gemini_api_key_here
GROQ_API_KEY=your_groq_api_key_here- Get your Gemini API key from Google AI Studio
- Get your Groq API key from Groq Console
- Run the development server:
npm run dev- Select your preferred AI provider (Gemini or Groq)
- Choose a model:
- For Gemini: gemini-2.0-flash-exp, gemini-1.5-pro, or gemini-1.5-flash
- For Groq: mixtral-8x7b-32768
- Optionally enable shadcn/ui integration
- Enter your code generation prompt
- Watch as your code is generated in real-time
- Next.js 15
- TypeScript
- Tailwind CSS
- Radix UI
- Google Gemini API
- Groq API
- shadcn/ui (optional)
MIT