Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 938 Bytes

File metadata and controls

20 lines (14 loc) · 938 Bytes

InstantCoder

Generate small apps with one prompt. Powered by the Gemini API.

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

  1. Create a .env file and add your Google AI Studio API key: AIzaSyCRLceQ6TDxRrZVhNZT94gdS_o4wmEu2cA
  2. Run npm install and npm run dev to install dependencies and run locally

This is a personal project and not a Google official project