What we shipped

The site claims a weekly shipping cadence. This is the page that has to prove it.

  1. The site works without JavaScript

    Every entrance animation hid its element until a script ran, so a failed bundle served a blank page. The default state is now the finished state and the animation is what opts in. Also cut the delay before the main call to action from 2.15s to under a second.

  2. Two languages, one source of truth

    All copy moved into typed dictionaries where a key missing from one language fails the build, and a test catches the subtler failure the compiler cannot see: a translation left byte-identical to its English source.

  3. A contact form that cannot lose a message

    The site converted through a mailto: link, which fails silently on phones — where most visitors arrive. Now there is a form and a scheduler, and every delivery failure returns a visible error and logs the message rather than reporting a success it did not achieve.