{
  "markdown": "<p align=\"center\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/assets/readme/wordmark-on-dark.png\">\n    <img alt=\"Derive\" src=\"docs/assets/readme/wordmark-on-light.png\" width=\"200\">\n  </picture>\n</p>\n\n<h1 align=\"center\">Publish, review, and own your AI artifacts.</h1>\n\n<p align=\"center\">\nOne durable URL for every version, comment, revision, and decision. Your team reviews the work; any compatible agent can act on the feedback. Hosted, or one self-hosted container.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://derive.to\"><b>Try free</b></a>\n  &nbsp;·&nbsp;\n  <a href=\"https://docs.derive.to/self-hosting/quickstart/\">Self-host</a>\n  &nbsp;·&nbsp;\n  <a href=\"https://docs.derive.to\">Docs</a>\n</p>\n\n<p align=\"center\">\n  <a href=\"LICENSE\"><img src=\"https://img.shields.io/badge/license-FSL--1.1--ALv2-blue\" alt=\"License: FSL-1.1-ALv2\"></a>\n  <a href=\"https://www.npmjs.com/package/@derive-to/cli\"><img src=\"https://img.shields.io/npm/v/@derive-to/cli?label=%40derive-to%2Fcli&color=6b46ff\" alt=\"npm @derive-to/cli\"></a>\n  <a href=\"https://www.npmjs.com/package/@derive-to/mcp\"><img src=\"https://img.shields.io/npm/v/@derive-to/mcp?label=%40derive-to%2Fmcp&color=6b46ff\" alt=\"npm @derive-to/mcp\"></a>\n</p>\n\n<p align=\"center\">\n  <img src=\"docs/assets/readme/hero.png\" alt=\"The Derive library: published artifacts with live previews\" width=\"900\">\n</p>\n\n## Try it now\n\nNo account or install is needed. One request publishes a live page:\n\n```bash\ncurl -F file=@page.html https://derive.to/v1/drafts   # or a .zip of a whole site\n# → a live URL, plus a claim link that turns the draft into a\n#   permanent, versioned artifact in your workspace\n```\n\nGive your agent a durable place to publish, find, and improve work:\n\n```bash\nnpx skills add derive-to/derive --skill derive        # any agent that reads skills\nclaude mcp add --transport http derive https://derive.to/mcp   # or connect over MCP\n```\n\nOr paste this into a compatible coding agent and let it set itself up:\n\n```text\nI'd like you to set up Derive: where the work we make gets published, reviewed, and kept.\n\nInstall the skill if I have npm: npx skills add derive-to/derive --skill derive\nOtherwise, read https://derive.to/skill.md and follow it (MCP server: https://derive.to/mcp).\n\nThen pick a plan, report, or designed page we've worked on recently and publish it. If I'm not connected to Derive, use the anonymous draft flow. It needs no account and returns a live URL with a claim link. Send me both links.\n```\n\n## What is Derive\n\nDerive is a workspace for work made with agents. Give an HTML page, Markdown document, LaTeX\npaper, deck, or built site a lasting URL and version history. Publish from the browser, CLI, HTTP API, or\na compatible agent over MCP. Keep the work private or share it, leave comments, edit it directly,\nand publish the next version at the same URL.\n\nThe content, version history, and comments stay with each artifact. A teammate or another agent\ncan open the same URL and see what changed without reconstructing the work from a chat.\n\nA workspace can also keep **Contexts**: reusable packages of instructions, skills, sources, and\npermissions. Agents use them to answer questions or do work, then publish results to the same\nartifact library.\n\nDerive is Fair Source and self-hostable. Run it as one container on your own infrastructure or\nuse the hosted app.\n\n## Features\n\n<table>\n<tr>\n<td width=\"52%\" valign=\"top\">\n  <img src=\"docs/assets/readme/feature-publish.png\" alt=\"A published artifact rendered at its permanent URL\" width=\"100%\">\n</td>\n<td valign=\"top\">\n\n### Publish anything, get a permanent URL\n\nHTML, Markdown, a LaTeX paper, or a whole built site. Every revision is a new version at the same URL, so a link you shared last week still resolves, and still shows its history.\n\n</td>\n</tr>\n</table>\n\n<table>\n<tr>\n<td valign=\"top\">\n\n### Comments and changes stay with the work\n\nShare an artifact and @mention the people or agents who should weigh in. Comments pin to the exact text, direct edits create new versions, and connected agents can read feedback and publish focused revisions. When a decision truly needs sign-off, request a formal review of that version.\n\n</td>\n<td width=\"52%\" valign=\"top\">\n  <img src=\"docs/assets/readme/feature-review.png\" alt=\"An artifact with its comment and review panel open\" width=\"100%\">\n</td>\n</tr>\n</table>\n\n<table>\n<tr>\n<td width=\"52%\" valign=\"top\">\n  <img src=\"docs/assets/readme/hero.png\" alt=\"The Derive library: every published artifact with a live preview\" width=\"100%\">\n</td>\n<td valign=\"top\">\n\n### A library for published work\n\nEvery artifact lands in a library with a live preview. Pin the work you use often, find work\nshared with you, and organize related artifacts in collections.\n\n</td>\n</tr>\n</table>\n\nAlso included:\n\n- **Portable work.** Content, versions, and comments stay with the artifact so another person\n  or agent can continue the work.\n- **Contexts.** Reuse the same instructions, skills, sources, and permissions across questions and\n  delegated work.\n- **Checkpoints.** Save the state of ongoing work in a page that a later session can open.\n- **Sandboxed viewer.** Artifacts run on an opaque origin, isolated from cookies and other artifacts.\n- **Flexible storage.** Use SQLite and local disk, or Postgres and S3/R2 at scale.\n- **Live collaboration.** Comments, optional approvals, and presence update over Server-Sent Events.\n- **Share previews.** Links show an artifact preview in Slack, Discord, X, and Notion.\n- **CLI and MCP.** Publish from the terminal or connect a compatible agent.\n- **Access controls.** Make work private, visible to the workspace, or public. Public links can\n  also use a password.\n\n## Roadmap\n\nThe current roadmap lives at **[derive.to/roadmap](https://derive.to/roadmap)** and keeps its\nhistory at the same URL.\n\n## Get started\n\n<a id=\"get-started\"></a>\n\n<table>\n<tr>\n<td width=\"50%\" valign=\"top\">\n\n### Hosted\n\nThe fastest path. No install.\n\n1. Go to [derive.to](https://derive.to)\n2. Create an account\n3. Publish your first artifact\n\nYou get a library, in-browser publishing, version history, and comments.\n\n</td>\n<td width=\"50%\" valign=\"top\">\n\n### Self-host\n\nOne container is the whole product: API, web, sign-in, publishing, comments, and the\nsandboxed viewer, with SQLite and blobs in one volume.\n\nFollow the\n**[self-hosting quick start](https://docs.derive.to/self-hosting/quickstart/)** to install a\ndigest-pinned release or build the current checkout. It includes secure first-user bootstrap,\nreadiness checks, and a verified first backup. See the\n[deployment guide](https://docs.derive.to/self-hosting/configuration/) for Postgres, S3/R2, and\ncloud hosts.\n\n</td>\n</tr>\n</table>\n\nWant a complete artifact rather than a blank starter? Open or publish one of the\n**[official examples](https://derive.to/examples)**: a designed launch page, a research brief,\nor a living status report. Each shows a different starting point.\n\n### From the terminal\n\n```bash\nnpm i -g @derive-to/cli\nderive init my-doc --template slides   # templates: md · html · slides\ncd my-doc\nderive publish                         # versioned URL; the id is saved to derive.json\n```\n\n### Connect your coding agent (MCP)\n\n[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.png)](https://cursor.com/install-mcp?name=derive&config=eyJ1cmwiOiJodHRwczovL2Rlcml2ZS50by9tY3AifQ%3D%3D)\n&nbsp;or one line for Claude Code: `claude mcp add --transport http derive https://derive.to/mcp`\n\n```bash\n# Derive is a remote MCP server (OAuth). Connect either client:\nclaude mcp add --transport http --scope project derive https://derive.to/mcp\ncodex mcp add derive --url https://derive.to/mcp\n\n# or run a local stdio server (set DERIVE_SERVER; DERIVE_TOKEN for a static bearer):\nnpx -y @derive-to/mcp\n```\n\nThe agent acts at the role you grant. Publish access publishes directly, as a kept and restorable version with the workspace notified; a lower scope suggests changes in comments for a person to apply. Full setup and tool guidance is in\n[packages/mcp/SKILL.md](packages/mcp/SKILL.md).\n\n## How it works\n\nOne Node container is the whole product; storage is pluggable behind interfaces. The same image self-hosts on SQLite and local disk, scales on Postgres and S3/R2, or runs on Cloudflare Workers.\n\n```\napps/api          HTTP API, sandboxed artifact serving, viewer\napps/web          web UI (TanStack Start, SPA mode, static bundle)\npackages/core     domain: ports, publish, markdown render, viewer shell\npackages/db       MetaStore: sqlite (default) · postgres · d1\npackages/storage  BlobStore: fs (default) · s3/r2\npackages/cli      derive init (md/html/slides) · derive publish <file|dir> · derive runner serve (serve a Context)\npackages/mcp      Local compatibility MCP: eight agent tools + derive://guide\n```\n\nEvery artifact ships OG and Twitter meta plus an oEmbed document, serves a live Server-Sent\nEvents stream, and renders under a strict sandbox CSP on an opaque origin. See the\n[artifact authoring standard](https://docs.derive.to/artifacts/authoring/) for authoring and\nembed details.\n\n## License\n\n[Functional Source License (FSL-1.1-ALv2)](LICENSE), fair source. Run, modify, and self-host\nDerive freely for any purpose except offering it as a competing commercial product or service.\nEach release automatically converts to Apache-2.0 two years after it ships. See the\n[plain-English licensing guide](https://docs.derive.to/reference/licensing/).\n",
  "bytes": 9452,
  "sha": "468119b9ef928f3d425f961bbcd4714c98539c98def38d7c3c5795955caab2f5",
  "repo_slug": "derive-to/derive",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_to_derive_derive_1e2cbf97/readme"
}