import { UseChatHelpers } from 'ai/react' import { Button } from '@/components/ui/button' import { ExternalLink } from '@/components/external-link' import { IconArrowRight } from '@/components/ui/icons' export function EmptyScreen() { return (

Welcome to Next.js AI Chatbot!

This is an open source AI chatbot app template built with{' '} Next.js, the{' '} Vercel AI SDK , and{' '} Vercel KV .

It uses{' '} React Server Components {' '} to combine text with generative UI as output of the LLM. The UI state is synced through the SDK so the model is aware of your interactions as they happen.

) }