Sensorium's website now runs as a fully static site. Every page you see is plain HTML, CSS and images — there is no database and no server-side code to attack.
Why this matters
- Security: with no PHP or database facing the internet, the entire class of CMS vulnerabilities simply does not apply.
- Speed: pages are pre-built and served straight from the edge.
- Simplicity: content lives as Markdown in version control, so every change is tracked and reversible.
What is new
We added this blog and a knowledge base so we can publish updates and reference material. Both are searchable from the search page.
Expect more writing here soon.