chatgpt-web logo

chatgpt-web

Free

32.0k

FreeFree tier
Inputs: textOutputs: text
Type
Open Source

About chatgpt-web

ChatGPT Web is an open-source project that provides a web-based interface for interacting with OpenAI's ChatGPT model. Built with Express and Vue 3, it offers a self-hosted solution for users who want to run their own ChatGPT frontend. The project is licensed under MIT and is intended for educational and open-source learning purposes. It supports dual models and allows users to configure their own API keys. The repository has been archived by the owner as of February 2025 and is now read-only, meaning no further updates or contributions are expected.

Key Features

Self-hosted web interface for ChatGPT
Built with Express (backend) and Vue 3 (frontend)
Supports dual models (likely ChatGPT and another model, details should be verified)
Open-source under MIT license
Docker support for easy deployment
Environment variable configuration for API keys
Available in both English and Chinese documentation

Pros & Cons

Pros
  • Free and open-source with MIT license
  • Self-hosted, giving users full control over data and API usage
  • Supports Docker for simplified deployment
  • Dual model support offers flexibility (exact models should be verified)
  • Active community with 31.5k stars on GitHub (at time of archiving)
Cons
  • Repository is archived and no longer maintained, so bugs may not be fixed
  • Requires own OpenAI API key, which incurs usage costs from OpenAI
  • No official paid support or hosted version; users must handle deployment themselves
  • Documentation is primarily in Chinese; English version may be less detailed
  • Free tier of the tool itself has no limits, but OpenAI API usage is billed separately

Best For

Running a personal ChatGPT interface without relying on third-party servicesEducational purposes to learn about integrating ChatGPT with a web frontendDeploying a private ChatGPT instance for team or organizational useExperimenting with OpenAI API in a controlled environmentCreating a custom chatbot interface with full control over the UI

FAQ

Is ChatGPT Web free to use?
The project itself is free and open-source under the MIT license. However, users need to provide their own OpenAI API key, which may incur costs based on OpenAI's pricing.
Do I need to install anything to use ChatGPT Web?
Yes, the tool is self-hosted. You need to set up a server with Node.js and PNPM, or use Docker, to run the application.
What models does ChatGPT Web support?
Based on the documentation, it supports dual models. The exact models (e.g., GPT-3.5, GPT-4) should be verified in the project's README or configuration files.
Is ChatGPT Web still being updated?
No, the repository was archived by the owner on February 10, 2025, and is now read-only. No further updates or bug fixes are expected.
Can I use ChatGPT Web without an internet connection?
No, the tool requires an internet connection to communicate with the OpenAI API.
Does ChatGPT Web store my conversations?
The project likely stores conversations locally in the browser or on the server, depending on configuration. Specifics should be checked in the documentation.