Skip to main content
CodeLint.Dev Dev Tools
Checking services…

Services

2 endpoints
  • GitHub API

    https://api.github.com

    Pending
  • My Website

    https://codelint.dev

    Pending

Add endpoint

Page Settings

Customize the generated status page

Theme

Export Status Page

Download a standalone HTML file — host it anywhere

Zero dependencies — single HTML file, works offline

Auto-checks each endpoint on load and every 60s

CORS note — browsers restrict cross-origin reads; the page detects reachability via connection success/failure

Generated HTML Preview

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>API Status</title>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f8fafc;color:#1e293b;min-height:100vh}
.wrap{max-width:720px;margin:0 auto;padding:3rem 1.5rem}
header{text-align:center;margin-bottom:2.5rem}
header h1{font-size:1.875rem;font-weight:700;margin-bottom:.375rem}
header p{color:#64748b}
.banner{border-radius:.75rem;padding:1rem 1.25…