AutoGPT-Next-Web is a TypeScript project that provides a browser-based UI to deploy autonomous AI agents with one-click Vercel deployment, Docker support, and localization features.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
AutoGPT-Next-Web is a web UI that enables assembling, configuring, and deploying autonomous AI agents in a browser. It offers one-click deployment via Vercel and aims to support Docker/Docker Compose and multilingual usage.
How it works
The repository integrates Next.js (TypeScript) front-end with deployment options (Vercel button, Docker/Docker Compose). It includes a business/enterprise track and localization support, with environment configuration via a .env schema and optional local development setup scripts.
Getting started
Commands and steps documented in the README include:
- Docker Local Setup:
docker-compose -f docker-compose.dev.yml up -d --remove-orphans
- Docker-Image:
docker-compose -f docker-compose.prod.yml up -d --remove-orphans
- Local Development Setup:
./setup.sh
- Manual Setup (clone, install, env, run):
git clone git@github.com:YOU_USER/AutoGPT-Next-Web.git
cd AutoGPT-Next-Web
npm install
# Create database migrations
npx prisma db push
npm run dev
-.env example includes keys like OPENAI_API_KEY, NEXTAUTH_SECRET, NEXTAUTH_URL, DATABASE_URL, NEXT_PUBLIC_WEB_SEARCH_ENABLED, SERP_API_KEY, etc.
Recent releases
Latest releases shown:
- v1.0.8 (refactor docker) dated 2023-05-18
- v1.0.7 (fix docker) dated 2023-05-15
- v1.0.6 (add and delete task) dated 2023-05-09
- v1.0.5 (refactor docker compose) dated 2023-05-08
- v1.0.4 (web search) dated 2023-05-04
Traction
Stars: 3001, Forks: 1336, Open issues: 31
Behind the repo
Linked project mentions a business version and a one-click deployment workflow via Vercel button, plus references to related tools like Awesome-One-Click-Deployment.
Caveats
License: GPL-3.0. Created 2023-04-15, last push 2025-02-10. Docker and local development instructions rely on docker-compose files and a setup.sh script. Environment variables must follow the provided schema.






