File size: 1,320 Bytes
f9308e4
 
 
 
 
 
 
 
 
 
 
 
9ebfcd2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f9308e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: mit
title: Prompta
sdk: docker
emoji: πŸš€
colorFrom: purple
colorTo: blue
short_description: 'Transform your ideas into complete websites instantly. '
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

<h1 align="center">InstantCoder</h1>
<p align="center">
  Generate small apps with one prompt. Powered by the Gemini API.
</p>

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**