import { Navbar } from "@/components/Navbar"; import { Footer } from "@/components/Footer"; import { PlaygroundContent } from "@/components/playground/PlaygroundContent"; export default function PlaygroundPage() { return (
⚡ Live Demo

Playground

Ask any question and watch all 3 pipelines run simultaneously — LLM-Only, Basic RAG, and GraphRAG. Compare answers, tokens, latency, and cost side-by-side.

); }