Build a ChatGPT plugin in the cloud (20 minute tutorial)

Опубликовано: 22 Февраль 2026
на канале: Ralf Elfving
807
16

In this tutorial you will learn how to build a ChatGPT plugin using JavaScript, running in a fully hosted cloud service. And it'll only take 20 minutes!

A step-by-step text version of this tutorial with all the resources and code needed can be found here:   / build-your-first-chatgpt-plugin-in-just-20...  

Chapters
00:00 Intro
01:40 Create backend
05:00 Create manifest file
07:48 Create OpenAPI file
10:00 Install plugin in ChatGPT
12:10 Create database model to store todos
14:06 Create POST API route
19:40 Create GET API route
21:03 Create PUT API route
22:15 Testing the plugin
24:08 Outro