Back to browse
Ex Situ, open-source spatial index of displaced cultural artifacts

Ex Situ, open-source spatial index of displaced cultural artifacts

by hbyel·Jul 7, 2026·2 points·0 comments

AI Analysis

●●●BangerNiche GemBig BrainRabbit Hole

Arc visualization for artifact provenance is genuinely novel at this scale.

Strengths
  • Indexer-not-hoster architecture keeps images as URLs pointing to source institutions
  • 100k artifacts across 8 major collections (Met, V&A, SMB Berlin) is real scale
  • MD export lets researchers download provenance data for filtered artifact sets
Weaknesses
  • Niche audience limits broader adoption beyond provenance researchers
  • Depends on museum open-access APIs that could change or disappear
Category
Target Audience

Researchers, provenance scholars, museum professionals, people interested in cultural repatriation

Similar To

Google Arts & Culture · Wikidata

Post Description

Hi, I designed and developed a spatial index that maps museum artefacts as connecting arcs/hyperlinks from their origin site to institutional location/sources. The Index specifically looks at western/euro-american institutions and maps their collection categorised by them under Islamic art, Asian/African art, ethnological collections, Middle East, South America etc.

Started as my MA thesis in 2022, kept building since, mostly solo with a little funding. Fully open source, self-hosted, AGPL-3.0, Next.js + Deck.gl on the frontend, Strapi backend, Python ETL pulling from museum open-access APIs. Currently indexing over 100k artifacts from all over the world, across 8 collections (Met, V&A, SMB Berlin). Recently added an md export so researchers can download provenance data for a filtered set of artifacts.

The infrastructure is conceptualized as an indexer, not a hoster. Even images are kept as URLs pointing to the source institutions. It's connective tissue between archives that were never designed to speak to each other, with an origin-first search UI concept. The data model is on purpose flat, to avoid encoding problematic taxonomies, and routes researchers directly to the source giving responsibility to the source institutions rather than duplicating institutional data. It indexes the relationship between origin sites and destination collections.

Coming from a design background, taking this project from prototype to production app has been incredibly rewarding, but honestly it’s getting a little bit overwhelming to scale alone. I would love community’s feedback on performance scaling, any code contributions, data pipelines for missing museum apis or general feedback.

Repo: https://github.com/hburakyel/ex-situ

Live: https://exsitu.app

Similar Projects