This is an SQL generator using AI.
Stack: React, Tailwind, Next.js and Typescript.
Screen.Recording.2023-09-10.at.19.44.37.mov
-
Create a
.env.local
file in the root of your project and add your Open AI key underOPENAI_API_KEY
.OPENAI_API_KEY="<your open ai key>"
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 with your browser to see the result.