Hello World 👋
I'm the author of the chatgpt NPM package (~12k github stars), and I run the ChatGPT Hackers community (~8k devs). Everything I do is free, open source, and built with TypeScript.
I've built a few ChatGPT Plugins now, including the Lex Fridman ChatGPT Plugin which Greg Brockman shared earlier this morning (Co-founder and President of OpenAI).
I just open sourced a repo called chatgpt-plugin-ts which I hope will really help JS / TS devs to get started building ChatGPT Plugins – even if you don't have early developer access yet.
This repo contains the chatgpt-plugin NPM package, with TS types and utilities for building ChatGPT Plugins with TypeScript.
It also contains several high quality example plugins that you can use as a template for building your own plugins. The goal is to add more examples using different OpenAPI frameworks and hosting providers over time. Currently, all of the examples use Cloudflare Workers, but I'll add an example using Vercel serverless functions soon.
If there's something missing that you'd like to see, please open an issue or let me know in the comments below. Thanks!
GitHub: https://github.com/transitive-bullshit/chatgpt-plugin-ts