Business Software for GitHub - Page 44

Top Software that integrates with GitHub as of September 2026 - Page 44

GitHub Clear Filters
  • 1
    Layers

    Layers

    Layers

    Layers is a code-aware, agentic marketing platform designed to help software teams automatically generate and execute growth strategies based on their product, audience, and real-time trends. It connects directly to an application, analyzes its context, and produces tailored marketing outputs intended to drive user acquisition at scale. Its Content Generation layer performs automated trend research to identify viral opportunities and creates highly specific content aligned with the app’s positioning and target users. It supports outputs such as custom brand personalities, influencer-style narratives, podcast clips, faceless aesthetic content, and product demo media, all generated with minimal manual input. Through its layered workflow, users can connect their app, generate a strategy, activate campaigns, and automate ongoing growth efforts within a single environment.
    Starting Price: $49 per month
  • 2
    ScanGov

    ScanGov

    ScanGov

    ScanGov is a government digital experience platform designed to help public agencies monitor, improve, and maintain their websites through automated, standards-based analysis. It combines continuous scanning with clear guidance so digital teams can identify issues and deliver better online services to the public. It provides real-time monitoring and reporting across eight key areas, including accessibility, performance, security, SEO, content quality, and AI readiness, giving organizations a holistic view of their digital presence. Users can track progress through dashboards, domain and site views, and prioritized task lists that highlight the most impactful fixes. It generates pre-built bug reports and integrates with tools like GitHub to streamline remediation workflows and reduce manual auditing effort. ScanGov also enables public dashboards and letter-grade scoring, making it easier to communicate status to both technical and non-technical stakeholders.
    Starting Price: $100 per month
  • 3
    Complete

    Complete

    Complete

    Complete is a collaborative AI workspace that enables teams and AI agents to work side by side in a unified environment designed to execute real workflows from planning to delivery. It centralizes conversations, files, and outputs into a single source of truth so teams can maintain shared context while agents perform tasks such as debugging, documenting, testing code, or generating business deliverables. It introduces structured execution threads that allow agents to run outcome-driven tasks while teams monitor progress and iterate on real outputs. Complete supports running multiple AI models in parallel, enabling specialized agents for coding, testing, and reasoning to operate within the same workflow. It integrates with project management and development tools and can bring AI directly into the IDE to accelerate coding and collaboration.
    Starting Price: $25 per month
  • 4
    TypeBoost

    TypeBoost

    TypeBoost

    TypeBoost is a lightweight AI writing toolkit for macOS designed to bring customizable AI text assistance directly into any application without disrupting the user’s workflow. It allows users to save prompts as reusable actions and apply them instantly to selected text using a keyboard shortcut, eliminating the need to copy and paste content into separate AI tools. It functions system-wide, meaning users can edit emails, documents, social posts, or code within the apps they already use while staying in flow. TypeBoost emphasizes deep personalization, enabling users to build their own prompt library tailored to specific writing tasks such as polishing emails, summarizing content, translating text, or refining tone. It supports both text and voice input, giving users flexible ways to issue commands and transform content in place. Designed with a keyboard-first workflow, it prioritizes speed and minimal friction so repetitive writing tasks become one-click operations.
    Starting Price: $8 per month
  • 5
    Fabricate

    Fabricate

    Fabricate

    Fabricate is an AI-powered full-stack application builder that enables users to create complete web applications simply by describing what they want in plain English. It generates production-ready React and TypeScript code along with the necessary backend components in minutes, eliminating the need for manual coding or complex setup. It is designed to handle the entire development lifecycle, including database configuration, user authentication, and payment processing, allowing teams to move from idea to deployable product quickly. Fabricate’s AI understands context and produces clean, maintainable code rather than basic templates, while responsive design and SEO optimization are included automatically. Users can refine projects conversationally by requesting changes such as layout adjustments or color updates, and the system updates the application accordingly.
    Starting Price: $25 per month
  • 6
    Polyscope

    Polyscope

    Beyond Code

    Polyscope is an agent-first development environment designed to orchestrate and run multiple AI coding agents in parallel, allowing developers to automate complex software engineering workflows. It works with advanced coding models such as Claude Code and OpenAI Codex, enabling users to launch several agents simultaneously while maintaining separate, isolated workspaces for each task. Each agent operates inside its own copy-on-write environment, which allows the system to safely experiment with different approaches, modify files, and test changes without affecting the original project. It enables developers to run dozens of AI agents concurrently to generate code, analyze repositories, perform debugging, or experiment with alternative solutions across the same codebase. Itis delivered as a native macOS tool designed for high-performance agent execution, giving engineers a centralized interface to observe agent progress and manage tasks.
    Starting Price: $99 per year
  • 7
    Morph Fast Apply
    Morph FastApply is a specialized AI infrastructure tool designed to dramatically improve how AI coding agents edit and update source code. Instead of rewriting entire files or relying on fragile search-and-replace operations, FastApply merges AI-generated code changes directly into existing files using a semantic understanding of the code structure. It works by allowing an AI model to output only the relevant modifications to a file while marking unchanged sections with placeholders. The FastApply model then merges those changes server-side, reconstructing the complete updated file while preserving formatting, syntax, comments, and dependencies. This approach significantly reduces the number of tokens required and eliminates many of the errors caused by traditional diff-based or search-and-replace editing methods. It processes edits at speeds of over 10,500 tokens per second with approximately 98% accuracy.
    Starting Price: $20 per month
  • 8
    Morph WarpGrep
    WarpGrep is an AI-powered code search system developed by Morph that functions as a specialized subagent designed to help AI coding models locate relevant code inside large repositories quickly and accurately. Instead of forcing the main language model to search through files within its own context window, WarpGrep performs the search independently and returns only the specific code fragments needed for the task. It uses a reinforcement-learning-trained retrieval model that explores repositories through a multi-turn process, issuing commands such as grep, list_directory, and read to navigate the project structure and locate relevant code sections. This approach allows the tool to analyze complex natural-language queries such as “where is authentication implemented?” or “where does the middleware validate tokens,” rather than relying solely on exact keyword matches.
    Starting Price: $20 per month
  • 9
    Morph Glance
    Morph Glance is a developer tool designed to automatically test and validate code changes generated by AI coding agents. It works as a browser-based agent that executes and records how code modifications behave in real environments, allowing developers to quickly review whether a change works as expected. Instead of relying only on static code review or automated test logs, Glance runs the updated application in a browser environment and produces visual demonstrations, essentially short recordings that show how the program behaves after a change. These videos can be attached directly to pull requests or development workflows, enabling engineers to see the results of AI-generated edits without manually running the application themselves. It is designed to complement AI coding workflows where models generate edits, because developers often need a fast way to verify that those edits actually function correctly.
    Starting Price: $20 per month
  • 10
    CodeRifts

    CodeRifts

    CodeRifts

    CodeRifts is a zero-config GitHub App for API compatibility governance. It detects breaking changes in OpenAPI 2.0, 3.0, and 3.1 specs on every pull request — before merge. Unlike linters that only check syntax, CodeRifts scores risk across 4 dimensions, calculates blast radius, identifies affected downstream clients, and estimates economic impact in dollars. It enforces governance policies automatically and blocks risky PRs. Other tools tell you WHAT broke. CodeRifts tells you HOW MUCH it costs. Supports GitHub App, GitHub Actions, GitLab CI, Bitbucket, CLI, REST API, and the MCP protocol — so CI pipelines and AI agents run the same governance checks before a merge or a tool call. Built for teams where one breaking API change costs $10k–$50k in downstream fixes. Zero CI configuration required: install the GitHub App and governance starts on the next PR. Designed for backend and platform teams shipping APIs to mobile apps, third-party integrations, and AI agents.
    Starting Price: $49/month
  • 11
    Getint

    Getint

    Getint

    Getint is an integration platform that synchronizes data between work management, DevOps, and IT service management systems. It connects tools such as Jira, ServiceNow, Azure DevOps, GitHub, GitLab, Zendesk, monday.com, Salesforce, and many more. The platform supports one-way and two-way synchronization of issues, incidents, tasks, work items, comments, attachments, statuses, and custom fields. Administrators can configure field mappings, filtering rules, and workflow mappings to control how information flows between systems. Getint supports both SaaS and On-Premise deployments, allowing organizations to integrate cloud and self-hosted environments. It includes visual configuration tools, advanced scripting options, and detailed logs for monitoring integrations. Typical use cases include syncing development and support tickets, connecting ITSM and engineering teams, and integrating systems across organizations.
    Starting Price: $250
  • 12
    elvex

    elvex

    elvex

    elvex is an enterprise generative AI platform designed to help organizations adopt, manage, and scale the use of AI tools across their teams in a secure and structured way. It acts as a centralized interface that connects employees to multiple large language models and AI services while managing authentication, security, and governance behind the scenes. Rather than being its own language model, Elvex functions as a management layer that routes requests to external AI providers and delivers responses through a controlled environment that protects company data and ensures compliance. Users can create custom AI assistants and multi-step workflows that integrate with internal tools, databases, and productivity platforms, allowing teams to automate tasks such as analyzing data, drafting content, or generating reports. It includes ready-to-use agents as well as tools for building new ones without coding, enabling employees to design AI workflows that match their roles.
    Starting Price: Free
  • 13
    Barndoor.ai

    Barndoor.ai

    Barndoor.ai

    Barndoor is a data and access management layer designed to secure how artificial intelligence systems interact with enterprise data and infrastructure. It acts as a centralized control plane that governs AI agents and applications, allowing organizations to define policies, enforce access rules automatically, and maintain full visibility over how AI tools operate across business systems. Instead of relying only on traditional identity-based permissions, Barndoor introduces context-aware governance, enabling administrators to control what actions an AI agent can perform based on factors such as the user operating the agent, the system being accessed, the type of data involved, and the specific task being attempted. It evaluates every AI request in real time and enforces policies before an action is executed, preventing unsafe or unauthorized operations from reaching internal systems or modifying sensitive information.
    Starting Price: $500 per month
  • 14
    Server Compass
    Server Compass is a Vercel alternative that runs on your machine, not your server. Connect any VPS over SSH, link your GitHub repos, and deploy with one click—no Docker agents, no control panels, no bloat installed on your server. Unlike Coolify, Dokploy, or CapRover, Server Compass keeps your server clean. It deploys from your desktop via SSH using blue-green zero-downtime deployments. Built-in: - 16+ framework detection — Next.js, React, Vue, Django, Laravel, Go, Rust, and more - 166+ templates like Mattermost, Obsidian, Wordpress, Ghost, etc - Database management — PostgreSQL, MySQL, MongoDB, Redis - .env Vault — AES-256-GCM encrypted environment variables Stop paying $200+/month for Vercel, Railway, or Render. Get the same polished deployment experience on a $5 VPS. Pay once ($29). Own it forever. Available on Mac, Windows, and Linux.
    Starting Price: $29 per license
  • 15
    WunderGraph Hub

    WunderGraph Hub

    WunderGraph

    WunderGraph Hub is a platform designed to help development teams design, manage, and evolve APIs together within a structured workflow. It acts as a coordination layer for API development, allowing teams working across distributed services to collaboratively design schemas, propose changes, and align on API capabilities before implementation begins. It provides a visual design canvas where developers, API owners, and consumers can define capabilities, model schema structures, and discuss requirements in a shared workspace. Once a design is created, Hub automatically generates schema proposals and organizes feedback from stakeholders through governed workflows, ensuring that proposed API changes are reviewed, approved, and documented before being deployed. This approach enables teams to shift from informal communication and fragmented documentation toward structured collaboration with traceable decision-making.
    Starting Price: $49 per month
  • 16
    Fleece AI

    Fleece AI

    Fleece AI

    Fleece AI is a delegative AI workspace. A no-code workflow automation platform that deploys autonomous AI agents to automate tasks across 3,000+ app integrations. Describe tasks in plain language — AI agents connect applications, map workflows, and execute automations end-to-end. Build hierarchical agent teams that mirror real organizations: assign a lead agent that delegates to specialized sub-agents, consolidates results, and delivers outputs — fully autonomous, no supervision required. Use cases include email triage, CRM updates, report generation, invoice processing, and cross-app data syncs.
    Starting Price: $39/month/user
  • 17
    Genesis Computing

    Genesis Computing

    Genesis Computing

    Genesis Computing provides an enterprise AI platform built around autonomous “AI data agents” that automate complex data engineering and analytics workflows across an organization’s existing technology stack. It introduces a new category of AI knowledge workers that operate as autonomous agents capable of executing full data workflows rather than simply suggesting code or analysis. These agents can research data sources, ingest and transform datasets, map raw data from source systems to structured analytical targets, generate and run data pipeline code, create documentation, perform testing, and monitor pipelines in production environments. By handling these tasks end-to-end, the platform reduces the manual workload typically required to build and maintain data pipelines and analytics infrastructure.
    Starting Price: Free
  • 18
    Pulldog

    Pulldog

    Natic

    Pulldog is a native macOS application designed to simplify and streamline code review workflows by allowing developers to review pull requests from their teams directly within a dedicated desktop client. It connects to both GitHub and GitLab, enabling users to monitor and review pull requests across multiple repositories and accounts from a single interface instead of navigating numerous browser tabs. Pulldog is built entirely using modern Apple technologies and is optimized to integrate deeply with the macOS ecosystem, providing support for features such as Spotlight actions, widgets, and system shortcuts that help developers access and manage code reviews more efficiently in their daily workflow. It aggregates pull requests into a unified environment where users can track changes, review code updates, and monitor pipeline status while maintaining focus on the review process itself.
    Starting Price: Free
  • 19
    Depot

    Depot

    Depot

    Depot is a cloud-based build acceleration platform designed to speed up software development workflows by dramatically reducing the time required to build container images and run continuous integration pipelines. It replaces traditional local or CI-based Docker builds with remote container builds executed on powerful cloud infrastructure, allowing developers to run the same build commands while offloading compute-intensive tasks to optimized remote machines. Using the Depot CLI, developers can simply replace docker build with depot build to execute builds on Depot’s infrastructure, which includes fast CPUs, high-speed networking, and persistent storage optimized for build workloads. It supports native multi-platform builds for both Intel and ARM architectures without relying on slow emulation, enabling teams to produce container images for multiple environments more efficiently.
    Starting Price: $20 per month
  • 20
    Adaptive

    Adaptive

    Adaptive Computer

    Adaptive is an AI platform that enables users to build intelligent systems capable of learning, coordinating, and automating workflows across different tools and data sources. It focuses on creating what it describes as an “adaptive computer,” where multiple AI components can work together to perform tasks such as analyzing data, responding to communications, and executing actions across integrated applications. It allows users to connect external systems like email, databases, and collaboration tools, enabling the AI to understand patterns, interpret incoming information, and automate routine processes such as responding to customer inquiries or routing requests to the appropriate teams. It is designed to move beyond static automation by enabling AI agents that continuously learn from interactions and evolve their behavior over time, improving accuracy and efficiency as they process more data.
    Starting Price: $20 per month
  • 21
    Rapid Claw

    Rapid Claw

    Rapid Claw

    Rapid Claw is a managed cloud hosting platform for OpenClaw that enables users to deploy and run a fully autonomous AI agent in minutes without handling infrastructure, configuration, or DevOps tasks. It provides a dedicated, private OpenClaw instance that operates continuously in the cloud, allowing the agent to perform real work such as managing emails, automating workflows, reviewing code, processing data, and interacting with applications without human intervention. It removes the complexity of self-hosting, which typically requires server provisioning, dependency installation, environment configuration, and ongoing maintenance, by automating setup, updates, security, and backups. Users can launch an AI assistant with no coding, no API keys, and no terminal commands, then immediately begin interacting with it through a simple interface.
    Starting Price: $29 per month
  • 22
    Clawdi

    Clawdi

    Clawdi

    Clawdi is an AI-powered assistant designed to act as a virtual chief of staff that operates directly within messaging platforms such as WhatsApp, Telegram, Slack, and email, enabling users to manage tasks, workflows, and communication through simple chat interactions. It allows users to deploy private AI agents that can connect to multiple business applications and perform real actions, such as triaging emails, managing calendars, drafting reports, and coordinating operations across more than 500 integrated apps. It emphasizes seamless integration into existing communication environments, reducing the need to switch between tools while centralizing productivity within a conversational interface. Clawdi supports one-click deployment of secure, private instances running on dedicated infrastructure, giving users control over their data while maintaining persistent, always-on functionality.
    Starting Price: $29 per month
  • 23
    Struct

    Struct

    Struct

    Struct is an AI-powered communication platform designed to improve how teams capture, organize, and use information from conversations by transforming chat into a structured, searchable knowledge system. Instead of treating messages as disposable streams, Struct organizes discussions into threads and feeds, while continuously building a contextual knowledge base that preserves insights, decisions, and shared resources. It integrates AI to analyze conversations, surface relevant information, and connect related ideas, ensuring that important context is not lost across messages or time. This allows teams to quickly retrieve documents, answers, and prior discussions without needing to manually search across multiple tools or repeat information. Struct emphasizes clarity, focus, and productivity by reducing noise in communication and turning everyday interactions into actionable knowledge that supports collaboration and decision-making.
    Starting Price: $20 per month
  • 24
    Sim

    Sim

    Sim

    Sim is an open source platform designed to build, test, and deploy AI agent workflows through a visual, drag-and-drop interface that simplifies complex automation processes. It provides a canvas-based environment, similar to design tools, where users can connect modular blocks representing AI agents, APIs, and integrations to create multi-step workflows without needing traditional coding skills. It supports connections to over 100 models and applications, enabling users to integrate tools like email, databases, CRMs, and calendars into unified, automated systems that can execute real business processes. Sim.ai allows users to define agents, monitor how they collaborate step by step, and view outputs in real time, making it easier to debug, optimize, and customize workflows. It also supports multiple triggers such as APIs, chat interfaces, scheduled tasks, and webhooks, enabling flexible deployment across different environments.
    Starting Price: $25 per month
  • 25
    Radiantly

    Radiantly

    Radiantly

    Radiantly is an AI-native automation platform designed to help businesses move beyond adapting traditional human SOPs and instead build workflows optimized for AI-human collaboration from the ground up. It audits existing processes, analyzes where AI performs best versus where human oversight is necessary, and suggests a refined, high-efficiency workflow that bridges the gap between manual operations and automation. Through its AI Consult Mode, the platform acts as an embedded advisor, guiding users in designing effective systems rather than simply executing tasks. Radiantly simplifies one of the biggest barriers to automation by offering native one-click integrations with over 900 tools, eliminating the need for API keys, tokens, and complex configurations through OAuth-based connections. It enables a model where AI agents handle the bulk of work, such as data processing and logic execution, while humans remain in control as orchestrators.
    Starting Price: Free
  • 26
    Abacus Claw

    Abacus Claw

    Abacus Claw

    Abacus Claw is a hosted AI agent platform that enables users to build and run always-on, cloud-based agents capable of automating complex, real-world workflows by connecting directly to everyday applications and data sources. It integrates with tools such as Gmail, Slack, Google Drive, and other services, allowing agents to analyze user activity, retrieve information, and generate personalized outputs like summaries, reports, and task breakdowns. Unlike traditional assistants that rely on one-off prompts, Claw is designed for continuous operation, where agents can be scheduled, triggered by events, or run autonomously to execute multi-step tasks across different systems. It provides a managed version of OpenClaw, an open source framework for creating persistent AI agents, enabling users to deploy powerful automation without handling infrastructure themselves.
    Starting Price: $7 per month
  • 27
    Orbit Hunt

    Orbit Hunt

    Orbit Hunt

    Orbit Hunt is an AI-powered visitor intelligence platform combining session replay, behavioral analytics, and traffic intelligence. It analyzes every scroll, click, and hesitation to show what converts, what doesn't, and why. Session Replay: Watch real visitor sessions, every scroll, click, and mouse movement. Inputs masked by default for privacy. AI Analytics: Auto page section detection, engagement scoring, read depth analysis, drop-off detection, CTA tracking, and section-level breakdowns with AI-powered insights. Traffic Intelligence: Track UTMs, traffic sources, ad clicks, geo data, device types, and network quality to find your best channels. Privacy-First: GDPR & CCPA compliant, IP anonymization, input masking, no third-party cookies, EU-hosted. Ultra-Lightweight: 2KB gzipped, zero Core Web Vitals impact. Integrations: HTML, React, Next.js, WordPress, Webflow, Shopify, Wix, Squarespace, Framer, GTM.
    Starting Price: $49
  • 28
    Automna

    Automna

    Automna

    Automna is an AI-powered platform designed to automate end-to-end testing for web and mobile applications without requiring code, enabling teams to generate, maintain, and execute test suites automatically. It allows users to build and run tests across entire user journeys while continuously analyzing results and identifying issues in real time. It integrates directly into development pipelines, triggering relevant tests on every code change and preventing regressions from reaching production by automatically flagging failures and generating new tests when needed. It emphasizes self-healing automation, meaning tests adapt to interface changes without breaking, significantly reducing maintenance overhead compared to traditional testing frameworks. It provides comprehensive coverage by executing tests in parallel, delivering faster feedback cycles, and improving software reliability.
    Starting Price: $20 per month
  • 29
    Jared

    Jared

    HUMALIKE

    Jared is an AI-powered virtual employee designed to assist teams with everyday work tasks and collaboration. It integrates with tools like Slack, Notion, GitHub, and email to understand organizational context from the start. Jared can proactively complete tasks such as drafting reports, summarizing meetings, and managing follow-ups without needing constant prompts. It maintains organizational memory by searching across past conversations, documents, and data sources. The platform is designed to act socially within team environments, contributing only when relevant. Jared continuously monitors workflows and identifies tasks that need attention. Overall, it functions as a context-aware assistant that helps teams work more efficiently.
    Starting Price: $100/month
  • 30
    Hamster

    Hamster

    Hamster

    Hamster is an AI-first workspace designed to help developers and teams plan, structure, and execute projects by providing persistent context to AI coding agents across tools and workflows. It allows users to define a clear plan, brief, and context that can be injected into multiple AI development tools such as Claude, Codex, Gemini, Copilot, and others, ensuring that every agent operates with the same understanding of the project. Instead of relying on isolated prompts, Hamster centralizes instructions and project knowledge so agents can generate more accurate, consistent, and goal-aligned outputs throughout the development process. It works as a coordination layer for AI-driven building, enabling users to move their plans seamlessly between tools while maintaining continuity and reducing context loss. By supporting a wide range of AI coding environments, Hamster acts as a universal interface that connects different models and systems into a cohesive workflow.
    Starting Price: Free