Go-Live Readiness Checklist
golive_checkCheck a domain's launch readiness: verify DNS resolution, propagation, SSL/TLS, HTTPS reachability, and expiry to get a go/no-go verdict before switching DNS.
Instructions
Check whether a domain is ready to launch or migrate — a go/no-go verdict over five essentials: DNS resolves to an IP, has propagated consistently across global resolvers, SSL/TLS is ready, the site is reachable over HTTPS, and the domain registration is not about to expire. Use this right before flipping DNS to a new server, or to confirm a migration has landed. It answers "can I switch over yet?"; use security_scan for a security posture grade or the individual tools for depth. Any failing essential yields not_ready; only cautions yields caution; all clear yields ready. Read-only (a passive multi-probe, though it does resolve and fetch the domain); requires no API key; rate-limited. Returns the verdict, per-check statuses, and a shareable report link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check for launch/migration readiness (e.g., 'example.com'). Scheme and path are stripped. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | ||
| verdict | Yes | 'ready' | 'caution' | 'not_ready' | |
| failCount | No | ||
| passCount | No | ||
| reportUrl | Yes | Human-facing interactive report on dechonet.com | |
| warnCount | No |