Giter Club home page Giter Club logo

buildware-ai's Introduction

Buildware

Buildware helps you ship code faster with AI.

Build a code instruction system, give it an issue, and get an AI-generated PR!

Built by Mckay Wrigley and Tyler Bruno at Takeoff AI.

Demo

See the latest demo here.

Sponsor

If you find Buildware useful, please consider sponsoring us to support our open-source work :)

Updates

Coming soon:

  • Advanced version with Linear integration and more
  • Local codebase mode
  • Team support

Simple Setup

Follow these steps to get the simple version of Buildware running.

1. Clone the Repo

git clone https://github.com/mckaywrigley/buildware.git

2. Install Dependencies

npm install

3. Setup Environment Variables

Copy the .env.example file to .env.local and fill in the required variables.

cp .env.example .env.local

The following values are required for config for the simple version:

App Mode (keep default value):

  • NEXT_PUBLIC_APP_MODE=simple

LLMs:

  • ANTHROPIC_API_KEY=
  • OPENAI_API_KEY=

Database:

  • DATABASE_URL=

GitHub:

  • GITHUB_PAT=

4. Setup Database

You will need a Postgres database to use Buildware.

We recommend using Supabase or Neon.

Once you have your connection string, update the DATABASE_URL in the .env.local file.

Next, run the database migrations:

npm run migrate

Now your database is ready to use.

5. Setup GitHub PAT

You will need a GitHub PAT (Personal Access Token) to use Buildware.

Follow these steps:

  1. Go to this link.
  2. Click "Generate new token".
  3. Give your token a name and set the expiration date.
  4. Select a "Resource owner".
  5. Select which repositories you want to access. You must select either "All repositories" or "Only select repositories".
  6. Select the 3 required repository permissions:
    • Contents: Read and write
    • Pull Requests: Read and write
    • Metadata: Read-only (this is selected by default)
  7. Click "Generate token".
  8. Copy your new PAT.

Once you have your PAT, update the GITHUB_PAT in the .env.local file.

6. Run App

npm run dev

Deploy Simple Version

Deploy the simple version to Vercel in 1 click:

Deploy with Vercel

Advanced Setup

Update (July 17th, 2024): Advanced setup guide coming soon! Please check back in a few days.

buildware-ai's People

Contributors

mckaywrigley avatar tylerbruno 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.