About This Website

This is the public website of the Tachyon Resilient Modeling project. It is a static site — there is no server-side application or database.

Technology & Dependencies

The site is intentionally built with a minimal, dependency-free stack so it is fast, portable, and cheap to host as static files.

ComponentTechnologyNotes
MarkupStatic HTML5One file per page
StylingHand-written CSSSingle css/style.css, no framework or CDN
InteractivityVanilla JavaScriptSingle js/main.js for nav toggle only
AssetsInline SVGLogo and icons; no external fonts or images
HostingAmazon S3Static website hosting; optional CloudFront CDN
DeploymentAWS CLIConfig-driven shell scripts in deploy/

No third-party runtime dependencies are loaded by visitors' browsers. The site has no trackers, no external fonts, and no analytics by default.

Hosting & Deployment

The site is deployed to an Amazon S3 bucket configured for static website hosting, optionally fronted by Amazon CloudFront for HTTPS and caching. Deployment is handled by the scripts in the deploy/ directory, driven by deploy/config.yaml with command-line and environment-variable overrides.

License

The website source is released under the MIT License. Project software, datasets, and publications carry their own licenses as noted on the Tools, Data Sets & Source Code page.