Examples
Reference apps that ship with place. Each one exercises a slice of the platform end-to-end — read the source to see how features compose in real apps.
commonplaceflagship
examples/commonplaceNote-taking reference app. Exercises every shipping feature end-to-end — pages, layouts, capabilities (NoteStore with per-runtime impl), forms, actions, ISR, theme tokens, view transitions, virtualList. The canonical 'place app'.
docs (this site)
examples/docsThe documentation site itself. Built with place; uses an inline-styled prose layout, a 3-column grid (sidebar / main / ToC), Cmd+K search, and an embedded reactivity demo.
sandbox
examples/sandboxMinimal app used for quick iteration on framework features. Exercises edge cases the test suite can't cover — like dev overlay error rendering and HMR boundary behavior.
sync-server
examples/sync-serverStandalone backend for cross-tab sync. Bun.serve + WebSocket fanout; pairs with the commonplace example when its persistence backend is set to "server".