One design, two delivery modes

Last updated:

HVCE ships one layout footprint with two delivery modes: runtime SSR for live, server-owned catalog URLs, and build-time static export for CDN or disk hosting. Developers and SEO leads keep the same templates, SEO/AEO surfaces, and visual shell—choosing economics and crawl strategy per project instead of rebuilding the site twice.

Photograph of the One design, two delivery modes, cataloged as a static export.
One design, two delivery modes · hvce-reason-dual-delivery · Austin, Texas, United States · 30.2672, -97.7431 · united-states · texas · austin

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 Rank9
Proof Weight5

Descriptors

Buyer Stagedecision
Primary Audienceoperator
Evidence Typestatic-and-ssr-demo
Demo Datasetfestivals
Claim ScopeSame templates for SSR and static export; hosting choice remains yours
Automation Levelbaseline-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.

Clear