Fast for people, light on the planet
SEO and sustainability point the same direction: fewer bytes, less compute, faster pages. Here's how this site is built to stay small.
Static-first delivery
Every page is pre-rendered at build time and served as plain HTML from nginx. No databases, no application servers, no per-request compute — a page view costs a fraction of the energy of a dynamic render.
Tools run in your browser
All five tools parse and analyze locally. We don't spin up backend workers per analysis, and your data never makes a server round-trip — less energy and less exposure for you.
One small container
The entire production deployment is a single nginx container serving a few megabytes of static files, self-hosted on Dokploy with long-term caching and gzip so repeat visits transfer as little data as possible.
Performance is the SEO strategy
We optimize for Core Web Vitals not just to rank, but because lighter pages download faster, render quicker, and consume less device battery and network energy.
What's next
- • Audit every page's transfer size each release and keep regressions visible in thechangelog.
- • Prefer self-hosted, cache-friendly assets — fonts and images are bundled, not fetched from third parties.
- • Publish carbon-aware hosting metrics once we have a year of real usage data behind us.
Questions or ideas on greener web performance?Get in touch.