Skip to main content
0
N

Nextjs Chatgpt Plugin Starter

ChatGPT plugin starter project using Next.js

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

No login needed

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

Next.js Boilerplate for a simple ChatGPT Plugin

This is essentially the JavaScript version of the Python app documented in the OpenAI Chat GPT docs.

I originally had trouble getting the headers and cors working properly so I figured I'd document how to do this here.

Prerequisites

This app has no user interface, instead it's meant to use with GhatGPT's UI so therefore you must have access to ChatGPT plugins, which at the moment are still in beta.

Project setup

  1. 1.Clone the repo, install depdendencies:
sh
git clone git@github.com:dabit3/nextjs-chatgpt-starter.git

cd nextjs-chatgpt-starter

yarn # or npm install, pnpm
  1. 1.Run the server
sh
npm run build

npm start

# If you run this in dev mode, the memory may not persist well as the server will randomly restart sometimes
  1. 1.Set up your GPT Plugin in the ChatGPT Plugin UI.

When prompted for your website domain, type in 'http://localhost:3000'

Usage

Ask for your list of todos:

sh
what are my todos?
# or anything like that

Add a todo:

sh
add book flight to my todos

Summarize todos:

How many todos do I have left?

Or any other questions you might have.

Configuration

To add more routes:

  1. 1.Create new route in pages/api directory.
  1. 1.Update openapi.yaml with new path
  1. 1.Update openapi.yaml with schema for any data model coming back or being passed in.

Don't lose this

Three weeks from now, you'll want Nextjs Chatgpt Plugin Starter again. Will you remember where to find it?

Save it to your library and the next time you need Nextjs Chatgpt Plugin Starter, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

ChatGPT plugin starter project using Next.js. Best for anyone looking to make their AI assistant more capable in communication. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.