Description
Our public entry points promise runnable demos, but the demos repo ships none — the single biggest credibility gap before beta. The org profile README advertises "try OpenDecree in 5 minutes" and decree/README.md says "Each demo runs with a single docker compose up", yet demos/README.md (line 33) reads "Coming soon — demos are being built." A visitor who follows our primary call-to-action hits vapor: the "Pick Your Path" table lists six demos, none runnable.
Why this blocks beta
The demos repo is the conversion surface we point new users to first. Shipping beta with an empty front-door demo actively burns the trust the rest of the docs work to build.
Scope
Ship the two demos already scaffolded as directories:
quickstart/ — create a schema, set config values, watch them update live (promised by both the org profile and the core README)
rest-walkthrough/ — drive the REST API with curl only, zero install
Each must satisfy the repo's own "what each demo includes" contract (README, self-contained docker-compose, devcontainer, test.sh, cleanup).
Acceptance criteria
References
Description
Our public entry points promise runnable demos, but the demos repo ships none — the single biggest credibility gap before beta. The org profile README advertises "try OpenDecree in 5 minutes" and
decree/README.mdsays "Each demo runs with a singledocker compose up", yetdemos/README.md(line 33) reads "Coming soon — demos are being built." A visitor who follows our primary call-to-action hits vapor: the "Pick Your Path" table lists six demos, none runnable.Why this blocks beta
The demos repo is the conversion surface we point new users to first. Shipping beta with an empty front-door demo actively burns the trust the rest of the docs work to build.
Scope
Ship the two demos already scaffolded as directories:
quickstart/— create a schema, set config values, watch them update live (promised by both the org profile and the core README)rest-walkthrough/— drive the REST API with curl only, zero installEach must satisfy the repo's own "what each demo includes" contract (README, self-contained docker-compose, devcontainer,
test.sh, cleanup).Acceptance criteria
docker compose upinquickstart/works from a clean checkout (server + Postgres + Redis)docker compose upinrest-walkthrough/works from a clean checkouttest.sh, devcontainer, and cleanup instructionstest.shand it passesReferences
demos/README.md:33,:35-42(Pick Your Path table)decree/README.md:450-452(singledocker compose upclaim)