Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Next.js | 112,559 | 391 | 13 hours ago | 1,221 | July 28, 2023 | 2,506 | mit | JavaScript | ||
The React Framework | ||||||||||
Chatgpt Next Web | 44,523 | 13 hours ago | 51 | mit | TypeScript | |||||
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。 | ||||||||||
Trpc | 28,940 | 308 | 14 hours ago | 435 | July 27, 2023 | 91 | mit | TypeScript | ||
🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | ||||||||||
Swr | 28,015 | 13 | 889 | 2 days ago | 148 | July 26, 2023 | 84 | mit | TypeScript | |
React Hooks for Data Fetching | ||||||||||
Jsoncrack.com | 25,672 | 5 days ago | 41 | gpl-3.0 | TypeScript | |||||
✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs. | ||||||||||
Hey | 21,243 | 16 hours ago | 72 | agpl-3.0 | TypeScript | |||||
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿 | ||||||||||
Medusa | 19,978 | 50 | 13 hours ago | 159 | July 27, 2023 | 370 | mit | TypeScript | ||
Building blocks for digital commerce | ||||||||||
Nativebase | 19,663 | 4,291 | 374 | 15 days ago | 378 | March 06, 2023 | 344 | mit | TypeScript | |
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web. | ||||||||||
Nx | 19,528 | 126 | 433 | 13 hours ago | 1,098 | August 01, 2023 | 787 | mit | TypeScript | |
Smart, Fast and Extensible Build System | ||||||||||
Saleor | 19,109 | 13 hours ago | 630 | bsd-3-clause | Python | |||||
Saleor Core: the high performance, composable, headless commerce API. |
One-Click to get well-designed cross-platform ChatGPT web UI.
ChatGPT
Web App / Desktop App / Discord / Twitter / Buy Me a Coffee
/ / / QQ /
CODE
is your page password;If you have deployed your own project with just one click following the steps above, you may encounter the issue of "Updates Available" constantly showing up. This is because Vercel will create a new project for you by default instead of forking this project, resulting in the inability to detect updates correctly.
We recommend that you follow the steps below to re-deploy:
If you encounter a failure of Upstream Sync execution, please manually sync fork once.
After forking the project, due to the limitations imposed by GitHub, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every hour:
If you want to update instantly, you can check out the GitHub documentation to learn how to synchronize a forked project with upstream code.
You can star or watch this project or follow author to get release notifications in time.
This project provides limited access control. Please add an environment variable named CODE
on the vercel environment variables page. The value should be passwords separated by comma like this:
code1,code2,code3
After adding or modifying this environment variable, please redeploy the project for the changes to take effect.
OPENAI_API_KEY
(required)Your openai api key.
CODE
(optional)Access passsword, separated by comma.
BASE_URL
(optional)Default:
https://api.openai.com
Examples:
http://your-openai-proxy.com
Override openai api request base url.
OPENAI_ORG_ID
(optional)Specify OpenAI organization ID.
HIDE_USER_API_KEY
(optional)Default: Empty
If you do not want users to input their own API key, set this value to 1.
DISABLE_GPT4
(optional)Default: Empty
If you do not want users to use GPT-4, set this value to 1.
HIDE_BALANCE_QUERY
(optional)Default: Empty
If you do not want users to query balance, set this value to 1.
NodeJS >= 18, Docker >= 20
Before starting development, you must create a new .env.local
file at project root, and place your api key into it:
OPENAI_API_KEY=<your api key here>
# if you are not able to access openai service, use this BASE_URL
BASE_URL=https://chatgpt1.nextweb.fun/api/proxy
# 1. install nodejs and yarn first
# 2. config local env vars in `.env.local`
# 3. run
yarn install
yarn dev
docker pull yidadaa/chatgpt-next-web
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk-xxxx \
-e CODE=your-password \
yidadaa/chatgpt-next-web
You can start service behind a proxy:
docker run -d -p 3000:3000 \
-e OPENAI_API_KEY=sk-xxxx \
-e CODE=your-password \
-e PROXY_URL=http://localhost:7890 \
yidadaa/chatgpt-next-web
If your proxy needs password, use:
-e PROXY_URL="http://127.0.0.1:7890 user pass"
bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
Please go to the [docs][./docs] directory for more documentation instructions.
If you want to add a new translation, read this document.
= 100RMB
@mushan0x0 @ClarenceDan @zhangjia @hoochanlon @relativequantum @desenmeng @webees @chazzhou @hauy @Corwin006 @yankunsong @ypwhs @fxxxchao @hotic @WingCH @jtung4 @micozhu @jhansion @Sha1rholder @AnsonHyq @synwith @piksonGit