Writing my own media catalogue, one year later

It’s been over a year since I started writing my own system to track media. To quickly recap, it’s a small Python webapp that replaced a mix of spreadsheets, notion tables, and Goodreads lists that I used to track games, films and books; and attempted to unify it all into a single database.

2025-09-25-vancelle-update.png
Screenshot of Vancelle's homepage

I made a few big changes over that time:

There were quite a few changes I didn’t do, which I think are more interesting:

I stuck to my approach of writing an app that was entirely for myself. It was really nice to be able to entirely rewrite bits of it just because I wanted to, without worrying about breaking things or deadlines or the time spent. It ended up being a really relaxing project to work on at times.

If you want, you can take a look at the source at codeberg.org/borntyping/vancelle, but don’t expect it to come with instructions.