2026-02-08 20:09:38 +00:00
[
{
2026-07-18 19:57:03 +01:00
"name" : "website-htmx-ssr" ,
"display_name" : "🌐 Website (HTMX-SSR)" ,
"description" : "Config-driven bilingual website rendered server-side with HTMX (no WASM). Blog + pages, design system, and the dual-mode build/deploy pipeline. Sanitized snapshot of the jpl-website model. Self-contained template tree." ,
"icon" : "🌐" ,
"complexity" : "medium" ,
"render_mode" : "htmx-ssr" ,
"self_contained" : true ,
2026-02-08 20:09:38 +00:00
"use_cases" : [
2026-07-18 19:57:03 +01:00
"Content and marketing sites" ,
2026-02-08 20:09:38 +00:00
"Blogs and documentation" ,
2026-07-18 19:57:03 +01:00
"Bilingual (multi-language) sites" ,
"Low-JS / no-WASM deployments"
2026-02-08 20:09:38 +00:00
] ,
"requirements" : {
"node_version" : ">=18.0.0" ,
2026-07-18 19:57:03 +01:00
"rust_version" : ">=1.75.0" ,
"system_dependencies" : [
"git"
2026-02-08 20:09:38 +00:00
] ,
2026-07-18 19:57:03 +01:00
"optional_dependencies" : [
"docker" ,
"just" ,
"pnpm"
2026-02-08 20:09:38 +00:00
] ,
"framework_features" : [
"rustelo-web" ,
"rustelo-content" ,
2026-07-18 19:57:03 +01:00
"rustelo-pages-htmx"
2026-02-08 20:09:38 +00:00
] ,
2026-07-18 19:57:03 +01:00
"minimum_disk_space_mb" : 500 ,
"supported_platforms" : [
"linux" ,
"macos" ,
"windows"
]
2026-02-08 20:09:38 +00:00
} ,
2026-07-18 19:57:03 +01:00
"estimated_setup_time" : "n/a" ,
2026-02-08 20:09:38 +00:00
"assets" : {
2026-07-18 19:57:03 +01:00
"includes" : [ ] ,
2026-02-08 20:09:38 +00:00
"excludes" : [ ] ,
2026-07-18 19:57:03 +01:00
"template_files" : [ ]
2026-02-08 20:09:38 +00:00
}
} ,
{
2026-07-18 19:57:03 +01:00
"name" : "website-leptos" ,
"display_name" : "⚛️ Website (Leptos hydration)" ,
"description" : "Config-driven bilingual website with Leptos SSR + WASM hydration (leptos-hydration profile). Same content/config surface as the HTMX template plus the reactive client crate. Sanitized snapshot of the jpl-website model. Self-contained template tree." ,
"icon" : "⚛️" ,
2026-02-08 20:09:38 +00:00
"complexity" : "medium" ,
2026-07-18 19:57:03 +01:00
"render_mode" : "leptos-hydration" ,
"self_contained" : true ,
2026-02-08 20:09:38 +00:00
"use_cases" : [
2026-07-18 19:57:03 +01:00
"Interactive/reactive sites" ,
"Sites needing client-side reactivity" ,
"Bilingual (multi-language) sites" ,
"Progressive enhancement with WASM"
2026-02-08 20:09:38 +00:00
] ,
"requirements" : {
"node_version" : ">=18.0.0" ,
"rust_version" : ">=1.75.0" ,
2026-07-18 19:57:03 +01:00
"system_dependencies" : [
"git" ,
"cargo-leptos"
2026-02-08 20:09:38 +00:00
] ,
2026-07-18 19:57:03 +01:00
"optional_dependencies" : [
"docker" ,
"just" ,
"pnpm"
2026-02-08 20:09:38 +00:00
] ,
"framework_features" : [
"rustelo-web" ,
"rustelo-content" ,
2026-07-18 19:57:03 +01:00
"rustelo-pages-leptos" ,
"rustelo-client"
2026-02-08 20:09:38 +00:00
] ,
2026-07-18 19:57:03 +01:00
"minimum_disk_space_mb" : 700 ,
"supported_platforms" : [
"linux" ,
"macos" ,
"windows"
]
2026-02-08 20:09:38 +00:00
} ,
2026-07-18 19:57:03 +01:00
"estimated_setup_time" : "n/a" ,
"assets" : {
"includes" : [ ] ,
"excludes" : [ ] ,
"template_files" : [ ]
}
2026-02-08 20:09:38 +00:00
}
2026-02-08 20:37:49 +00:00
]