Discover Amazing GPTs
Browse hundreds of specialized AI assistants
Featured Prompts
{prompt.name}
{prompt.category}
{prompt.description}
Browse by Category
{category}
{prompt.name}
{prompt.description}
import { ChevronDown, ChevronRight, Search, Star, Grid, List } from 'lucide-react' interface Prompt { id: string name: string category: string description: string icon: string featured?: boolean } const prompts: Prompt[] = [ { id: "1", name: "SOP Analyzer", category: "Education", description: "Analyzes statements of purpose for academic applications", icon: "📝", featured: true }, { id: "2", name: "Break This GPT", category: "Security", description: "Tests GPT vulnerabilities and security", icon: "🔓", featured: true }, // Add all your prompts here... { id: "100", name: "Coinflipper Game", category: "Games", description: "Simple coin flipping game", icon: "🪙" } ] const categories = Array.from(new Set(prompts.map(p => p.category))) const featuredPrompts = prompts.filter(p => p.featured) export default function PromptsPage() { return (
Browse hundreds of specialized AI assistants
{prompt.category}
{prompt.description}
{prompt.description}