Public visual reference for @liberte/svelte-components. Lives at design.liberte.top.
web/: Vite + Svelte 5 SPA. Multi-page hash-routed showcase that exercises every primitive, atom, and composition across all variants in both light and dark themes.api/: minimal Rust + Axum stub that exposes /api/v1/health only. Kept for symmetry with app.smoke and as a future extension hook; do not add business logic.@liberte/svelte-components bumps version, this site should change visibly in the relevant section, never silently.design.liberte.top and immediately sees what the system can do.Container-mode loop lives in the workspace compose.yml; this repo does not carry its own docker-compose.yml.
LIBERTE_PACKAGES_NPM_TOKEN; workspace compose consumes it as a BuildKit secret.docker compose --profile design up -d.http://localhost:${DESIGN_WEB_PUBLIC_PORT}.http://localhost:${DESIGN_API_PORT}/api/v1/health if you need to confirm it is alive.