Scope

Hand-pick exactly what matters

Some things you want to keep together on purpose. Collections are durable, ordered sets of references to live blocks — a hand-picked slice you can materialize, export, or expose to an AI app, that never goes stale and never duplicates.

AvailableCuration

What you're about to hand an AI

Selected
A collectionChatGPT historyProject notes

Bundle

Context package

Governed & inspectable.

CONTEXT PACKAGE — PREVIEW

Sources3
Blocks412
Est. tokens18,540
Est. bytes96 KB
Chunks24
StatusREADY
You see what you're sending before you send it — no mystery payloads, no surprise token bills.
01

Folders copy; bookmarks rot. You need a way to gather exactly what matters that stays in sync with the source and remembers the order you chose.

02
  • Ordered sets of live block references — members always reflect the current block, never a stale copy.
  • A durability ladder: a quick stack becomes a durable collection becomes a project.
  • Removed members are tombstoned, preserving order and provenance.
  • Stable identity: a collection can be materialized, exported, or exposed to an MCP app as a named resource.
03
  1. Gather blocks into a stack as you work.
  2. Promote it to a durable collection.
  3. Reorder and curate; references stay live.
  4. Materialize it, export it, or expose it to your AI app as a named resource.
04
  • References, not copies — your curation can't drift from the source.
  • Order and provenance survive, even after removals.
  • Built in and on by default — no flag, no setup.