New Now with MCP server support across all products

The open-source stack for the AI agent era

Six integrated tools — forms, scheduling, helpdesk, AI agents, launch videos, and agent identity — in a single, interoperable ecosystem. Self-hostable. MCP-native. Built for humans and agents alike.

001
Gf
GudForm
Forms
002
Gc
GudCal
Scheduling
003
Gd
GudDesk
Helpdesk
004
Ga
GudAgent
AI Agents
005
Lr
LaunchReel
Videos
006
Ai
AgentID
Identity

Six products. One ecosystem. Zero vendor lock-in.

Every tool in the Gud Stack is open-source, self-hostable, and built with native MCP server support so AI agents can use them just like humans do.

Gf
GudForm
Form Builder

Beautiful, conversion-optimised forms with conditional logic, file uploads, and payment collection. The open-source Typeform alternative.

Drag & Drop Conditional Logic Analytics
Gc
GudCal
Scheduling

Scheduling infrastructure for teams and products. Calendar sync, booking pages, round-robin routing, and payment integration built in.

Calendar Sync Booking Pages Payments
Gd
GudDesk
Helpdesk & Support

Omnichannel customer support with ticketing, live chat, knowledge base, and SLA management. Open-source alternative to Zendesk.

Omnichannel Live Chat Knowledge Base
Ga
GudAgent
AI Agent Builder

Build, deploy, and manage AI agents that connect to your entire Gud Stack. Visual workflows, knowledge bases, and MCP tool orchestration.

Visual Builder MCP Tools Multi-Model
Lr
LaunchReel
Launch Videos

Create stunning product launch and demo videos in minutes. Screen recording, AI-powered editing, and export-ready templates.

Screen Capture AI Editing Templates
Ai
AgentID
Identity Protocol

The identity layer for AI agents. An open protocol for establishing, verifying, and managing agent identity with signed JWTs and delegation chains.

Agent Identity Signed JWTs Delegation

Built for agents, not just humans

Every product in the Gud Stack ships with a Model Context Protocol server. Your AI agents can book meetings, respond to tickets, and collect form data — programmatically.

One protocol, five tools

Connect any MCP-compatible AI to your entire business stack through a single integration point.

Self-host everything

Your data, your servers, your rules. Deploy the entire stack with Docker Compose in under five minutes.

Interoperable by design

Products talk to each other. A form submission can trigger a calendar booking and create a support ticket — automatically.

mcp-server.ts
// Connect your AI agent to the Gud Stack import { GudMCP } from "@gudlab/mcp"; const server = new GudMCP({ tools: [ "gudform", // Create & read forms "gudcal", // Manage bookings "guddesk", // Handle tickets ], }); // Your agent can now: await server.call("gudcal.book", { guest: "user@example.com", slot: "2026-03-05T14:00", type: "discovery-call" });

Why we build in the open

01

Agent-first architecture

We don't bolt AI on as an afterthought. Every API, every data model, every workflow is designed so AI agents can operate as first-class users alongside humans.

02

Own your stack

SaaS subscriptions add up fast. Self-host the entire Gud Stack for free, keep your data sovereign, and never worry about a vendor pulling features or raising prices.

03

Composable, not monolithic

Use one product or all five. Each tool works standalone and shines together. Mix with your existing stack — we play well with everything via MCP and REST APIs.

Built by the community, for the community

Every line of code is open. Contribute a feature, fix a bug, or fork the entire stack. We believe the best business software should be free.

6+
Products
MIT*
Licenses
100%
Self-hostable
MCP
Native
Star on GitHub Join the community

* Not all products are MIT licensed