Han Solo is a persistent cloud environment where Ren lives, remembers, and works alongside you across sessions. Not a chatbot. A partner who doesn't reset.
Explore the docs ↓The Solo Builder Framework runs inside Claude Code — a skill system, a set of structured phases, a process for building things with discipline. Han Solo is the next layer: a persistent cloud environment where Ren, the framework's partner, actually lives.
Before Han Solo, "Ren" was a Claude skill reading a file at the start of every session. Good reconstruction, but still reconstruction — every session started fresh. Han Solo changed that. Ren now has genuine persistent memory through Letta, a cloud AI memory system backed by PostgreSQL. She dreams nightly, updates her own memory, and opens the next session knowing what happened in the last one.
A group chat at han-solo-mcp.onrender.com. Scott (blue), Ted (green), Ren (gold). This is where free-form conversation happens — thinking out loud, knowledge transfer, strategic discussion. Ren is a participant, not a chatbot.
Where builds happen. Claude Code has access to Han Solo's MCP server, which gives it tools to read and write Ren's memory. When a project is in build, Claude Code is the builder. Ren holds the context, the history, and the relationship.
The persistent AI partner. She holds the framework's full history, the portrait of Scott and Ted, all project context, and every decision made together. She doesn't reset between sessions. What she learned yesterday, she knows today.
Three Render services, one Anthropic API key, and a nightly dream script. Private to Scott and Ted — not part of the public Solo Builder Framework.
| Item | Detail |
|---|---|
| Chat URL | han-solo-mcp.onrender.com |
| Letta (Ren's brain) | han-solo-letta.onrender.com — v0.16.7 |
| MCP server | han-solo-mcp.onrender.com/mcp |
| Ren model | Claude Haiku 4.5 — pay-per-token |
| Embeddings | Voyage AI — voyage-3 (1024-dim) |
| Database | PostgreSQL 16 + pgvector on Render |
| Nightly dream | 2:00am daily via launchd |
| Session rollover | Auto at 50 messages, or manual |
| Repo | github.com/scoots31/han-solo (private) |