🌎 An alternative ChatGPT frontend
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.
- Clone the repository
$ git clone https://github.com/exler/chaterra
- Install dependencies
$ bun install
- Run the development server
$ bun run dev
- Create a production build
$ bun run build
Optionally, you can preview it before deploying it to a remote server:
$ bun run preview
Chaterra
is under the terms of the MIT License, following all clarifications stated in the license file.