Convict Love Tokens
Museum interactive for touchscreen and web
Convicts transported to Australia in the early colonial days would create mementoes for faraway loved ones, inscribing messages on coins. The Convict Love Tokens interactive for the National Museum of Australia, delivered in-gallery on touchscreen and on the web, showcases over 300 tokens, with detailed photography, transcriptions, and background information where available.
The online interactive uses an innovative way of sharing templates between the client and the server. Initial pageloads, irrespective of how deep in the site, are rendered server-side and delivered to the client very quickly. Subsequent pages are rendered dynamically client-side for browsers that support the HTML5 History API.
A Rails backend powers the website, and the gallery version of the interactive is fed from this too, generated through a static build process. Admins can trigger a new build of the gallery version at any time and have it zipped up into a single file that’s easy to deploy on the standalone kiosk. And all the token data is available to users via .csv download and a JSON API.