Skip to content

A rebuild of the ChatGPT client using the NextJS 14, TypeScript, TailwindCSS, OpenAI API , Google Firebase Authentication, Google Firestore DB and Vercel.

Notifications You must be signed in to change notification settings

neetmangat/chatgpt-clone

Repository files navigation

The IMGenerator

Production

Development

  1. Clone the repository and install dependencies
git clone https://github.com/neetmangat/chatgpt-clone chatgpt-clone && cd chatgpt-clone && npm install
  1. Generate your own OpenAI API key on the OpenAI Platform

  2. Set up a Google Firebase account, Authentication, Firestore DB, and config

  3. Add the server environment variables

cp .env.example .env.local
  1. Add your own Firebase app's config in /firebase.ts

  2. Run the development server:

yarn run dev
  1. Open http://localhost:3000 with your browser to see the result.

About

A rebuild of the ChatGPT client using the NextJS 14, TypeScript, TailwindCSS, OpenAI API , Google Firebase Authentication, Google Firestore DB and Vercel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published