"use client"; import Link from "next/link"; export function CTASection() { return (
{/* Decorative circles */}
Ready to explore?

See the difference
graphs make

Run a live comparison across all 3 pipelines — LLM-Only, Basic RAG, and GraphRAG. Measure tokens, cost, LLM-Judge accuracy, and BERTScore — all in your browser.

Launch Playground → ⭐ Star on GitHub
); }