Skip to content

discountry/chatgpt-toolbox

Repository files navigation

ChatGPT Toolbox

User-Friendly Web Interface for ChatGPT.

I'm using chatGPT itself to write this application. For example, 90% of the code on the /chat page was written by chatGPT.

What's the difference?

What is the difference between Toolbox and other ChatGPT UIs?

ChatGPT Toolbox does not have any backend service.

You will use your own API key to directly call OpenAI's service from your browser.

You can create any tool by appending the prompt to the URL and sharing it with anyone.

Pages

  • index Using chatGPT as a tool.
  • tool Share your tool settings via url
  • chat Have a conversation with ChatGPT, just like on the official site.

Features

  • /tool/[system direction] /tool/you are a translator
  • openai streaming
  • markdown support
  • code highlight & copy to clipboard
  • responsive design
  • conversation mode /chat

Run your own

Deploy with Vercel

Development

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

User-Friendly Web Interface for ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published