Checkly monitoring-as-code templates for quick project setup. Copy a template into your project, customize, and deploy.
| Template | Description |
|---|---|
| checkly-baseline | Production-ready baseline with monitoring/deployment check structure, multi-environment support, CI/CD pipelines (Azure DevOps + GitHub Actions), and ADRs |
| checkly-basic-boilerplate | Minimal Checkly setup — API check, URL monitor, heartbeat, and a browser check |
| checkly-advanced-boilerplate | Full-featured example with multi-step API checks, authenticated browser flows, and multiple alert channels |
- Copy the template that fits your needs into your project
- Update
checkly.config.tswith your project name and logicalId - Copy
.env.exampleto.envand fill in your Checkly credentials - Run
npm install && npx checkly test --verbose
See the adoption guide for detailed setup instructions.
These templates are designed to be copied into projects, not installed as dependencies. See ADR-003 for the rationale.