An open API service indexing awesome lists of open source software.

https://github.com/PaoloJN/weather-ai

Weather AI is chatbot interface for weather information | Next.js & Vercel AI SDK
https://github.com/PaoloJN/weather-ai

ai nextjs shadcn vercel weather

Last synced: 7 months ago
JSON representation

Weather AI is chatbot interface for weather information | Next.js & Vercel AI SDK

Awesome Lists containing this project

README

          

Screenshot 2023-10-29 at 13 39 22

Weather AI


Weather AI is weather chatbot that uses generative UI to provide a conversational interface for weather information.


Demo Video ·
Features ·
Running locally.
Acknowledgments

## Features

- [Next.js](https://nextjs.org) App Router
- React Server Components (RSCs), Suspense, and Server Actions
- [Vercel AI SDK](https://sdk.vercel.ai/docs) for streaming chat UI
- [shadcn/ui](https://ui.shadcn.com)
- Styling with [Tailwind CSS](https://tailwindcss.com)
- [Radix UI](https://radix-ui.com) for headless component primitives
- Icons from [Phosphor Icons](https://phosphoricons.com)

## Running locally

You will need to use the environment variables [defined in `.env.example`](.env.example)

> Note: You should not commit your `.env` file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.

```bash
pnpm install
pnpm dev
```

Your app template should now be running on [localhost:3000](http://localhost:3000/).

## Acknowledgments

This woun't be possible without the following resources:

- [Vercel AI SDK](https://sdk.vercel.ai/docs)
- [Next Weather](https://github.com/DariusLukasukas/nextjs-weather-app)
- [Shadcn UI](https://ui.shadcn.com)