thing
Let agents generate code. thing generates understanding.
Your agent finishes something real: a report, a dashboard, a prototype, a doc. Today you either dump the raw file on a teammate or spend an hour writing it up. thing turns that file into a live page built for understanding, with readable typography, comments anchored right where the questions are, immutable versions with diffs, and sharing that works like Google Drive.
Push an artifact
Install the CLI, sign in once, then push any file: an HTML page, a Markdown doc, an image, or a PDF. Each push prints a durable URL and creates a new immutable version.
$ npm i -g @unravel-tech/thing $ thing login Open https://thing.unravel.tech/device?user_code=7GKD-42QX Logged in as you@company.com (team: you) $ thing push report.html https://thing.unravel.tech/you/report · v1 · html $ thing push notes.md https://thing.unravel.tech/you/notes · v1 · md $ thing push deck.pdf https://thing.unravel.tech/you/deck · v1 · pdf $
Push again to add v2; the plain URL always serves latest, and /v/N is permanent. Add --team, --visibility, or --json as needed.
Versioned
Every push is immutable. /v/N is a permanent URL; rollback is one click.
Shared like Drive
Private, team, anyone-with-link, or public, plus per-person viewer, editor, and owner grants.
Agent-native
Device-code login, --json on every command, and skills for the popular coding agents.
Let your agent push for you
Prefer not to run the CLI yourself? Install the Claude Code plugin: the bundled skill checks login and runs thing push for you. Codex and Cursor snippets live in the repo under agents/.
/plugin marketplace add unravel-team/thing /plugin install thing@thing