What this reason means for buyers
Some catalogs want pure static cost curves. Others need crawlable filtered listings owned by the server. HVCE’s dual-engine path means that choice is a deploy decision, not a rewrite. Agencies can standardize delivery while still matching each client’s hosting reality.
How dual delivery shows up in practice
npm run build compiles HTML, twins, sitemaps, and discovery files into a static tree. npm start / dev serves the same compositions live. The HTML carries a runtime hint so progressive scripts know whether to defer to the server or enhance client listing behavior. Visual and semantic parity is the point.
What is automated vs what you still own
Automated: shared composition path for both modes; discovery assets on export. Not automated: your CDN config, TLS, or whether filtered URL policy should be aggressive or conservative for SEO.
How to verify before you buy
Build once, open dist/ entity HTML, then run SSR locally and compare a profile. Titles, summaries, and structured data should agree. Pair with hvce reason instant pages and hvce reason crawl index.
Related proof in this showcase
This repository’s dual pipeline is documented in the product README. Sales demos should show both a static artifact and a live listing when stakeholders care about ops flexibility.
Metrics
| Reason Rank | 9 |
|---|---|
| Proof Weight | 5 |
Descriptors
| Buyer Stage | decision |
|---|---|
| Primary Audience | operator |
| Evidence Type | static-and-ssr-demo |
| Demo Dataset | festivals |
| Claim Scope | Same templates for SSR and static export; hosting choice remains yours |
| Automation Level | baseline-automated |
Frequently asked questions
Do I maintain two themes?
No. One template footprint feeds both delivery modes.
Which mode is “better” for SEO?
Both emit crawlable HTML. Prefer SSR when server-owned filter URLs matter to your policy; static when CDN simplicity wins.
Can I switch later?
Yes—rebuild or redeploy in the other mode without redesigning the catalog.
Does static still support facets?
Yes—listing cards can be filtered client-side on export while profiles remain full HTML documents.
Who decides the mode on a client project?
Usually the developer or agency ops lead based on hosting and crawl requirements.