Show HN: A Search Engine for High Protein Recipes and Meal Planner (highprotein.club)

3 points by dinkleberg ↗ HN
Hey folks, I've built this little recipe search engine to scratch my own itch and wanted to share it in case others find it helpful as well.

I track what I eat every day to make sure I'm moving towards my goals (whether that be building muscle or cutting fat), but I usually end up defaulting to the standard 'bro meals' like chicken, rice, and vegetables since I'm usually too lazy to find recipes with good macros.

So I built this web app focused on recipes and their nutrition. It scrapes the recipes from a bunch of different recipe sites and food bloggers (those that I've found that have nutrition labels). Then I've done some basic data processing and I've filtered out all the recipes that didn't meet the minimum protein ratio so that all the recipes that show up in the results have at least a decent amount of protein.

This was a fun project to build. I used Go for both the web app itself and for the crawler. For the interactivity, I'm using HTMX and a little bit of plain JS. And for the database I'm using Sqlite.

All-in-all it has been working pretty well. I tried to keep the architecture as simple as possible so I can leave it running forever with minimal maintenance.

If you track your meals and also struggle to find good recipes, I hope you find this useful!

1 comment

[ 3.6 ms ] story [ 96.2 ms ] thread
Thank you for including vegans. Bookmarking this.