diff --git a/apps/web/src/app/legal/fair-usage/page.tsx b/apps/web/src/app/legal/fair-usage/page.tsx new file mode 100644 index 0000000..628357f --- /dev/null +++ b/apps/web/src/app/legal/fair-usage/page.tsx @@ -0,0 +1,57 @@ +import Link from "next/link"; +import { ArrowLeft } from "lucide-react"; + +export const metadata = { + title: "Fair Use Policy - CrossCode", + description: "Fair use policy for CrossCode tunnel traffic.", +}; + +export default function FairUsagePage() { + return ( +
Last updated: August 18, 2026
+ ++ Paid CrossCode plans do not impose an artificial bandwidth quota for normal development use. You may use + your active tunnels for coding, testing, agent sessions, API requests, and related development workflows. +
+ ++ The service is not intended to replace a general-purpose hosting, file distribution, streaming, proxy, or + VPN service. We may investigate or restrict usage that: +
++ When practical, we will contact you before taking action. Depending on the severity and urgency, CrossCode + may throttle traffic, temporarily disable a tunnel, or suspend an account to protect service availability + and other users. +
+ ++ If your workload requires sustained high-volume traffic or dedicated capacity, contact us about an + Enterprise plan. +
+{tier.description}
@@ -179,9 +176,31 @@ export default function PricingPage() { ) : (