EveryDev.ai
Subscribe
Home
Tools

3,215+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Maige
    Maige icon

    Maige

    Workflow Automation

    Open-source AI infrastructure for running natural language workflows on your GitHub codebase, automating issue labeling, assignment, code review, and more.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Self-host the AGPL-3.0 licensed codebase for free.

    Standard Plan: $30/mo
    Enterprise: Custom/contact

    Engagement

    Available On

    Linux
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Workflow AutomationCode ReviewIssue Tracking

    Alternatives

    Claude Code on the webEllipsisGrep
    Developer
    Rubric LabsToronto, CanadaEst. 2023

    Listed Jul 2026

    About Maige

    Maige is an open-source, AI-powered codebase copilot built by Rubric Labs that lets teams automate GitHub repository maintenance using plain English instructions. It connects to your repository via a GitHub App, creates codebase embeddings, and runs a webhook-driven workflow engine that responds to issues and pull requests in real time. The project is currently in alpha and is licensed under AGPL-3.0.

    What It Is

    Maige sits between your GitHub repository and an AI layer, translating natural language rules into automated GitHub actions. Instead of writing custom bots or GitHub Actions YAML, maintainers write plain-text instructions like "always assign UI-related issues to @username" or "label .env PRs as 'needs-approval' unless opened by @maintainer." Maige interprets these rules and executes them automatically whenever issues or PRs are opened.

    How the Workflow Works

    Getting started involves three steps:

    • Connect your repo: Maige installs a webhook, generates embeddings of your entire codebase, and provisions a sandbox environment.
    • Write your rules: Describe what should happen when issues and PRs are opened. Rules can trigger labeling, assignment, commenting, code review, or even simple code execution.
    • Monitor runs: A dashboard lets maintainers watch workflow executions and provide feedback.

    The system works flexibly with the GitHub API, meaning it can perform any action a human could take through the GitHub UI.

    Capabilities

    Maige supports a range of automated actions out of the box:

    • Auto-labeling: Classify and tag issues and PRs based on content
    • Auto-assignment: Route issues to the right contributors
    • Auto-comments: Post contextual responses to new issues or PRs
    • Code review: Analyze incoming PRs against project guidelines (e.g., CONTRIBUTING.md)
    • Code generation: Run simple code snippets in a sandboxed environment
    • Custom instructions: Any freeform natural language rule that maps to a GitHub API action

    Open-Source Deployment Model

    The core platform is published on GitHub under the AGPL-3.0 license, making the source code freely available to inspect, modify, and self-host. The README notes that self-hosting is not yet fully supported and may involve rough edges, but provides setup instructions using Bun, Vercel, and ngrok for local development. The GitHub App integration requires configuring webhooks, permissions for Issues and Pull Requests, and a private key. Rubric Labs also operates a hosted version at maige.app for teams that prefer a managed deployment.

    Current Status

    The project is labeled alpha on the homepage and was created in March 2023, with the repository last updated in mid-2026. The homepage notes the hosted service is used by over 4,300 repositories, citing projects such as Documenso, Nuxt, Highlight.io, Cal.com, and Trigger.dev as examples (per vendor-published homepage claims). An Enterprise plan is listed as "coming soon." The GitHub repository has 102 stars and 11 forks as of the last recorded update.

    Maige - 1

    Community Discussions

    Be the first to start a conversation about Maige

    Share your experience with Maige, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-host the AGPL-3.0 licensed codebase for free.

    • Auto-labeling
    • Auto-assignment
    • Auto-comments
    • Custom instructions
    • Code review

    Standard Plan

    Hosted plan with first 30 issues free.

    $30
    per month
    • Auto-labeling
    • Auto-assignment
    • Auto-comments
    • Custom instructions
    • Code review
    • Code generation
    • First 30 issues free

    Enterprise

    Best for large teams. Coming soon.

    Custom
    contact sales
    • Large team support
    View official pricing

    Capabilities

    Key Features

    • Natural language workflow rules
    • Auto-labeling of issues and PRs
    • Auto-assignment of contributors
    • Auto-comments on issues and PRs
    • AI-powered code review
    • Code generation in sandbox
    • Codebase embeddings
    • GitHub webhook integration
    • Custom instructions via plain text
    • Dashboard for monitoring runs

    Integrations

    GitHub
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Maige and help others make informed decisions.

    Developer

    Rubric Labs

    Rubric Labs builds open-source AI infrastructure for developer workflows, with Maige as its flagship product. The team focuses on making repository maintenance simpler by applying natural language AI to GitHub automation. Their work spans TypeScript-based web applications, GitHub App integrations, and AI-powered codebase tooling.

    Founded 2023
    Toronto, Canada
    6 employees

    Used by

    Gumloop
    Graphite
    Albertsons
    Safeway
    +4 more
    Read more about Rubric Labs
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Claude Code on the web icon

    Claude Code on the web

    Run Claude Code tasks in isolated cloud VMs from your browser, working directly against your GitHub repos and auto-opening PRs when done.

    Ellipsis icon

    Ellipsis

    Ellipsis is an AI software engineer that reviews pull requests, proposes and applies bug fixes, summarizes code changes, and answers developer questions via a web app integrated with GitHub and Slack.

    Grep icon

    Grep

    Effortlessly search for code, files, and paths across a million GitHub repositories.

    Browse all tools

    Related Topics

    Workflow Automation

    Agents designed to automate complex business and development workflows.

    291 tools

    Code Review

    Tools that help review, analyze, and improve code quality.

    93 tools

    Issue Tracking

    AI-driven systems for monitoring, prioritizing, and resolving bugs, feature requests, and other project issues with intelligent categorization and automatic assignment.

    5 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions