Rustelo/templates/website-htmx-ssr/crates
2026-07-18 19:57:03 +01:00
..
build-config chore: update templates 2026-07-18 19:57:03 +01:00
client chore: update templates 2026-07-18 19:57:03 +01:00
pages chore: update templates 2026-07-18 19:57:03 +01:00
pages_htmx chore: update templates 2026-07-18 19:57:03 +01:00
server chore: update templates 2026-07-18 19:57:03 +01:00
shared chore: update templates 2026-07-18 19:57:03 +01:00
README.md chore: update templates 2026-07-18 19:57:03 +01:00

website-impl crates

Crate Role
build-config NCL config loading at build time
shared Types and utilities shared between server and client
pages Site-specific Leptos page components
server Axum SSR server entry point
client WASM hydration entry point
plugin-example-theme Example plugin — custom theme via ResourceContributor

UI components are provided by rustelo_components (foundation) and used directly. For site-specific component overrides see rustelo_components/override.md.