Home

Awesome

AutoGPT.js

AutoGPT.js is an open-source project that aims to bring the powerful capabilities of AutoGPT to your browser. By running directly in the browser, AutoGPT.js offers greater accessibility and privacy.

Visit AutoGPTjs.com

Website snapshot

Table of Contents

Features

Roadmap/Ideas

Development

  1. Copy .env.example to .env and change as necessary.
  2. Run npm install to get all the dependencies.
  3. Run npm run dev to start the development server.

Deployment

Fly.io

Docker

  1. Run docker build -t IMAGE_NAME . to create the docker image
  2. Deploy the docker image based on what cloud and infrastructure you are using
  3. Start the container based on your infra e.g. docker run -p PORT:8080 IMAGE_NAME.

Direct

  1. Run npm install to get all dependencies.
  2. Run npm run build to build the project.
  3. Run NODE_ENV="production" npm run start to start the server which will expose the endpoint at localhost:3000. You can then use a reverse proxy like NGINX to route to that local address on your server.

Contributing

We welcome and encourage contributions from the developer community.

License

This project is licensed under the MIT License. By contributing to this project, you agree to the terms and conditions of the license.