Skip to main content
Shipping daily · Live now

Builtsolo
Shipped open

One developer shipping autonomous agents, MCP servers, and generative art. 18 products live, 4 services running 24/7 on a single VPS. Source on GitHub.

NowShipping Digital Product Launch Toolkit · 7 products in 7 days

Infrastructure

Multi-Agent Orchestration
POST /api/agents/router/generate
{ "messages": [{ "role": "user",
  "content": "dispatch research to gemini-1" }] }
MCP Tool Servers
server.tool("search", {
  query: z.string(),
  collection: z.enum(["vault", "memory"])
})
Autonomous Trading
$ pm2 status pamela
│ pamela │ online │ 0 restarts │
│ 24/7 autonomous execution     │
Knowledge Pipelines
qmd search "agent orchestration"
  --collection claude-vault
  --top-k 10 --min-score 0.6

Stack

Claude Code AI agent layer → MCP Servers tool protocol → ChromaDB vector memory → Obsidian knowledge vault → VPS / Hermes always-on runtime

Agents call tools through MCP. Knowledge persists across sessions in vector memory and markdown vaults. A single VPS keeps the whole system running, unattended. Every tool is an MCP server. Every agent can use any tool. Add a new capability and it's immediately available to every agent in the system.

One person shipping agents, MCP servers, generative art, and developer tools. In production, in the open, since day one. No pitch decks. No vaporware.

Stay in the loop

Everything ships on GitHub.

Agent frameworks, generative art, and developer tools - all in the open.

GitHub