metadata
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
InstantCoder
Generate small apps with one prompt. Powered by the Gemini API.
Try it in https://huggingface.co/spaces/osanseviero/InstantCoder
This project is fully based on llamacoder. Please follow Nutlope and give them a star.
Tech stack
- Gemini API to use Gemini 1.5 Pro, Gemini 1.5 Flash, and Gemini 2.0 Flash Experimental
- Sandpack for the code sandbox
- Next.js app router with Tailwind
You can also experiment with Gemini in Google AI Studio.
Cloning & running
- Clone the repo:
git clone https://github.com/osanseviero/GemCoder
- Create a
.env
file and add your Google AI Studio API key:GOOGLE_AI_API_KEY=
- Run
npm install
andnpm run dev
to install dependencies and run locally
This is a personal project and not a Google official project