import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import Link from "next/link"; import { Check } from "lucide-react"; export default function PricingPage() { return (

Simple, Transparent Pricing

Start free, upgrade when you need more. No hidden fees, no surprises.

{/* Free Tier */} Free Perfect for trying out Vibn
$0 /month
  • Up to 100 sessions/month
  • 1 project
  • Basic analytics
  • 7-day data retention
  • Cursor integration
{/* Pro Tier */}
Popular
Pro For serious developers
$19 /month
  • Unlimited sessions
  • Unlimited projects
  • Advanced analytics
  • 90-day data retention
  • ChatGPT integration
  • GitHub integration
  • Priority support
{/* Team Tier */} Team For teams and organizations
$49 /month
  • Everything in Pro
  • Up to 10 team members
  • Team analytics
  • Unlimited data retention
  • Custom integrations
  • SSO support
  • Dedicated support
{/* FAQ Section */}

Frequently Asked Questions

Can I try Pro for free?

Yes! All new accounts get a 14-day free trial of Pro features. No credit card required.

What happens when I exceed the free tier limits?

We'll notify you when you're approaching your limits. You can upgrade anytime to continue tracking without interruption.

Can I cancel anytime?

Yes, you can cancel your subscription at any time. You'll retain access until the end of your billing period.

Do you offer discounts for students or non-profits?

Yes! Contact us at support@vibnai.com for special pricing for students, educators, and non-profit organizations.

); }