ChatGPTNextWeb / ChatGPTNextWeb/NextChat
[Feature Request]: Ability to change website title and brand
- Dominant language
- TypeScript
- Stars
- 88.8k
- Forks
- 59.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Problem Description
Currently the application title and logo is fixed to "NextChat", which isn't customizable.
### Solution Description
Provide an environment variable like `BRAND_NAME` to set the app brand name and title.
If `BRAND_NAME` is not empty, display "Powered by NextChat" as subtitle.
### Alternatives Considered
_No response_
### Additional Context
_No response_
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the frontend for the hard-coded "NextChat" application title, logo, and subtitle entry points. Trace how environment variables are exposed to the application, then implement the requested BRAND_NAME behavior and verify that the default branding remains unchanged when it is empty.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, react, typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100