I am trying to create a small web app to be able to quickly check grammar rules for my language.
Nothing super exciting, but gives me a chance to work on the app itself (next.js), database (postgres with full text search), and some parsing magic to get the raw data I need.