Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.44 KB

Next-GPT

Next-GPT is an open-source project that facilitates the use of ChatGPT with a user-friendly interface, providing many ready-to-use templates within.

Why Next-GPT?

ChatGPT is indeed a powerful system, but it can provide a better user experience for some tasks. For example, when we want to perform a translation, we have to specify the target language each time and ask it to translate. However, with the Next-GPT Translate feature, you will feel like you are using a Google Translate and have a better translation.

Tech Stack

  • Next.js
  • TypeScript
  • Redux
  • Tailwind CSS
  • OpenAI API

Screenshot

Templates

  • Chat
  • Translate

Features

  • Chat with AI powered chatbot.
  • Translate text to different languages.
  • Beautifully designed UI.
  • Dark mode support.
  • Fully responsive.

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run npm install to install all the dependencies.
  4. Run npm run build to build the project.
  5. Run npm run start to start the production server.

Contributing

Contributions to ChatGPT Translator are welcome! If you find a bug or have a feature request, please open an issue on GitHub. If you want to contribute code, please fork the repository and create a pull request.