Remix.run Logo
jamesponddotco 2 days ago

Still working on Librario, a simple book metadata aggregation API written in Go. It fetches information about books from multiple sources, merges everything intelligently, and then saves it all to a PostgreSQL database for future lookups.

You can think of it as a data source, or a knowledgeable companion that can provide comprehensive book information for online booksellers, libraries, book-related startups, bookworms, and more.

I got a pre-alpha build running for those that want to test it out and the code is out on SourceHut[1].

Been really tough to find time to work on it because I have a baby that only sleeps in my lap, but I’m making progress very slowly.

I recently hired someone to rewrite the entire database layer, as that was written with the help of an LLM for the prototype, which should improve things too.

Feedback is very welcome :)

[1]: https://sr.ht/~pagina394/librario/