--- title: DeepSite v3 emoji: 🐳 colorFrom: blue colorTo: blue sdk: docker pinned: true app_port: 3000 license: mit short_description: Generate any application by Vibe Coding models: - deepseek-ai/DeepSeek-V3-0324 - deepseek-ai/DeepSeek-R1-0528 - deepseek-ai/DeepSeek-V3.1 - deepseek-ai/DeepSeek-V3.1-Terminus - deepseek-ai/DeepSeek-V3.2-Exp - Qwen/Qwen3-Coder-480B-A35B-Instruct - moonshotai/Kimi-K2-Instruct - moonshotai/Kimi-K2-Instruct-0905 - zai-org/GLM-4.6 --- # DeepSite 🐳 DeepSite is a Vibe Coding Platform designed to make coding smarter and more efficient. Tailored for developers, data scientists, and AI engineers, it integrates generative AI into your coding projects to enhance creativity and productivity. ## How to use it locally Follow [this discussion](https://huggingface.co/spaces/enzostvs/deepsite/discussions/74) ## Google Gemini Integration This fork adds native support for Google AI Gemini models using `@google/genai` with server-side streaming. Supported model IDs: - `gemini-2.5-pro` - `gemini-2.5-flash` - `gemini-flash-lite-latest` - `gemini-2.0-flash` - `gemini-2.0-flash-lite` - `learnlm-2.0-flash-experimental` - `gemini-robotics-er-1.5-preview` - `gemma-3-27b-it` Environment variable required on the server: - `GEMINI_API_KEY` — your Google AI Studio API key Notes: - The key is only accessed in server routes (e.g., `app/api/ask/route.ts`). - On Hugging Face Spaces, add the secret in Settings → Variables as `GEMINI_API_KEY`.