ChatGPT is awesome! This list shows how to use a know-it-all chatbot to help your daily work.
In most cases, you can use the ChatGPT web page directly. This list does not collect "prompt wrappers". This list favors tools that reduce the number of times you copy and paste. 本列表恕不收录提示词包装器。
Webpage enhancement
Extend the existing functionality of the web page.
Name and link | Description |
A browser extension that enhance many search engines with ChatGPT | |
Integrates ChatGPT into every text box in web pages |
Coding (explain, refactor, code-gen, etc.)
AI embedded into the IDE or editor to help write code faster.
Name and link | Description |
A VSCode extension that allows you to use ChatGPT to help writing code |
Language (grammar, translate, etc.)
Name and link | Description |
Browser extension for translation based on ChatGPT API |
Writing (proofread, edit, etc.)
If you want to use ChatGPT to help you generate a certain type of content (e.g. business emails, work presentations), it is recommended that you use ChatGPT web pages directly.
Name and link | Description |
Browser extension for proofread, edit, and track changes to your content |
I think
editGPT
is a great alternative of Grammarly.TLDR (PDF, videos, etc.)
Shorten your time to read (or watch) content and answer questions you care about.
Name and link | Description |
extract, locate, and summarize information from PDFs | |
Chat with any PDF | |
talk to any YouTube video - summarize it, ask it questions, and more! | |
talk to any Bilibili video |
Despite GPT4's multimodal capabilities, all of these video summarization tools can only obtain information through the text of the video page (e.g., video description, transcripts or subtitles).
Awesome-GPT list
“Awesome list” is a list maintained by power users that collects useful links to other projects. Here is an awesome-awesome-GPT list.
Name and link | Description |
Curated list of apps and tools that use the ChatGPT API |
Postscript
I found that many websites use ChatGPT via Vercel and Next.js. They utilize the Vercel edge function to communicate with ChatGPT and render the results using Next.js. It's surprising to see how ChatGPT has increased Vercel's market share.
Creating such a website is easy since it only involves taking a text, adding some prompts, and sending it to ChatGPT. Therefore, I won't include this kind of website here. However, I do appreciate some Next.js apps that come with extra functionalities, such as generating summaries from video transcripts.