About
High-Velocity Content Engine (HVCE) is a Node.js framework that turns JSONL catalogs into crawlable directory sites—faceted listings, entity profiles, sitemaps, and AI-readable twins—sold under annual license tiers.
What this site is
This domain (hypersonicseo.com) is the public demo for High-Velocity Content Engine (HVCE), a software framework that builds multi-dataset directory and catalog websites from flat JSONL data files.
It shows how HVCE renders in production: sample catalogs, sales documentation as entity profiles, and licensing information for operators who want to run the same stack on their own domains.
What HVCE does
HVCE reads structured datasets from data/*.jsonl and produces:
- A landing hub and per-dataset catalog indexes with faceted browse
- Individual entity profile pages
- Optional map and proximity tooling when a dataset enables it
- Side-by-side compare (
/compare/) - Embed / widget feeds
- Automatic
sitemap.xml,robots.txt,llms.txt,semantic-manifest.jsonl, and markdown twins (?format=mdorindex.mdon static export) - JSON-LD structured data aligned with the same source values as the HTML and markdown outputs
There is no separate database or Redis layer for the public catalog: JSONL is the source of truth. Catalogs load into memory at boot (or at build time for static export).
Delivery modes
The same templates and SEO surfaces support two modes:
- Live SSR — Node.js + Express serves fully formed HTML; facet URLs stay crawlable on the server.
- Static export —
npm run buildwrites adist/tree of HTML, assets, and discovery files for CDN or nginx hosting with no Node process at request time.
Operators manage content and site chrome through the Control Deck at /control (datasets, home directory, main nav, site pages, license panel).
Who it is for
HVCE is aimed at operators who need directory or catalog sites driven by structured rows—product matrices, geo directories, research or heritage collections, affiliate hubs, and similar inventories—without maintaining a separate SPA frontend for public pages.
Licensing and pricing
Licenses are sold annually. Limits below are defined in LICENSE.md and enforced for active deployments:
| Tier | Price | Domain seats | Public entity cap | White-label |
|---|---|---|---|---|
| Free | $0 | Local / unpaid installs | 50 active public entities | No — attribution required |
| Single | $149 / year | 1 active domain | Unlimited | Yes |
| Agency | $499 / year | Up to 5 active domains | Unlimited | Yes |
| Unlimited / Enterprise | $1,499 / year | Unlimited domains (fair use) | Unlimited | Yes |
Paid tiers are billed via Lemon Squeezy. Free tier retains all product features listed above within the entity and attribution limits. Support contact for paid licenses is listed in the license agreement.
How to evaluate or buy
- Browse the Why Buy HVCE catalog for shipped capability write-ups as entity profiles
- Review sample datasets on this site (languages, festivals, cameras, UNESCO, and others)
- Start from Free (50 entities + attribution), or purchase a paid tier for production domains and white-label
- Use the site’s upgrade / checkout link when ready to activate a license key on a deployment
Operator
Licensor: Chris Limner, per the HVCE License Agreement. This demo is published at https://hypersonicseo.com.
For license and support questions, use the contact path published in the site footer or the email in LICENSE.md.