import Link from "next/link"; import { Card } from "@/components/ui/Card"; import { LinkButton } from "@/components/ui/Button"; /** * Gate A (BUSINESS_MODEL.md, board minutes #42, enforced by minutes #62): * no price may appear on a public surface until the pricing model is ratified * and the entitlements behind it exist. The previous version of this page * rendered the invented $0/$79/Custom catalog from lib/billing.ts with a * below-the-fold disclaimer — a false price anchor with a footnote is worse * than no price. Do not re-import PLANS here. Tracked: server-26#46. */ export default function PricingPage() { return (

Pricing is in development

We are still working out what a fair price looks like for the people who actually use this. Rather than post a number we would have to walk back, we would rather talk to you about what you need and what it is worth.

What you get today

The full incident pipeline — transcription, correlation into incidents, mapping, and the Discord relay. Node counts, seats, and history length are set per account while we work out the plan structure.

Request access

Questions?{" "} Check the FAQ {" "}or{" "} get in touch.

); }