For some of my work with LLMs and RAG I needed to be able to fetch content from my customer's support site. Basic cURL calls weren't working because the site is an SPA and is rendered completely through javascript.
The trouble it took me to figure out how to capture the rendered HTML from a headless browser and how to do it reliably in production inspired me to create LinkGrabs.com so others would not have to go through the same pain.
Because I was thinking of making the same exact thing but in https://bun.sh/ for a use case I had for only taking screenshots at cron jobs.
I really like this tool but I would really love it if you could open source it and the website seems very premature (like the astro logo)
Other than that good job. I would like to see how this project progresses.