Skip to content

GravityCloudAI/matter-ai

Repository files navigation

Matter

Matter Og Image

Matter is open-source AI Code Reviewer Agent. This enables developers to review code changes and provide feedback on the code.

Supported Platforms

  • Github
  • Gitlab
  • Bitbucket
  • Azure DevOps

Features

Feature Status Pricing
AI Pull Request Summary Free / Self Hosted
AI Code Review Comments Free / Self Hosted
AI Code Suggestions Free / Self Hosted
AI Code quality score and Suggestions Free / Self Hosted
AI Pull Request Checklist and Suggestions Free / Self Hosted
Internal Documentation Support Paid / Enterprise
Generate AI Release Notes Paid / Enterprise

Installation

Cloud Hosted

Kubernetes

Prerequisites

  1. Create an internal Github App for your Organization
  2. Fill the required values in the matter-values.yaml file. You can get the template here: https://github.com/GravityCloudAI/helm/blob/main/charts/gravity-matter/values.yaml

Helm Chart

  1. helm repo add gravity https://gravitycloudai.github.io/helm
  2. helm repo update
  3. helm upgrade --install matter-ai gravity/gravity-matter -f matter-values.yaml -n matter-ai --create-namespace

Local Installation

Prerequisites

  1. Node.js
  2. Update .env file with the required values. You can get the template here: https://github.com/GravityCloudAI/matter/blob/main/.env.example

Installation

  1. npm install
  2. npm run dev
  3. Tunnel the local server to the cloud using ngrok
  4. Update the webhook url in the Github App settings with the ngrok url

Community