# GemCoder **Repository Path**: gooree/GemCoder ## Basic Information - **Project Name**: GemCoder - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GemCoder Generate small apps with one prompt. Powered by the Gemini API. ## Features - Uses the latest Gemini models including: - Gemini 2.5 Flash Preview (04-17) - Gemini 2.0 Flash Experimental - Gemini 1.5 Pro - Gemini 1.5 Flash ## Recent Updates - Added support for Gemini 2.5 Flash Preview model (gemini-2.5-flash-preview-04-17) by Eray Coşkun ## Getting Started 1. Clone this repository 2. Add your Google AI Studio API key to `.env`: ``` GOOGLE_AI_API_KEY=your_api_key_here ``` 3. Install dependencies: ``` npm install ``` 4. Run the development server: ``` npm run dev ``` ## Contributors - Eray Coşkun - Added Gemini 2.5 Flash Preview model support Try it in https://huggingface.co/spaces/osanseviero/InstantCoder This project is fully based on [llamacoder](https://github.com/Nutlope/llamacoder). Please follow [Nutlope](https://github.com/Nutlope) and give them a star. ## Tech stack - [Gemini API](https://ai.google.dev/gemini-api/docs) to use Gemini 1.5 Pro, Gemini 1.5 Flash, and Gemini 2.0 Flash Experimental - [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox - Next.js app router with Tailwind You can also experiment with Gemini in [Google AI Studio](https://aistudio.google.com/). ## Cloning & running 1. Clone the repo: `git clone https://github.com/osanseviero/GemCoder` 2. Create a `.env` file and add your [Google AI Studio API key](https://aistudio.google.com/app/apikey): `GOOGLE_AI_API_KEY=` 3. Run `npm install` and `npm run dev` to install dependencies and run locally **This is a personal project and not a Google official project**