import { motion } from 'framer-motion'; import Link from 'next/link'; import { MessageIcon, VercelIcon } from './icons'; export const Overview = () => { return (

+

This is an open source Chatbot template built with Next.js and the AI SDK by Vercel. It uses the{' '} streamText{' '} function in the server and the{' '} useChat hook on the client to create a seamless chat experience.

You can learn more about the AI SDK by visiting the{' '} docs .

); };