import { SignInButton, SignedIn, SignedOut } from "@clerk/nextjs"; import { ArrowRight, LogIn, Shield, Zap } from "lucide-react"; import Link from "next/link"; export default function Home() { return (

Next.js + Clerk Auth

Authentication
ready in seconds

Managed auth with Clerk. Sign-in, sign-up, and route protection out of the box.

Go to Dashboard

Pre-built Auth Pages

Sign-in and sign-up pages with Clerk components. Social providers configurable in the Clerk dashboard.

Route Protection

Middleware-based route protection. The dashboard is protected by default. Add more routes easily.

Edge SSR

Server-rendered globally via OpenNext. Fast auth checks at the edge with no cold starts.

); }