A web replica of OpenAI, built with Next.js using Supabase and the Shadcn UI.
Email: [email protected]
Password: 12345678
Setup environment variable
OPENAI_API_KEY=
SUPABASE_URL=
SUPABASE_KEY=
GMAIL_ID=
GMAIL_KEY=
JWT_OTP_SECRET=
OTP_EXPIRY_TIME=
JWT_SESSION_SECRET=
git clone https://github.com/galaxone/mindcase.git
cd mindcase
npm i
# make sure to setup all environment variables
npm run dev # to start development server (good for development mode only)
# OR
npm run build
npm run start # to start production server (recommended)
Open http://localhost with your browser to see the result.