Show HN: Build production-ready LangGraph AI agents with natural language

1 digitcatphd 0 6/20/2025, 4:38:53 PM github.com ↗
Hi HN ,

We just open-sourced Braid, a LangGraph agent-development system that lets you go from a list of requirements to a containerised, production-grade AI agent in minutes.

Why we built it We needed to build a custom LangGraph agent and wanted to handle the setup with Claude Code, but grew frustrated by having to start from scratch, bolting together integrations, handling observability, writing boilerplate and deployment scripts… and then debugging. Braid is designed to turbocharge and guide Claude Code to automate that grind so you can stay at the “describe what I want” level and then automate part of the debugging process.

What’s inside • Natural-language agent creation – tell Claude Code what you need; it scaffolds the LangGraph workflow plus tests and docs.

• 40 + baked-in integrations – Google Workspace, Slack, Xero, Notion, Perplexity and more.

• Production defaults – Docker image, health-checks, retries, circuit-breakers, LangSmith tracing, Kubernetes manifests.

• Security – non-root containers, secret management, network isolation.

• Examples – financial-ops assistant, autonomous A/R clerk, sales-intelligence engine (all in the README).

Quick start

git clone https://github.com/braid-ink/braid cd braid python3 -m venv .venv && source .venv/bin/activate pip install -e .

# then ask Claude Code: # "Please prepare to create a LangGraph agent by reviewing the docs and examples."

Links • Website: https://www.braid.ink/ • GitHub repo: https://github.com/braid-ink/braid (Apache-2.0)

Looking for feedback • Does the “describe → deploy” flow feel natural, or do we hide too much? • How does this compare to your prior agent development workflows? • What is your perspective on MCP in production environments with LangGraph agents? • What other functionality would you prefer to see?

We’d love to hear your thoughts, success/failure stories, or even why you wouldn’t use an approach like this. Thanks for taking a look!

Discord: https://discord.gg/sFdA5wFv

Comments (0)

No comments yet