import { Globe, Lock, Link2 } from "lucide-react"; import { Section } from "../layout/section"; import { SectionHeader } from "../ui/section-header"; import { Terminal } from "../ui/terminal"; import { CrosshairDivider } from "../ui/crosshair-divider"; import { AnimateIn } from "../ui/animate-in"; export function DevDns() { return ( <>
{/* Left — features */}

Orama Nameservers

Point to ns1.orama.network and ns2.orama.network. Your app gets a subdomain instantly.

Automatic TLS

Every domain gets a valid certificate. No manual cert management. No renewal headaches.

Custom Domains

Add any domain via CLI or SDK. CNAME to your Orama app and it just works.

{/* Right — terminal */}
); }