Skip to content

Examples

Worked examples are full, running modules — not snippets. Each one is small enough to read end-to-end in an hour and exercises real Plinth surface area: SDK packages, the substrate, the CLI scaffolding flow.

ExampleWhat it shows
Access requestsEngineer requests temporary production access; an approver decides; every state change is audited. Exercises every Plinth SDK at once.
ExampleWhat it will show
Feature flagsToggleable flags with audit log, role-gated mutation, and a public read-API.
Invoice approvalMulti-step approval workflow demonstrating the optional Temporal sub-chart.
On-call directoryRead-mostly catalog with team-scoped writes.

These ship as separate plinth-dev/example-* repos, each scaffolded with plinth new and adapted from there. If you want one of these prioritised, file an issue at github.com/plinth-dev/example-access-requests — happy to take requests.