--- layout: blog title: Blog permalink: /blog/ ---

Go Micro Blog

News, updates, and tutorials for Go Micro

We Built a Full Chat App in a Day — Here's How

March 7, 2026

How we defined 13 services, built a production-grade chat app, and shipped it as a single binary using Go Micro's modular monolith pattern.

Read more →

Your Microservices Are Already an AI Platform

March 5, 2026

How existing Go Micro services become agent-accessible with zero code changes. A walkthrough using the micro/blog platform as a real-world example.

Read more →

The Model Package: Client, Server, and Now Data

March 4, 2026

Go Micro now has a typed data model layer — define structs, get CRUD and queries, swap backends. Every service gets Client, Server, and Model.

Read more →

Developer Experience Cleanup: One Way to Do Things

March 4, 2026

Unified service creation, cleaner handler registration, and modular monolith support — the Go Micro DX overhaul.

Read more →

Agents Meet Microservices: A Hands-On Demo

March 4, 2026

Build three microservices and let an AI agent manage them with natural language — no glue code, no API wrappers, just Go comments.

Read more →

Building the AI-Native Future of Go Micro with Claude

March 4, 2026

How Anthropic's Claude Max sponsorship accelerated Go Micro's MCP integration — WebSocket transport, OpenTelemetry tracing, LlamaIndex SDK, and what's next.

Read more →

Making Microservices AI-Native with MCP

February 11, 2026

Expose go-micro services as AI tools with 3 lines of code using the Model Context Protocol. Make your microservices instantly accessible to Claude and other AI assistants.

Read more →

Introducing micro deploy

January 27, 2026

Deploy your Go Micro services to any Linux server with a single command. No Docker, no Kubernetes, no platform — just systemd.

Read more →