Hi everyone. This is a hobby project I made with Nextjs.
I often browse user comments on book-related pages on the Guardian website to see discussion about books I've read or to find new books to read. There isn't a great way to search through those comments so I put them into a Meilisearch instance. The comment threads are stored in Postgres using the adjacency list model and can take a while to load (maybe someday I'll reimplement it in a closure table).