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.
| Component | Technology | Notes |
|---|---|---|
| Markup | Static HTML5 | One file per page |
| Styling | Hand-written CSS | Single css/style.css, no framework or CDN |
| Interactivity | Vanilla JavaScript | Single js/main.js for nav toggle only |
| Assets | Inline SVG | Logo and icons; no external fonts or images |
| Hosting | Amazon S3 | Static website hosting; optional CloudFront CDN |
| Deployment | AWS CLI | Config-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.