website-htmx-rustelo-code/crates
2026-07-10 03:44:13 +01:00
..
build-config init repo with source 2026-07-10 03:44:13 +01:00
client init repo with source 2026-07-10 03:44:13 +01:00
pages init repo with source 2026-07-10 03:44:13 +01:00
pages_htmx init repo with source 2026-07-10 03:44:13 +01:00
server init repo with source 2026-07-10 03:44:13 +01:00
shared init repo with source 2026-07-10 03:44:13 +01:00
README.md init repo with source 2026-07-10 03:44:13 +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.