This is a Next.js project bootstrapped with create-next-app
.
A "Perplexity-like" search UI using streaming RSC via the Vercel AI SDK. OpenAI's ChatGPT is used kind of as a router via function calling to render the UI that matches the search query (weather and text).
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.