OnlineOrNot's Browser Checks automate using real Chrome browsers (via Puppeteer) to visit any URL, and checking if certain text is on the page (up to) every 15 minutes.
Hey Product Hunt π!
OnlineOrNot builds website monitoring tools - the first of which was a simple uptime checker.
After running a few million checks, my customers started asking why I didn't support Single Page Applications (SPAs) like React - and the answer was pretty simple: the basic uptime checker just fetched the page, it didn't render anything.
OnlineOrNot's Browser Checks is how we solve that problem - by plugging Google's Puppeteer and real Chrome browsers into OnlineOrNot's existing uptime monitoring service, you can now reliably check whether your React (or Vue, or Angular, or whatever comes next) apps successfully render, and display the text you expect.