Skip to content
/ ChatGPT-Plugin-TS Public template

Tutorial on Creating ChatGPT Plugins with Next.js and TypeScript ⤵️

Notifications You must be signed in to change notification settings

dschoon/ChatGPT-Plugin-TS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Plugin Starter with Next.js, TypeScript, Swagger

Hero Image

This repository contains the source code for a tutorial on how to build a ChatGPT Plugin using Next.js, TypeScript, and Swagger.

About

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.

Tutorial

The full tutorial is available on Medium → Exploring AI Development: Creating ChatGPT Plugins with Next.js and TypeScript

Getting Started

Prerequisites

  • Node.js
  • Yarn or npm

Installation

  1. Clone the repository
git clone https://github.com/dschoon/ChatGPT-Plugin-TS.git
  1. Install NPM packages
cd ChatGPT-Plugin-TS
npm install

Running the Application

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.

License

Distributed freely under the MIT License

Dan Schoonmaker (github)