Sorry, you need to enable JavaScript to visit this website.

Projects, and what we did on them.

A selection of projects we have delivered and supported over the years: government platforms, universities, community organisations and commercial sites, alongside the open-source tools that came out of the work.

Client work

Some of this work was delivered under confidentiality agreements. Those projects appear anonymised: the engagement is described faithfully, but the client is not named, links are withheld, and the imagery is illustrative.

Showing 19 - 19 of 19
The Victoria University homepage
Victoria University's websites are where prospective students choose a course, researchers get found, and the public meets the institution. We have worked alongside the university's own web team on the platform behind them since 2017.
  • Drupal
  • Migration
  • Updates
  • Performance optimization
  • Custom development

Open Source work

Showing 1 - 6 of 6
The CivicTheme homepage at civictheme.io
Public-sector teams keep rebuilding the same accessible components, site after site. CivicTheme, published by Salsa Digital, turns that repeated cost into one maintained open-source design system, and we have engineered it since its first commit in 2021.
  • Open source
  • CivicTheme
  • Design system
  • UI Kit
  • GovCMS
The Vortex project template homepage at vortextemplate.com
Every new Drupal project starts with weeks of setup, and every running one drifts into a configuration only its own team understands. Vortex is our answer: an open-source Drupal project template, maintained since 2017, installed once and kept current through the same tool that set it up.
  • Open source
  • Vortex
  • Drupal
  • DevOps
  • Continuous integration
A template laid across identical forms, showing one out of line
The scripts that provision, deploy and back up a platform run with real credentials against real data, and they are usually the last piece of code anyone thinks to test. bats-helpers is our open-source library that makes testing them practical.
  • Open source
  • Testing
  • Automation
  • DevOps
  • Continuous integration
Loose slabs gathering into one sealed form through 3 frames
Plenty of hosting platforms deploy whatever sits on a git branch, which means the thing you push has to be exactly what production needs and nothing else. git-artifact is our open-source tool that builds that package in CI and pushes it safely, and it has been in service since 2017.
  • Open source
  • Continuous integration
  • DevOps
  • Automation
  • Testing
A fallen form beside a tile carrying its impression
When an automated browser test fails in a build, the log tells you which check did not pass, not what the page actually looked like. We build and maintain an open-source Behat extension that captures the page itself, automatically on failure or on demand mid-test.
  • Open source
  • Testing
  • Behat
  • Automation
  • Continuous integration
Identical interlocking forms joined into one row, spares beside
Almost every Drupal project writes the same forty or fifty automated test steps from scratch, then owns them forever. behat-steps is our open-source library of those steps, written once and maintained since 2018.
  • Open source
  • Testing
  • Behat
  • Drupal
  • Automation