This repository contains the source code for a tutorial on how to build a ChatGPT Plugin using Next.js, TypeScript, and Swagger.
This project is a step-by-step guide on how to integrate OpenAI's ChatGPT with a Next.js application, using TypeScript for static typing and Swagger for API documentation. The tutorial covers everything from setting up your development environment to deploying your application.
The full tutorial is available on Medium → Exploring AI Development: Creating ChatGPT Plugins with Next.js and TypeScript
- Node.js
- Yarn or npm
- Clone the repository
git clone https://github.com/dschoon/ChatGPT-Plugin-TS.git
- Install NPM packages
cd ChatGPT-Plugin-TS
npm install
To start the development server, run:
npm run dev
or if you're using Yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
Distributed freely under the MIT License