Skip to content

A web replica of OpenAI, built with Next.js using Supabase and the Shadcn UI.

Notifications You must be signed in to change notification settings

kunaldangi/mindcase

Repository files navigation

Mindcase

A web replica of OpenAI, built with Next.js using Supabase and the Shadcn UI.

Test User

Email: [email protected]
Password: 12345678

Demo

Video

How to build?

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.

About

A web replica of OpenAI, built with Next.js using Supabase and the Shadcn UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published