import type { Metadata } from "next"; import Link from "next/link"; import { Globe, Map, Info } from "lucide-react"; import { ThemeToggle } from "@/components/theme-toggle"; import { RoadmapFlowchart } from "@/components/roadmap-flowchart"; import { Badge } from "@/components/ui/badge"; import { Card, CardHeader, CardTitle, CardDescription, } from "@/components/ui/card"; export const metadata: Metadata = { title: "Roadmap", description: "Visual roadmap and development phases for VectorDNS.", }; export default function RoadmapPage() { return (
{/* Header */}
VectorDNS
Docs Roadmap
{/* Page Header */}
Project Roadmap

Building the Future of{" "} DNS Monitoring

Follow our journey from foundation to a full-featured domain toolkit. Drag, zoom, and explore the development phases below.

{/* Interactive Flowchart */}
{/* Additional Context Cards */}
Project Philosophy
VectorDNS is built on three core pillars: speed, accuracy, and transparency. Every phase of our roadmap is designed to ensure the highest quality data while maintaining a modern, user-friendly experience.
Contributing We are currently in the early development stages. If you're interested in contributing to the Go DNS API or the Next.js frontend, please check out our GitHub repository and open an issue or PR.
{/* Footer */}
); }