PluginLab Help Center
English
Go to website
Back
Articles on:
Hosting Platforms Tutorials
Learn how to build ChatGPT plugin wih PluginLab and Vercel, Heroku, GCP, Firebase and more...
Vercel
Your WeatherGPT Plugin with Next, Vercel and PluginLab
Introduction Vercel is an incredible infrastucture platform that lets you deploy Nextjs applications in a snap. In this tutorial we'll see how we can host a ChatGPT plugin built in NextJS and named WeatherGPT. This plugin has been by Steven Tey and it's an amazing starter kit because it offers the following 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 tag
Popular