An AI-powered tool that generates code snippets instantly. Whether you're a seasoned or a beginner developer, this tool makes coding faster, easier, and more efficient, helping you streamline your coding processes and increasing your productivity.
First, install dependencies:
npm install
Create a .env
file with your OPENAI_API_KEY
:
OPENAI_API_KEY=.....
Then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result. Enjoy :)