Gitlab Link


Development

I’m documenting below where I’m at with this project.

Current Status

Getting the SQL API working and stable.

01/02/26 - Got the email side working using the imap-flow node package to streamline it. Now I can forward travel emails and have them automatically run through a local LLM through LMStudio. Need to do further splitting off into different files, and add the SQL part.

Background

I don’t like organising travel

Booking trips accumulates a lot of emails. Travel tickets, hotels, attractions, restaurant reservations, etc. With the invent of LLMs, a technology capable of parsing text from any format into any other, it’s possible to take in those emails and extract properties that would be useful to display at a glance.

I’m working on an app that’ll let you forward those emails to a backend, parse them through an LLM, send them to a DB, and have those DB events rendered into a timeline.

I’ve used an app like this before, but when that app couldn’t parse those emails, which is more often than you’d think, you’d need to manually enter each detail. That alone meant I never used it.