import Link from 'next/link' import { Button } from '@/components/ui/button' import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Badge } from '@/components/ui/badge' import { ArrowRight, Search, BarChart3, GitCompare, Sparkles, Code, Zap, Shield } from 'lucide-react' import { getAllTools, getStats, getCategories } from '@/lib/data' import { formatNumber } from '@/lib/utils' import { ToolCard } from '@/components/tool-card' export default function HomePage() { const stats = getStats() const tools = getAllTools() const categories = getCategories() const featuredTools = tools.slice(0, 6) return (
The most comprehensive collection of AI coding tool system prompts and configurations. Discover how {stats.total_tools}+ AI tools work under the hood.
Discover, compare, and understand AI tool system prompts
Explore some of the most popular AI coding tools and their system prompts
Start browsing our collection of {stats.total_tools}+ AI tools and discover how they work