"use client"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { SetupChecklist } from "@/components/setup-checklist"; import { useDiagnostics } from "@/hooks/use-diagnostics"; import { StarterPromptModal } from "@/components/starter-prompt-modal"; import { Video, Shield, Database, Palette, Bot } from "lucide-react"; export default function Home() { const { isAuthReady, isAiReady, loading } = useDiagnostics(); return (

Starter Kit

Complete Boilerplate for AI Applications

A complete agentic coding boilerplate with authentication, database, AI integration, and modern tooling for building AI-powered applications

{/* YouTube Tutorial Video */}

Watch the complete walkthrough of this agentic coding boilerplate: