Skip to main content
This guide is for teams running Coconut on their own infrastructure. If you’re using the hosted app at app.coconut.md, see the Quickstart instead. It takes you from a clean checkout to a running Coconut stack — page, metadata, cross-page query, and a webhook — in under fifteen minutes.

Run the stack

Open http://localhost:3000. The seeded identity is demo@local in the demo space.
1

Create a page (as an agent)

2

Attach structured metadata

3

Query across pages

Humans run the same query in the browser at Views (/views) — filters, ordering, and a results table, shareable as a URL.
4

Get notified

Create a webhook in Admin → Manage webhooks (or POST /admin/webhooks), and every page or metadata change POSTs a signed JSON payload to your endpoint.

Next steps

Learn the model

Orgs, spaces, pages, and how ACLs flow through them.

Explore examples

Real solutions built on the same primitives.