[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10777":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},10777,"ChatGpt-Web","79E\u002FChatGpt-Web","79E","A commercially-viable ChatGpt web application built with React. 使用React搭建的一款可商业化的ChatGpt Web应用。","http:\u002F\u002Faizj.top",null,"TypeScript",1368,448,13,7,0,1,56.56,"MIT License",false,"master",true,[24,25,26,27,28],"chat","chatbot","chatgpt","openai","react","2026-06-12 04:00:52","\u003Cdiv align=\"center\">\n\u003Cimg src=\".\u002Fsrc\u002Fassets\u002Fopenai.svg\" style=\"width:64px;height:64px;margin:0 32px\" alt=\"icon\"\u002F>\n\n\u003Ch1 align=\"center\">ChatGPT Web\u003C\u002Fh1>\n\nA commercially-viable ChatGpt web application built with React.\n\n可部署商业化的 ChatGpt 网页应用。\n\n[Issues](https:\u002F\u002Fgithub.com\u002F79E\u002FChatGPT-Web\u002Fissues) \u002F [Buy Me a Coffee](https:\u002F\u002Fwww.buymeacoffee.com\u002Fbeggar) \u002F [赞助我](https:\u002F\u002Ffiles.catbox.moe\u002Fo0znrg.JPG)\n[![Deploy to Vercel](https:\u002F\u002Fvercel.com\u002Fbutton)](https:\u002F\u002Fvercel.com\u002Fimport\u002Fproject?template=https:\u002F\u002Fgithub.com\u002F79E\u002FChatGpt-Web)\n\n\u003C\u002Fdiv>\n\n## 交流&赞助\n\u003Ca href='https:\u002F\u002Ft.me\u002F+zMADkTgyzWMyYTk1' target='_blank'>\n\u003Cimg width='46%' style=\"border-radius: 12px;\" src='https:\u002F\u002Ffiles.catbox.moe\u002Fo0znrg.JPG' \u002F>\n\u003C\u002Fa>\n\u003Ca href='https:\u002F\u002Ft.me\u002F+zMADkTgyzWMyYTk1' target='_blank'>\n\u003Cimg width='46%' style=\"border-radius: 12px;\" src='https:\u002F\u002Fwww.helloimg.com\u002Fimages\u002F2023\u002F06\u002F20\u002FotDPwM.png' \u002F>\n\u003C\u002Fa>\n\n\n## 🐶 演示\n### 页面链接\n\n[Web 演示: https:\u002F\u002Fwww.aizj.top\u002F](https:\u002F\u002Fwww.aizj.top\u002F)\n\n```\n演示地址：https:\u002F\u002Fwww.aizj.top\n后台地址：https:\u002F\u002Fwww.aizj.top\u002Fadmin\n管理账号：admin@c.om\n管理密码：admin123\n```\n\n如需帮助请提交 [Issues](https:\u002F\u002Fgithub.com\u002F79E\u002FChatGPT-Web\u002Fissues) 或赞赏时留下联系方式。\n\n### 页面截图\n\n![cover](https:\u002F\u002Ffiles.catbox.moe\u002Ftp963e.png)\n![cover](https:\u002F\u002Ffiles.catbox.moe\u002Fy5avbx.png)\n![cover](https:\u002F\u002Ffiles.catbox.moe\u002Fk16jsz.png)\n![cover](https:\u002F\u002Ffiles.catbox.moe\u002F8o5oja.png)\n\n## 🤖 主要功能\n\n- 后台管理系统,可对用户,Token,商品,卡密等进行管理\n- 精心设计的 UI，响应式设计\n- 极快的首屏加载速度（~100kb）\n- 支持Midjourney绘画和DALL·E模型绘画,GPT4等应用\n- 海量的内置 prompt 列表，来自[中文](https:\u002F\u002Fgithub.com\u002FPlexPt\u002Fawesome-chatgpt-prompts-zh)和[英文](https:\u002F\u002Fgithub.com\u002Ff\u002Fawesome-chatgpt-prompts)\n- 一键导出聊天记录，完整的 Markdown 支持\n- 支持自定义API地址（如：[openAI](https:\u002F\u002Fapi.openai.com) \u002F [API2D](https:\u002F\u002Fapi2d.com\u002Fr\u002F192767)）\n\n## 🎮 开始使用\n**Node 环境**\n\n`node` 需要 `^16 || ^18 || ^19` 版本（node >= 16.19.0），可以使用 nvm 管理本地多个 node 版本。\n\n```\n# 查看 node 版本\nnode -v\n\n# 查看 npm 版本\nnpm -v\n\n# 查看 yarn 版本\nyarn -v\n\n```\n\n**1.先 `Fork` 本项目，然后克隆到本地。**\n```\ngit clone https:\u002F\u002Fgithub.com\u002F79E\u002FChatGpt-Web.git\n```\n\n**2.安装依赖**\n```\nyarn install\n```\n\n**3.运行**\n```\n# web项目启动\nyarn dev:web\n```\n\n**4.打包**\n```\nyarn build\n```\n\n## ⛺️ 环境变量\n\n> 如果是前后端分离模式部署项目则需要填以下配置\n\n#### `VITE_APP_REQUEST_HOST` \n\n请求服务端的`Host`地址。\n\n## 🚧 开发\n\n> 强烈不建议在本地进行开发或者部署，由于一些技术原因，很难在本地配置好 OpenAI API 代理，除非你能保证可以直连 OpenAI 服务器。\n\n#### 本地开发\n\n1. 安装 nodejs 和 yarn具体细节请询问 ChatGPT\n2. 执行 `yarn install` 即可\n3. web项目开发 `yarn dev:web`\n4. 服务端项目开发 `yarn dev`\n5. 打包项目 `yarn build`\n\n#### 服务端\n\n1. 前端请求服务端的 [接口文档](https:\u002F\u002Fconsole-docs.apipost.cn\u002Fpreview\u002F38826c52f656ef05\u002F044846bd536b67bb) 你们可以按照这个接口文档进行开发\n2. 将Mysql sql文件导入到数据库中\n3. 配置好数据库的连接信息（server\u002Fconfig）\n3. 如需帮助请提交 [Issues](https:\u002F\u002Fgithub.com\u002F79E\u002FChatGPT-Web\u002Fissues) 或赞赏时留下联系方式。\n\n## 🎯 部署\n> 直接将`WEB`项目打包好的 `dist` 目录上传到服务器即可。注意服务器IP地址位置！\n\n### Vercel\n如果你将其托管在自己的 Vercel 服务器上，可点击 deploy 按钮来开始你的部署！\n\n[![Deploy to Vercel](https:\u002F\u002Fvercel.com\u002Fbutton)](https:\u002F\u002Fvercel.com\u002Fimport\u002Fproject?template=https:\u002F\u002Fgithub.com\u002F79E\u002FChatGpt-Web)\n\n如需帮助请提交 [Issues](https:\u002F\u002Fgithub.com\u002F79E\u002FChatGPT-Web\u002Fissues) 或赞赏时留下联系方式。\n\n\n## 🧘 贡献者\n\n[见项目贡献者列表](https:\u002F\u002Fgithub.com\u002F79E\u002FChatGPT-Web\u002Fgraphs\u002Fcontributors)\n\n## 📋 开源协议\n\n[![License MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-brightgreen.svg)](https:\u002F\u002Fgithub.com\u002F79E\u002FChatGpt-Web\u002Fblob\u002Fmaster\u002Flicense)\n","ChatGPT-Web 是一个使用 React 构建的可商业化 ChatGPT 网页应用。该项目提供了丰富的后台管理功能，包括用户、Token、商品及卡密等的管理，并支持 Midjourney 和 DALL·E 模型绘画以及 GPT-4 应用。其精心设计的 UI 具备响应式布局，首屏加载速度极快（约 100KB）。内置了大量中英文 prompt 列表，并支持一键导出聊天记录为 Markdown 格式。此外，还允许自定义 API 地址以适应不同的 OpenAI 服务提供商。此项目适用于需要集成 AI 聊天机器人功能的企业或个人网站，尤其适合那些希望快速部署且具有良好用户体验的场景。",2,"2026-06-11 03:30:06","top_topic"]