Services
Four things, each of which ends with files on a server and nothing running in the browser.
- Site builds
A complete site, compiled once into plain HTML. Routes, components and content in TypeScript, deployed to an edge that only has to serve files.
- Performance audits
A measured account of what your pages actually send and how long it takes to paint, followed by the specific changes that would move the numbers.
- Accessibility reviews
A review against WCAG, done in the markup rather than in a dashboard, with automated checks added to your build so the findings stay fixed.
- Migrations
Moving a site off a framework it has outgrown, keeping every URL, redirect and search ranking intact through the change.