Go to file
2023-03-21 18:04:28 +00:00
.vscode feat: add basic ui 2023-03-10 01:01:40 +08:00
app doc: update readme 2023-03-21 17:50:02 +00:00
public feat: add favicon 2023-03-10 01:16:20 +08:00
static doc: update readme 2023-03-21 17:50:02 +00:00
.eslintrc.json Initial commit from Create Next App 2023-03-07 23:23:54 +08:00
.gitignore feat: add stream support 2023-03-11 20:54:24 +08:00
.gitpod.yml fix: styles and mobile ux 2023-03-15 03:54:14 +00:00
LICENSE doc: update readme 2023-03-21 17:50:02 +00:00
next.config.js feat: add tight border layout 2023-03-13 03:21:48 +08:00
package-lock.json Initial commit from Create Next App 2023-03-07 23:23:54 +08:00
package.json feat: support code highlight and markdown gfm 2023-03-20 06:06:29 +00:00
README.md doc: update readme 2023-03-21 18:04:28 +00:00
tsconfig.json Initial commit from Create Next App 2023-03-07 23:23:54 +08:00
yarn.lock feat: support code highlight and markdown gfm 2023-03-20 06:06:29 +00:00

预览

ChatGPT Next Web

一键免费部署你的私人 ChatGPT 网页应用。

One-Click to deploy your own ChatGPT web UI.

开始试用 Demo / 反馈问题 Issues

Deploy with Vercel

Open in Gitpod

主要功能

  • 在 1 分钟内使用 Vercel 的 Serverless 能力免费一键部署
  • 精心设计的 UI同时兼容电脑和手机访问的响应式设计支持深色模式
  • 极致优化的首屏加载速度(~85kb
  • 自动压缩历史记录,在节省 Token 的同时支持超长对话记录
  • 一键导出聊天记录,完整的 Markdown 支持
  • 你拥有自己的域名?好上加好,绑定后即可在任何地方无障碍快速访问

Features

  • Deploy for free with one-click on Vercel in under 1 minute
  • Responsive design, and dark mode
  • Fast first screen loading speed (~85kb)
  • Automatically compresses chat history to support long conversations while also saving your tokens
  • One-click export all chat history with full Markdown support

使用

  1. 准备好你的 OpenAI API Key;
  2. 点击右侧按钮开始部署: Deploy with Vercel,直接使用 Github 账号登陆即可,记得在环境变量页填入 API Key
  3. 部署完毕后,即可开始使用;
  4. (可选)绑定自定义域名

Get Started

  1. Get OpenAI API Key;
  2. Click Deploy with Vercel;
  3. Enjoy :)

开发 Development

点击下方按钮,开始二次开发:

Open in Gitpod

截图 Screenshots

主界面 Home

主界面

设置页 Settings

设置

更多展示 More

更多展示

LICENSE