CASE FILE: Sakya Research Center
Summary
The Sakya Research Centre is an academic platform for Tibetan historical and literary research. It catalogues persons, places, sources, images, and electronic texts related to the Sakya tradition — thousands of records spanning centuries, cross-referenced and filterable by affiliation, period, and topic. It’s been live since 2012.
I took over maintenance in 2021. The application is an older Rails system backed by PostgreSQL, with a traditional server-rendered frontend. The work is not glamorous: keeping dependencies updated, fixing bugs, making small improvements, ensuring the hosting stays stable, and occasionally adding features.
The platform indexes over 3,000 persons, hundreds of places and monastic sites, source texts, and a visual archive of photographs and manuscript images — each record interlinked with related entities across the database.
The maintenance work touches the full stack in miniature: Rails upgrades, dependency patches, server administration, data backups, occasional schema changes, and the kind of careful refactoring you do when the codebase is old enough that you cannot just rewrite it without losing institutional knowledge encoded in the code itself. The system continues to operate and evolve without pretending a rewrite is automatically the answer.