Markdown Link Content Scraper

I've been using NotebookLLM for a few months now, which I quite enjoy. Sometimes I have a main source that is a website, and then I also want to add all of the linked sources. This is obviously very tedious, so today I created a quick little web interface that does the hard work for me.

The website takes in a link, and then scrapes all of the content from the link sources(and the original source) as Markdown using Jina API. All of this Markdown is downloadable as a zip with all of the content in individual files.Then I can simply grab all of these files and upload them to NotebookLLM.
This is part of my effort to build small, personalized projects with the help ofAI. I tend to use Claude the most. I took Simon Willison's idea and created a Claude Project with project instructions that tell Claude how I want one-shot projects to be built. Plus, AI makes coding projects easy and fun.

Feel free to try it out https://link-content-scraper.anoliphantneverforgets.com.