import { useAuth } from "@/_core/hooks/useAuth"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { getLoginUrl } from "@/const"; import { Link } from "wouter"; import { ArrowRight, Zap, Code2, Brain, Cpu, Shield, TrendingUp } from "lucide-react"; export default function Home() { const { user, isAuthenticated } = useAuth(); // Temporary bypass for login const isDirectAccess = true; if (isAuthenticated || isDirectAccess) { return (
Generate, evaluate, and optimize code with advanced AI models. Support for multiple modes and content types.
{feature.description}
Start generating and evaluating code with AI today. Create your first project and see the power of intelligent code generation.