Documentation
How to integrate HST into your systems.
HST is a licensed REST service and optional Python client for sparse incremental workloads. Compile the fixed operator once, keep state on your side, then send only the changed columns with each update.
Deployment paths
HST is packaged three ways so teams can start with the lightest fit and move deeper only when the workload proves it out.
1. Plug-and-play web app + API
2. Customer-hosted Docker package
3. Custom-fit math integration
Canonical public host
hornesci.github.io remains the canonical public site while domain and mail changes stay deferred.
Public site: https://hornesci.github.io
Mirror + same-origin API: https://hornesci.pages.dev
Mirror health route: https://hornesci.pages.dev/api/v1/health
Plug-and-play web app + API
Use the hosted evaluation surface when you want the fastest way to show the workflow, telemetry, and customer-facing integration path.
Best for:
- discovery calls
- evaluation walkthroughs
- solution-engineering demos
Customer-hosted Docker package
Run the same API inside the customer environment when data residency, network control, or internal platform standards matter.
docker compose --env-file .env.customer \
-f deploy/customer-compose.yml up -d
Custom-fit math integration
For teams that want HST embedded more directly into their own runtime, the same compile/apply contract can guide a custom integration engagement.
Compile once
Keep x_prev and y_prev in customer code
Send sparse updates
Receive y_next + route/runtime telemetry