Giter VIP home page Giter VIP logo

xuxiaosa0716 / autogpt-next-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from connectai-e/autogpt-next-web

1.0 0.0 0.0 10.41 MB

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.一键免费部署你的私人AutoGPT 网页应用

Home Page: https://auto-agentgpt.com

License: GNU General Public License v3.0

Shell 1.16% JavaScript 2.09% TypeScript 94.95% CSS 1.19% Dockerfile 0.62%

autogpt-next-web's Introduction

AutoGPT-Next-Web

English / 简体中文

One-Click to deploy well-designed AutoGPT-Next-Web web UI on Vercel.

一键免费部署你的私人 AutoGPT-Next-Web 网页应用。

Demo / Issues / Join Discord / Buy Me a Coffee

演示 / 反馈 / QQ 群 / 微信 / 知识星球 / 打赏开发者

Deploy with Vercel

cover

Discuss with us

cover

Features

  • Free one-click deployment with Vercel in 1 minute
  • UI designed to match AgentGPT, responsive design, and support for dark mode
  • Extremely fast first screen loading speed
  • Have your own domain? Even better, after binding, you can quickly access it anywhere without barriers.

Docker Setup

The easiest way to run AutoGPT-Next-Web locally is by using docker. A convenient setup script is provided to help you get started.

./setup.sh --docker

Local Development Setup

If you wish to develop AutoGPT-Next-Web locally, the easiest way is to use the provided setup script.

./setup.sh --local

Manual Setup

You will need Nodejs +18 (LTS recommended) installed.

  1. Fork this project:
  1. Clone the repository:
git clone [email protected]:YOU_USER/AutoGPT-Next-Web.git
  1. Install dependencies:
cd AutoGPT-Next-Web
npm install
  1. 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=changeme
NEXTAUTH_URL=http://localhost:3000
DATABASE_URL=file:./db.sqlite

# Your open api key
OPENAI_API_KEY=changeme
  1. Modify prisma schema to use sqlite:
./prisma/useSqlite.sh

Note: This only needs to be done if you wish to use sqlite.

  1. Ready, now run:
# Create database migrations
npx prisma db push
npm run dev

autogpt-next-web's People

Contributors

dogtiti avatar dependabot[bot] avatar wddxg avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.