Operations | Monitoring | ITSM | DevOps | Cloud

AI-Driven Application Monitoring with Checkly and Claude Code

In this webinar, Stefan Judis (Developer Relations at Checkly) and Dan Giordano (VP of Marketing at Checkly) dive into how LLMs and AI tools can be used with application monitoring. You’ll see a live demos of integrating Claude Code, Playwright MCP, and Checkly’s Monitoring as Code. ⸻ Timestamps ⸻ Resources & Next Steps ⸻ Subscribe for more sessions on application reliability, testing, and AI-powered DevOps!

Run Checkly Monitors Against Multiple Environments

Learn how to run Playwright tests across different environments without rewriting them. This tutorial covers managing environment variables in Checkly for API and browser checks, handling global and group-specific settings, and integrating with CI/CD processes. Discover the best practices for setting up environment variables, duplicating test groups, and customizing alerts to ensure your checks are environment-specific.

Introducing Checkly Uptime Monitoring: A Fast and Affordable Way to Detect Infrastructure Downtime

Learn more about Checkly, the application reliability platform designed for modern engineering teams! Discover how Checkly enables you to quickly detect, communicate, and resolve production issues and explore the newly added uptime monitoring features, including URL, TCP, and heartbeat monitors. Configure and manage your entire monitoring setup using monitoring as code!

Top 10 Status Page Examples: What We Like and What's Missing

A great status page does more than show uptime—it builds trust, communicates clearly during incidents, and empowers users to stay informed. Here are 10 standout examples of public status pages, with a quick breakdown of what they do well—and where there’s room for improvement.

Checkly Is Now Available in the AWS Marketplace

If your team runs on AWS, getting new tools into your workflow isn’t just about functionality. It’s about how quickly you can procure, integrate, and see value. With Checkly now available on AWS Marketplace, monitoring doesn’t have to be an exception. This launch means Checkly fits into your procurement flow the same way it fits into your CI/CD: seamlessly. No vendor approval bottlenecks, no procurement delays, just faster access to the tools your developers already want to use.

Generating end-to-end tests with AI and Playwright MCP

When I started using Playwright, there was a single command that blew me away. I immediately became (and still am) a huge Playwright Codegen fanboy. Playwright's codegen command opens up a browser window, and whatever you do in this window will be recorded. Navigating URLs, clicking links, and filling out form elements—the Playwright inspector records all your actions and generates a Playwright test for you. Magic!