AI agents and production infrastructure for businesses that move fast.
We build open-source tools that help teams ship compliant software, automate business workflows, and scale without complexity.
We're a Seattle-based engineering team focused on three things:
- AI Agents — Desktop and server-side agents that handle real business workflows, with a plugin ecosystem anyone can extend.
- Production Infrastructure — SOC 2 compliant Docker images, CI/CD pipelines, and deployment tools built for regulated industries.
- Marketing Technology — Privacy-first tracking, consent management, and audience tooling for modern growth teams.
Sulla is our open-source AI agent ecosystem. A desktop app, voice interface, plugin marketplace, and extensible architecture — built for businesses, not demos.
| Repository | What It Does |
|---|---|
| sulla-desktop | Business-ready AI agent for desktop. Easy to install, free to run. Apache-2.0 |
| sulla-recipes | Plugin registry — browse, install, and contribute extensions. |
| sulla-voice-ai | Voice interface for hands-free agent interaction. |
| sulla-commercial-plugins | Premium plugins for advanced business workflows. |
| sulla-upgrade-responder | Telemetry and update service for the Sulla ecosystem. |
| agents | Reusable agent definitions and templates. |
| skills | Modular skill packs that extend agent capabilities. |
| workflows | Pre-built automation workflows for common business tasks. |
| integrations | Connectors for third-party services and APIs. |
Production-grade images and deployment tools designed for SOC 2, HIPAA, and PCI compliance from day one.
| Repository | What It Does |
|---|---|
| docker-nginx-php8.2-fpm | Ubuntu 24.04 + Nginx + PHP 8.2 FPM + ModSecurity WAF + Wazuh SIEM. MIT |
| docker-nginx-php8.1-fpm | Production Docker image for PHP 8.1 applications. |
| docker-nginx-php8.2-ffmpeg | PHP 8.2 image with FFmpeg for media processing workloads. |
| protocol | Push a tag, set one variable, every node deploys. Encrypted secrets, instant rollback, full audit trail. MIT |
| launchpad | Orchestration and provisioning for new environments. |
| aws-cloudformation-templates | Reusable CloudFormation templates for AWS infrastructure. |
| runpod-installation-scripts | Setup scripts for GPU compute on RunPod. |
Privacy-first tools for consent, tracking, and audience management.
| Repository | What It Does |
|---|---|
| ConsentGuard | Lightweight, plug-and-play cookie consent banner. GDPR & CCPA compliant. |
| hero-pixel | First-party tracking pixel for privacy-respecting analytics. |
| heropixel-wordpress-plugin | HeroPixel integration for WordPress sites. |
| inbound | Inbound lead capture and routing engine. |
| outbound | Outbound campaign management platform. |
| content-planner | Content calendar and publishing workflow tool. |
┌─────────────────────────────────────────────────────────────┐
│ SULLA DESKTOP │
│ AI Agent + Voice + Plugin System │
├──────────┬──────────┬───────────┬───────────┬───────────────┤
│ Agents │ Skills │ Workflows │ Integr. │ Recipes │
├──────────┴──────────┴───────────┴───────────┴───────────────┤
│ INFRASTRUCTURE │
│ Docker Images · Protocol CI/CD · Launchpad │
├─────────────────────────────────────────────────────────────┤
│ MARTECH LAYER │
│ ConsentGuard · HeroPixel · Inbound · Outbound │
└─────────────────────────────────────────────────────────────┘
Our engineering principles:
- Open source first — Our core tools are open source under MIT and Apache-2.0 licenses.
- Compliance by default — SOC 2 Type II, GDPR, CCPA, and HIPAA considerations built in, not bolted on.
- Zero-complexity deployment — If it takes more than one command to deploy, we haven't finished building it.
- Plugin over platform — Extend, don't fork. Our agent ecosystem is designed for contribution.
Try Sulla Desktop — our AI agent:
# Clone and run
git clone https://github.com/merchantprotocol/sulla-desktop.git
cd sulla-desktop && npm install && npm startDeploy a compliant PHP app in seconds:
docker pull ghcr.io/merchantprotocol/docker-nginx-php8.2-fpm:latest
docker run -p 80:80 -v ./app:/var/www/html ghcr.io/merchantprotocol/docker-nginx-php8.2-fpm:latestAdd cookie consent to any site:
<script src="https://cdn.jsdelivr.net/gh/merchantprotocol/ConsentGuard/consentguard.min.js"></script>We welcome contributions across all our projects. Here's how to get involved:
- Browse open issues across our repos — look for
good first issuelabels. - Submit a Sulla plugin — create a recipe and submit a PR to sulla-recipes.
- Report bugs or request features — open an issue in the relevant repository.
- Join the conversation — reach out at jonathon@merchantprotocol.com.
Seattle, WA · merchantprotocol.com · jonathon@merchantprotocol.com
Building tools we wish existed. Open source since 2016.