Skip to content
/ chaterra Public

🌎 An alternative ChatGPT frontend

License

Notifications You must be signed in to change notification settings

exler/chaterra

Repository files navigation

Chaterra

🌎 An alternative ChatGPT frontend

Overview

Chaterra is a web-based frontend for OpenAI's GPT and DALL-E models. It is designed to be a simple and easy-to-use user interface that allows you to take advantage of the usage-based pricing model of OpenAI's API.

Chaterra stores all data in the browser and since OpenAI does not use their API platform to train their models, it can be used as a privacy-friendly alternative to the official ChatGPT frontend.

Screenshot

Local quickstart

  1. Clone the repository
$ git clone https://github.com/exler/chaterra
  1. Install dependencies
$ pnpm install
  1. Run the development server
$ pnpm dev
  1. Create a production build
$ pnpm build

Optionally, you can preview it before deploying it to a remote server:

$ pnpm preview

License

Chaterra is under the terms of the MIT License, following all clarifications stated in the license file.