# Chanzhaoyu/chatgpt-web

用 Express 和  Vue3 搭建的 ChatGPT 演示网页

Repository: https://github.com/Chanzhaoyu/chatgpt-web
Canonical: https://ross.abutalabs.com/products/chatgpt-web
Language: Vue
License: MIT
License Family: permissive
Archived: true
Last push: 2024-08-16T15:26:57+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 92
- inputs: {"age_days": 1301, "days_push": 747, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 31491, forks 10702 (observed 2026-08-28T04:11:56.938292+00:00)

## What it is
A self-hosted ChatGPT demo web application built with Express (Node.js backend) and Vue 3 frontend. It supports two access methods: the official OpenAI API (gpt-3.5-turbo) and an unofficial proxy API using a web access token.

## Use cases
- self-host a ChatGPT chat web interface
- chat with GPT-3.5 in a browser
- deploy a ChatGPT demo with Docker
- use ChatGPT without an official API key via access token
- run a private ChatGPT frontend for personal use
- build a chat UI on top of OpenAI models

## When to choose
- you want a ready-made, self-hosted ChatGPT web UI with Docker deployment
- you want to switch between official API and unofficial token-based access
- you want a Vue 3 + Express codebase to customize into your own chat app

## When to avoid
- you need official support for newer OpenAI models like GPT-4 or streaming tooling beyond this demo
- you require a production-grade, security-audited chat service
- you rely on the unofficial proxy method, which depends on third-party servers and may break

## Facets
- artifact type: application
- maturity: maintenance
- function: chatbot, chat-interface, web-framework, http-server, llm-inference
- domain: chatbots, large-language-models, web-development, self-hosted
- platform: self-hosted, cross-platform
- tags: chatgpt, openai, vue3, express, chat-ui, gpt-3.5-turbo, unofficial-api, nodejs, web-server, docker

## Member repositories
- Chanzhaoyu/chatgpt-web (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:56.938292+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:52:16.375958+00:00, confidence not recorded.
  - readme: https://github.com/Chanzhaoyu/chatgpt-web (fetched 2026-08-28T04:11:56.938292+00:00, sha 4238122bb287)
- Data as of 2026-08-30T08:39:29.467469+00:00.
