This is a proof-of-concept project that uses ChatGPT and OpenAI codex to complete code and check if the code is secure. Built using TypeScript, Next.js, and TailwindCSS.
- Clone the repository
- cd into the repository
- Run
npm install
- Set OpenAI API key in your environment variables
- Run
npm run dev
Open http://localhost:3000 with your browser to see the result.