"use client"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; export default function HomePage() { return (
{/* Logo */}
Vib'n
{/* Welcome Card */} Welcome to Vib'n Your AI-powered development platform

Track, manage, and deploy your AI-coded projects with ease.

🚀

Fast Deployment

Deploy to Coolify with one click

🤖

AI-Powered

Track AI coding sessions

📊

Analytics

Monitor project progress

{/* Features */}

✅ Self-hosted • ✅ Open source • ✅ Powered by Coolify

); }