This is a simple Next.js app with a Checkly integration. In a nutshell, it does three things:
- The app fetches data from the
/api/greetings
endpoint and displays it on this landing page. - Checkly verifies if the page loads — using Playwright — and if the API responds correctly.
- Checkly checks can run after deployment and deployed as monitors using the Checkly CLI.
To get going, go to the repo and follow the instructions in the README.md file.