Directories
¶
| Path | Synopsis |
|---|---|
|
apps
|
|
|
builder
command
builder: the app that builds new apps (ADR-0023, docs/design/builder-plane.md).
|
builder: the app that builds new apps (ADR-0023, docs/design/builder-plane.md). |
|
builder/views
templ: version: v0.3.1020
|
templ: version: v0.3.1020 |
|
notes
command
notes is a synthetic showcase app: an append-only stream whose selections can become todos through the platform intent chrome.
|
notes is a synthetic showcase app: an append-only stream whose selections can become todos through the platform intent chrome. |
|
notes/views
templ: version: v0.3.1020
|
templ: version: v0.3.1020 |
|
todo
command
todo: tasks with due dates, priorities, and one level of subtasks.
|
todo: tasks with due dates, priorities, and one level of subtasks. |
|
todo/views
templ: version: v0.3.1020
|
templ: version: v0.3.1020 |
|
cmd
|
|
|
bespoke
command
bespoke is the platform CLI (docs/specs/bespoke-cli.md): the only supported way to create, run, deploy, and operate apps.
|
bespoke is the platform CLI (docs/specs/bespoke-cli.md): the only supported way to create, run, deploy, and operate apps. |
|
builder-runner
command
builder-runner is the agent half of the builder plane (ADR-0023, docs/design/builder-plane.md).
|
builder-runner is the agent half of the builder plane (ADR-0023, docs/design/builder-plane.md). |
|
internal
|
|
|
manifest
Package manifest loads app manifests (app.toml) per docs/specs/app-manifest.md.
|
Package manifest loads app manifests (app.toml) per docs/specs/app-manifest.md. |
|
pkg
|
|
|
audio
Package audio is the only way apps use speech capabilities (docs/adr/0014-audio-service-transcription.md): a thin client for platformd's audio service on the internal plane.
|
Package audio is the only way apps use speech capabilities (docs/adr/0014-audio-service-transcription.md): a thin client for platformd's audio service on the internal plane. |
|
auth
Package auth is the only way apps learn who is calling (docs/adr/0004-tailscale-identity-via-caddy.md).
|
Package auth is the only way apps learn who is calling (docs/adr/0004-tailscale-identity-via-caddy.md). |
|
db
Package db opens an app's SQLite database per docs/adr/0007-sqlite-per-app-litestream.md: one file per app under the data directory, WAL mode, embedded migrations applied on open.
|
Package db opens an app's SQLite database per docs/adr/0007-sqlite-per-app-litestream.md: one file per app under the data directory, WAL mode, embedded migrations applied on open. |
|
events
Package events publishes durable domain events and accesses the platformd notification service (ADR-0035).
|
Package events publishes durable domain events and accesses the platformd notification service (ADR-0035). |
|
llm
Package llm is the only way apps run LLM inference (docs/adr/0009-copilot-sdk-llm-gateway.md): a thin, provider-neutral client for platformd's gateway.
|
Package llm is the only way apps run LLM inference (docs/adr/0009-copilot-sdk-llm-gateway.md): a thin, provider-neutral client for platformd's gateway. |
|
ui
templ: version: v0.3.1020
|
templ: version: v0.3.1020 |
|
ui/components/icon
templui component icon - version: v1.12.1 installed by templui v1.12.1 📚 Documentation: https://templui.io/docs/components/icon
|
templui component icon - version: v1.12.1 installed by templui v1.12.1 📚 Documentation: https://templui.io/docs/components/icon |
|
ui/utils
templui util templui.go - version: v1.12.1 installed by templui v1.12.1
|
templui util templui.go - version: v1.12.1 installed by templui v1.12.1 |
|
version
Package version reports which Bespoke release a process is running and whether a newer one has been published (ADR-0034).
|
Package version reports which Bespoke release a process is running and whether a newer one has been published (ADR-0034). |
|
web
Package web: app-contract search endpoint (ADR-0028).
|
Package web: app-contract search endpoint (ADR-0028). |
|
The audio service (ADR-0014): transcription on the internal listener, Lemonade-backed when BESPOKE_LEMONADE_URL is set, stub mode otherwise (models not yet installed on selfie — roadmap backlog).
|
The audio service (ADR-0014): transcription on the internal listener, Lemonade-backed when BESPOKE_LEMONADE_URL is set, stub mode otherwise (models not yet installed on selfie — roadmap backlog). |
|
views
templ: version: v0.3.1020
|
templ: version: v0.3.1020 |
Click to show internal directories.
Click to hide internal directories.

