Skip to content

TransformerOptimus/SuperCoder

Repository files navigation

SuperCoder Dark logo SuperCoder Light logo

Open Source Autonomous Software Development System

SuperCoder Forks SuperCoder stars

Follow SuperAGI

Follow _superAGI Join SuperAGI Discord Community

Connect with the Creator

Follow ishaanbhola Follow mukundns

Share SuperCoder Repository

Follow _superAGI Share on Telegram Share on Reddit


SuperCoder: Open Source Autonomous Software Development System

What is SuperCoder?

SuperCoder is an autonomous software development system that leverages advanced AI tools and agents to streamline and automate coding, testing, and deployment tasks, enhancing efficiency and reliability.

πŸ›  Supported Languages & Frameworks

SuperCoder 2.0 supports a variety of languages and frameworks for diverse development needs.

Flask Django NextJS

Prerequisites

Before you proceed, ensure that you have the following installed on your system:

  • Docker and Docker Compose
  • direnv

Installing Direnv

To handle environment variables more efficiently, install direnv:

# For macOS
brew install direnv

# For Ubuntu
sudo apt-get install direnv

After installation, hook direnv into your shell:

echo 'eval "$(direnv hook bash)"' >> ~/.bashrc
source ~/.bashrc

If you are using a shell other than bash, replace bash with your specific shell (e.g., zsh or fish).

Note: direnv is one of the suggested ways other ways to setup environment variables are also possible

Setup

1.Environment Configuration

First, create a .envrc file in the root directory of your project and populate it with the necessary environment variables:

export AI_DEVELOPER_GITNESS_URL=http://gitness:3000
export AI_DEVELOPER_GITNESS_HOST=gitness:3000

export AI_DEVELOPER_GITNESS_PASSWORD=admin
export AI_DEVELOPER_GITNESS_USER=admin

export AI_DEVELOPER_APP_URL=http://localhost:3000

export AI_DEVELOPER_WORKSPACE_WORKING_DIR=/workspaces
export AI_DEVELOPER_WORKSPACE_SERVICE_ENDPOINT=http://ws:8080

export NEW_RELIC_ENABLED=false

To allow direnv to load these settings, run:

direnv allow .

2. Build and Run the Go Server, Asynq worker, and Postgres

To build and run the Go server, Asynq worker, and Postgres, execute the following command:

docker-compose up --build

You can now access the UI at http://localhost:3000.

πŸ“š Resources

πŸ“– Need Help?

Join our Discord community for support and discussions.

Join us on Discord

If you have questions or encounter issues, please don't hesitate to create a new issue to get support or reach out to support@superagi.com.

⚠️ Under Development!

This project is under active development and may still have issues. We appreciate your understanding and patience. If you encounter any problems, please check the open issues first. If your issue is not listed, kindly create a new issue detailing the error or problem you experienced. Thank you for your support!