Skip to content

ChatGPT Clone using NextJS 13, Firebase/Firestore, NextAuth and Tailwind

Notifications You must be signed in to change notification settings

Garincha/WepjeGPT

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

WepjeGPT

A Clone of the recently popular ChatGPT with some improvements in functionality.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

A Clone of the recently popular ChatGPT with some improvements in functionality such as being able to choose which ai model you are using. Using NextAuth and Firebase for Authentication with Google. Full functionality of the capabilties of ChatGPT through the OpenAI API. Obviously subject to the constraints that the API gives.

(back to top)

Built With

  • Next
  • React
  • Firebase
  • Tailwindcss

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

These are the things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
  • Firebase project
  • openai account

Installation

  1. Get a free API Key at https://openai.com
  2. Clone the repo
    git clone https://github.com/Garincha/WepjeGPT.git
  3. Install NPM packages
    npm install
  4. Fill in Firebase Info in firebase.ts
        // Your web app's Firebase configuration
     const firebaseConfig = {
       apiKey: "yourapikey",
       authDomain: "your-app-name.firebaseapp.com",
       projectId: "your-app-name",
       storageBucket: "your-app-name.appspot.com",
       messagingSenderId: "messagingSenderId",
       appId: "appID"
     };
  5. Create .env.local in the main folder
     // Your .env.local configuration
      GOOGLE_ID=googleID
      GOOGLE_SECRET=googlesecret
      NEXTAUTH_URL=domainname or when local http://localhost:3000
      NEXTAUTH_SECRET=any secret passphrase will do.
  6. Run app
      npm run dev

(back to top)

Roadmap

  • Finishing Chat Section
  • Model Picker
  • Dashboard integration
  • Multiple layout templates
  • Prompt library

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Garincha - @wepjenl - contact@wepje.nl

Project Link: https://github.com/Garincha/WepjeGPT

(back to top)

About

ChatGPT Clone using NextJS 13, Firebase/Firestore, NextAuth and Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published