import Link from "next/link"; /** * SAAS_PLAN.md B5: page structure only. The agent building this is * explicitly instructed not to invent legal text — DRB records, stores, and * transcribes public-safety radio traffic, and recording/rebroadcast * legality varies by state (see SAAS_PLAN.md section 6.3), so this needs a * human, and probably a lawyer, not a generated draft. Every section below * is a placeholder marking what a real Terms of Service needs to cover, not * actual terms — see the banner and every TODO(legal) marker. */ const SECTIONS: { heading: string; note: string }[] = [ { heading: "1. Acceptance of terms", note: "TODO(legal): standard acceptance clause — using the service means agreeing to these terms.", }, { heading: "2. What the service does and does not do", note: "TODO(legal): describe the product (SDR ingestion, transcription, AI correlation, Discord relay) and, importantly, disclaim accuracy — AI-generated transcripts and incident summaries are not guaranteed accurate and must not be relied on as the sole source for dispatch or safety decisions.", }, { heading: "3. Radio recording and rebroadcast — the part that needs a lawyer", note: "TODO(legal): this is the section that actually matters. Recording, storing, and rebroadcasting monitored radio traffic (including public-safety frequencies) has different legal treatment by state and by traffic type (encrypted vs. clear, dispatch vs. tactical). Needs jurisdiction-aware legal review before this product can be sold across state lines — do not ship this page live without it.", }, { heading: "4. Customer responsibilities and acceptable use", note: "TODO(legal): who owns the hardware, who's responsible for lawful operation of the field node, prohibited uses.", }, { heading: "5. Data ownership and retention", note: "TODO(legal): who owns the recorded audio/transcripts/incidents, how long they're kept, what happens on cancellation or account deletion. Note: no retention enforcement exists in the product yet either (see DEFERRED.md) — this section can't promise a retention window the system doesn't yet enforce.", }, { heading: "6. Payment, billing, and cancellation", note: "TODO(legal): once a billing model and pricing exist (SAAS_PLAN.md section 6, still undecided) — refunds, proration, what happens to data on non-payment.", }, { heading: "7. Service availability and support", note: "TODO(legal): whether any uptime/SLA commitment is made (today: none).", }, { heading: "8. Limitation of liability", note: "TODO(legal): standard limitation-of-liability language, reviewed against the fact that this product touches public-safety-adjacent data.", }, { heading: "9. Changes to these terms", note: "TODO(legal): how customers are notified of material changes.", }, { heading: "10. Governing law and contact", note: "TODO(legal): governing jurisdiction, and a real company legal identity and contact address (SAAS_PLAN.md section 6.6 — not yet decided).", }, ]; export default function TermsPage() { return (
Draft — not yet in force
This page is a structural placeholder, not a real Terms of Service. Every section below is a{" "}
TODO(legal) marker, not actual legal text. Nothing on this page is
binding, and no self-serve signup should be considered subject to it until an actual attorney-reviewed
version replaces this content.
Draft — last structured {new Date().getFullYear()}
{s.note}
Questions in the meantime? Check the FAQ or{" "} sign in to reach us directly.