nolyo docs

Getting started

What is nolyo?

nolyo is a permanent, editable home for the work you make with AI. A workspace that humans and AI write, read, and manage together.

You and Claude make something good — a plan, a draft, a list, a piece of research. Then it sinks into a 40-message thread and you can never cleanly get it back. Chat is fleeting; your work shouldn't be.

nolyo gives that work a home you own. Your AI writes straight into it over the Model Context Protocol (MCP); you open the same documents in a calm web editor, refine them, and your AI reads its own work back the next session. Plain markdown, exportable any time, no black boxes.

The two halves

One MCP endpoint

Any MCP-aware client — Claude Code, Claude Desktop, the Claude mobile app, or a custom agent — connects over Streamable HTTP with a bearer key or OAuth. It can then create collections and read & write documents on your behalf.

A calm web editor

Everything your AI writes shows up as readable markdown you can edit, reorganize, search, and export. Headings, lists, code blocks, and clickable task checkboxes — rendered cleanly, yours to change.

The round-trip

This loop is the whole point of nolyo:

  1. AI writes. Claude saves a document into one of your collections.
  2. You refine. Open it in the editor, fix and extend it.
  3. AI reads back. Next session, Claude picks up exactly where you left off.

The result is a living document instead of throwaway output — the same notes available from any device and any client.

Where to next