ChatGPT Plugin Starter: WeatherGPT
Type: Code
Framework: Next.js
CSS: Vanilla CSS
Introduction
WeatherGPT is a ChatGPT Plugin to get the weather of any given location.
It can also make appropriate recommendations of what outfits to wear given the weather.
Features
- AI-Plugin & OpenAPI JSON specs
- Returns a link to a dynamic Next.js route
- Nextjs 13 App Router
- Edge Route Handlers for returning weather data
- Metadata API for SEO tags
ImageResponse
API for dynamic OG images at the edge
Try the Plugin
If you have access to Plugins, you can try this plugin out!
- Go to the Plugin Store
- Click “Install an unverified plugin”
- Enter “weathergpt.vercel.app”
- Click “Install”.
Deploy Your Own
You can deploy your own hosted version of this plugin to Vercel with one-click:
Once you’re done, don’t forget to change all instances of weathergpt.vercel.app
in the codebase to your app’s URL:
To add your newly deployed Plugin to ChatGPT, follow the steps from Try the Plugin above, but instead of clicking on “Install an unverified plugin”, select “Develop your own plugin” instead. Note that you’ll need access to develop ChatGPT Plugins to be able to do this.