Alert
Subscription expiring
Your Pro plan expires in 3 days
Renew by Apr 19 to keep unlimited builds and priority support. After expiry your workspace drops to the Free tier and projects over 3 will be archived.
Two-factor enabled
Two-factor authentication is on
Backup codes were emailed to invoice@geldentech.ca. Store them somewhere safe — you'll need one if you lose access to your authenticator.
Destructive — API key revocation
Revoke key sk_live_…A9f2?
Any services using this key will stop working immediately. This action cannot be undone — you'll need to issue a new key and redeploy.
Informational
Scheduled maintenance Sunday 02:00 UTC
The build pipeline will be paused for roughly 20 minutes. In-flight deploys will resume automatically once maintenance completes.
Usage
use maud_ui::primitives::alert;
let html = alert::render(alert::Props {
title: "Deployment complete".into(),
description: Some("All services are running.".into()),
variant: alert::Variant::Success,
icon: true,
});