Site v2 foundation milestone
The site v2 foundation reframes Yapture around zero-friction starts, portable text, and one truth across clients.
Yapture's parser, list engine, and permissioned API are packages you can adopt one at a time. GP.Family built a family-care product on them; the case study shows the seams.
$ 201 Created
{
"ref": "yap-7k2x",
"ownerCode": "yap_oc_••••••••"
} POST /v1/lists 02 YaptureNLP.parse(line) 03 GoalEngine.rank(tasks) 04 rankTasks(weights) 05 yapture.app.json Nothing runs on page load. When you make the list live, Yapture returns an owner capability that stays masked until you reveal or copy the handoff.
Interactive / capability-safe
Shape a useful list locally, then make it live only when you choose. No account required; the owner capability is still authorization.
No requests have been made.
No account required. The returned owner capability authorizes clients and agents.
Local sandbox ready. Nothing has been sent.
No request fires on page load. Live creation uses the current preview API. Read the security model
These are the same packages GP.Family uses in production. Framework and domain presentation stay with your product.
@yapture/nlp Parse and render Yapture Script in any runtime. import { YaptureNLP } Docs 02 @yapture/script-ui React and Solid components for task badges, compose input, and list rows. <TaskBadges badges={…} /> Docs 03 @yapture/lists Local-first list state, persistence adapters, and sync. import { createList } Docs 04 Yapture AI AI-powered task ranking — the model is yours to inspect and export. rankTasks(weights) Docs 05 REST API Create lists, manage tasks, issue permissions, and connect agents. registerApp(manifest) Docs Follow package, client, and API changes from the same release ledger the product site uses.
The site v2 foundation reframes Yapture around zero-friction starts, portable text, and one truth across clients.
CLI v2 architecture reached an internal milestone; public packaging and distribution remain verification pending.
Start with the parser, the API, or the full list engine.