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 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.
- 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.
- /tool/[system direction]
/tool/you are a translator
- openai streaming
- markdown support
- code highlight & copy to clipboard
- responsive design
- conversation mode
/chat
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.