Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.37 KB

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)