Strip
Strip
Responsibility
Strip is the Go SSR frontend for internal/admin-style workflows.
Runtime
Strip uses Go, Fiber, Templ, and Tailwind. The build order is Templ, Tailwind, then the Go binary.
Primary Source Paths
- apps/strip/cmd/
- apps/strip/internal/app/
- apps/strip/cmd/build-assets/
Contracts And Generated References
Strip talks to sirloin over the proto/sirloin/v5/ subset it consumes.
Related Flows
Related Standards
Related Decisions
Strip decisions live under docs/src/content/docs/decisions/ when durable.
Operations
The templ CLI must be available on the host before local build commands run.
Local Commands
- cd apps/strip && make build
- cd apps/strip && make run-tests
- cd apps/strip && make lint