import { ClerkLoaded, ClerkLoading, SignUp } from '@clerk/nextjs' import { cn } from '@/lib/utils' import { buttonVariants } from '@/components/ui/button' import { ExternalLink } from '@/components/external-link' import { IconSpinner } from '@/components/ui/icons' export default function Page() { return (
Loading...

Open source AI chatbot app built with{' '} Next.js and{' '} Vercel KV .

) }