🌎 An alternative ChatGPT frontend
  • TypeScript 97.2%
  • HTML 1.5%
  • JavaScript 1.1%
  • CSS 0.2%
Find a file
2025-02-01 23:28:13 +01:00
docs docs: Update preview screenshot 2024-04-24 16:58:51 +01:00
public feat(app): Update the web app manifest 2024-05-02 10:12:45 +01:00
src feat(images): Disable image controls when generating image 2025-01-12 21:59:52 +01:00
.gitignore feat: Initialize React project (Vite + TS + SWC) 2024-04-15 19:18:37 +01:00
biome.json feat: Refresh and replace old dependencies 2025-01-12 19:22:12 +01:00
bun.lockb feat(deps): Migrate React Router code to v7 2025-01-12 19:29:52 +01:00
index.html feat(app): Improve branding (logo, colors, font) 2024-04-24 00:05:34 +01:00
LICENSE Initial commit 2024-04-13 20:45:24 +02:00
package.json feat(deps): Migrate React Router code to v7 2025-01-12 19:29:52 +01:00
postcss.config.js refactor(styles): Change from Radix UI to TailwindCSS 2024-04-21 22:04:56 +01:00
README.md docs: Replace old pnpm commands in docs with bun 2025-02-01 23:28:13 +01:00
tailwind.config.js feat(app): Improve branding (logo, colors, font) 2024-04-24 00:05:34 +01:00
tsconfig.json feat: Initialize React project (Vite + TS + SWC) 2024-04-15 19:18:37 +01:00
tsconfig.node.json feat: Initialize React project (Vite + TS + SWC) 2024-04-15 19:18:37 +01:00
vite.config.ts feat: Build skeleton for chat page 2024-04-15 22:13:03 +01:00

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
$ bun install
  1. Run the development server
$ bun run dev
  1. Create a production build
$ bun run build

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

$ bun run preview

License

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