diff --git a/apps/web/src/dashboard/landing.html b/apps/web/src/dashboard/landing.html index 689b2e2..4458f07 100644 --- a/apps/web/src/dashboard/landing.html +++ b/apps/web/src/dashboard/landing.html @@ -284,28 +284,19 @@

MongoDB-style queries

-

Use $and, $or, $lt, $gt, $regex — a query language you already know.

+

Use $and, $or, $lt, $regex — a query language you already know.

- +
-

CSS selector parsing

-

Monitor any public page with no API. Use $css to extract text from HTML elements.

+

JSONPath & CSS selectors

+

Drill into JSON responses with $json or scrape any HTML page with $css — no API required.

-
-
- -
-

JSONPath inspection

-

Drill into API responses with $json and JSONPath expressions. Assert on any nested field.

-
- -
@@ -314,13 +305,22 @@

Built-in $certExpiry operator. Get alerted before your cert expires, not after.

- +
-

Response time assertions

-

Set thresholds on responseTime. Know when your API is slow, not just down.

+

Response time thresholds

+

Set thresholds on responseTime. Know when your API is slow, not just when it's down.

+
+ + +
+
+ +
+

Custom HTTP requests

+

Send GET, POST, PUT, PATCH or HEAD with custom headers and request bodies. Monitor authenticated APIs end-to-end.

@@ -328,8 +328,35 @@
-

No-login account keys

-

No email required. Get an account key, start monitoring. Privacy first, always.

+

Sub-keys & API access

+

Create scoped sub-keys for CI pipelines, scripts, or teammates. Full REST API — no dashboard required.

+
+ + +
+
+ +
+

Live dashboard

+

Real-time updates via SSE. Latency charts, status history, uptime stats — all live without a page refresh.

+
+ + +
+
+ +
+

Privacy-first accounts

+

No email required. No passwords. Just an account key. Emails are hashed if provided — we literally can't read them.

+
+ + +
+
+ +
+

SSRF-safe monitoring

+

Internal IPs, cloud metadata endpoints, and private networks are blocked. Your monitor can't be used to probe your own infrastructure.