Web client scaffold (SvelteKit) #4
Labels
No labels
area:agents
area:backend
area:clinical
area:dashboard
area:deploy
area:design
area:design-review
area:devices
area:docs
area:federation
area:identity
area:infra
area:interop
area:meta
area:security
area:sessions
area:web
area:webhook
area:workdir
type:bug
type:chore
type:epic
type:meta
type:user-story
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/koinos#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
A minimal SvelteKit application running in dev, building for production, served by Caddy, with baseline tooling.
Acceptance criteria
Layout
web/with SvelteKit (adapter-node for dev, adapter-static for prod build where feasible).vitestinstalled with one smoke test.playwrightinstalled with one end-to-end smoke test hitting the backend/healthz.Pages
/landing page showing Koinos version and instance name (fetched from backend/api/instance)./loginstub (no real auth yet — wired in #10).Styling
Container and dev
Dockerfileproducing a small runtime image.just web-devrunsvite dev.Out of scope
References
spec/03-architecture/01-overview.md§3.spec/06-non-functional.md§6 (a11y).spec/08-roadmap-mvp.md— step #4.