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
- Host: GitHub
- URL: https://github.com/PaoloJN/weather-ai
- Owner: PaoloJN
- Created: 2024-03-26T04:59:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T08:08:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T13:21:07.665Z (almost 2 years ago)
- Topics: ai, nextjs, shadcn, vercel, weather
- Language: TypeScript
- Homepage: https://weather-ai-chat.vercel.app
- Size: 1.61 MB
- Stars: 26
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcnui - Github - ai-chat.vercel.app) | ★41 | (Boilerplates & Starters)
README

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)