import React from 'react' import { cn } from '@/lib/utils' import { ExternalLink } from './external-link' export function FooterText({ className, ...props }: React.ComponentProps<'p'>) { return (
Open source AI chatbot built with{' '} Next.js and{' '} Vercel AI SDK .