DEV Community

shaiksadikjanu
shaiksadikjanu

Posted on

orchkit – composable Go orchestration with 63 nodes, visual UI, and AI agent

 I built orchkit because orchestration platforms lock you in.

Every orchkit node works four ways:

  • Go library: go get and import directly
  • YAML flow: orchkit run flow.yaml
  • AI agent tool: natural language orchestration
  • MCP tool: Claude Desktop integration

63 built-in integrations: HTTP, Postgres, Slack, GitHub, Stripe,
OpenAI, Groq, Redis, S3, Kafka, and more.

Visual drag-drop UI included. Same node, four uses.

GitHub: https://github.com/shaiksadikjanu-cmd/orchkit
Install: go get github.com/shaiksadikjanu-cmd/orchkit

Would love feedback from the Go community on the architecture.

Top comments (0)