One-Click to deploy well-designed AutoGPT-Next-Web web UI on Vercel.
一键免费部署你的私人 AutoGPT-Next-Web 网页应用。
- Free one-click deployment with Vercel in 1 minute
- Improved local support: After typing in Chinese, the content will be displayed in Chinese instead of English
- UI designed to match AgentGPT, responsive design, and support for dark mode
- Have your own domain? Even better, after binding, you can quickly access it anywhere without barriers
- Support access code control, only you or trusted individuals can use the website
- 1. Add support for Docker and Docker Compose
- 2. Add support for Endpoint URL
- 3. Add support for Azure OpenAI API
- 4. Optimize the display of running results for easier viewing
- 5. Add support for WeChat login
During the period of maintaining open source projects, many friends came to consult about customizing the system. Considering that there may be more friends who have similar needs, we decided to start the internal test plan of the commercial version~
- plan support - User login system, billing system, charging system, etc., so that everyone can directly deploy a charged version of AutoGPT, and can directly obtain income
- way of participation - To pre-order the commercial version and view the details of the commercial version plan, please click the link below AutoGPT-Next-Web Business Vision
Click me to view the detailed tutorial
- Prepare the OpenAI API Key;
- Click the deploy button and follow the prompts
- We support access control capabilities, see the tutorial above for a detailed tutorial
Q: What is the difference between this project and AgentGPT?
A: The project originated from AgentGPT. Our goal is to continuously provide user-friendly features, interfaces, and various deployment solutions for domestic users, helping everyone to easily build their own "AutoGPT" website. And the i18n ability and Vercel deployment ability in the AgentGPT project also come from our contributions.
The easiest way to run AutoGPT-Next-Web locally is by using docker.
docker-compose -f docker-compose.dev.yml up -d --remove-orphans
Using docker-image
docker-compose -f docker-compose.prod.yml up -d --remove-orphans
If you wish to develop AutoGPT-Next-Web locally, the easiest way is to use the provided setup script.
./setup.sh
You will need Nodejs +18 (LTS recommended) installed.
- Fork this project:
- Clone the repository:
git clone [email protected]:YOU_USER/AutoGPT-Next-Web.git
- Install dependencies:
cd AutoGPT-Next-Web
npm install
- Create a .env file with the following content:
The environment variables must match the following schema.
# Deployment Environment:
NODE_ENV=development
# Next Auth config:
# Generate a secret with `openssl rand -base64 32` or visit https://generate-secret.vercel.app/
NEXTAUTH_SECRET=''
NEXTAUTH_URL=http://localhost:3000
DATABASE_URL=file:./db.sqlite
NEXT_PUBLIC_WEB_SEARCH_ENABLED='' #true or false
SERP_API_KEY=''
# Your open api key
OPENAI_API_KEY=''
- Modify prisma schema to use sqlite:
./prisma/useSqlite.sh
Note: This only needs to be done if you wish to use sqlite.
- Ready, now run:
# Create database migrations
npx prisma db push
npm run dev
AI |
SDK | Application |
---|---|---|
🎒OpenAI | Go-OpenAI | 🏅Feishu-OpenAI, 🎖Lark-OpenAI, Feishu-EX-ChatGPT, 🎖Feishu-OpenAI-Stream-Chatbot, Feishu-TLDR,Feishu-OpenAI-Amazing, Feishu-Oral-Friend, Feishu-OpenAI-Base-Helper, Feishu-Vector-Knowledge-Management, Feishu-OpenAI-PDF-Helper, 🏅Dingtalk-OpenAI, Wework-OpenAI, WeWork-OpenAI-Node, llmplugin |
🤖 AutoGPT | ------ | 🏅AutoGPT-Next-Web |
🎭 Stablediffusion | ------ | 🎖Feishu-Stablediffusion |
🍎 Midjourney | Go-Midjourney | 🏅Feishu-Midjourney, 🔥MidJourney-Web, Dingtalk-Midjourney |
🍍 文心一言 | Go-Wenxin | Feishu-Wenxin, Dingtalk-Wenxin, Wework-Wenxin |
💸 Minimax | Go-Minimax | Feishu-Minimax, Dingtalk-Minimax, Wework-Minimax |
⛳️ CLAUDE | Go-Claude | Feishu-Claude, DingTalk-Claude, Wework-Claude |
🥁 PaLM | Go-PaLM | Feishu-PaLM,DingTalk-PaLM,Wework-PaLM |
🎡 Prompt | ------ | 📖 Prompt-Engineering-Tutior |
🍋 ChatGLM | ------ | Feishu-ChatGLM |
⛓ LangChain | ------ | 📖 LangChain-Tutior |
🪄 One-click | ------ | 🎖Awesome-One-Click-Deployment |