Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commitccf9eef

feat(platform): cross-product admin widget + onboarding cross-sell

feat(platform): cross-product admin widget + onboarding cross-sell

Wires the /api/platform-status endpoint into the Hono app and adds a
new /admin/platform page that fetches all three siblings (Crontech,
Gluecron, GateTest) server-side with a 3s timeout and a 30s in-memory
cache. Unreachable siblings render as a soft "Unreachable" card rather
than breaking the page.

Adds a gentle "Pairs well with" cross-sell card to the getting-started
onboarding flow pointing at Crontech and GateTest. Outbound links only --
no shared auth.

Sibling URLs are overridable via CRONTECH_STATUS_URL, GLUECRON_STATUS_URL
and GATETEST_STATUS_URL; defaults point at the production hosts.
Dictation App committed on April 20, 2026Parent: 3bd8e2f
1 file changed+50ccf9eef0e2a4c34bb1e1fe34b71f9acab351e038
1 changed file+5−0
Modified.env.example+5−0View fileUnifiedSplit
2424RESEND_API_KEY=
2525# Used to build absolute URLs in outbound emails + webhooks.
2626APP_BASE_URL=http://localhost:3000
27# Cross-product platform-status endpoints (Crontech / Gluecron / GateTest).
28# Used by the /admin/platform widget. Defaults point at production hosts.
29CRONTECH_STATUS_URL=https://crontech.ai/api/platform-status
30GLUECRON_STATUS_URL=https://gluecron.com/api/platform-status
31GATETEST_STATUS_URL=https://gatetest.io/api/platform-status
2732