Desktop Demo Site: https://gptoolkit.vercel.app/
(Note: to fully experience the demo you will need an OpenAI API key)
GPToolkit is a [Next.js] project using Mantine UI built to handle some basic GPT3 Developer Requests & general idea refining and brainstorming tools. At the moment, I use this to help me generate new project ideas when I am bored, or help me refine and audit my snippets of code. A valid OpenAI API key is needed to use the application for any functionality. I plan to continue to add more use cases as I discover them! Happy prompt engineering!
- GPT Prompt Sandbox
- Business Idea Generator
- Code Optimizer
- Code Transpiler
- Idea to Code
- Code Explainer - [Pending]
- Code Annotator - [Pending]
- Text Summarizer - [Pending]
- Code Bug Finder - [Pending]
- Code Validator - [Maybe?]
- Code Beautifier - [Maybe?]
- Code Complexity Analyzer - [Pending]
- Grammar Correction - [Maybe?]
- Language Translator - [Pending]
- Text Keyword Extractor - [Pending]
- Ad from description - [Pending]
- Business Name Generator - [Pending]
- Message the abyss - [Pending]
- Create an Analogy - [Pending]
- Interview Question Generator - [Pending]
Firstly, install node dependencies:
npm install
Then, run the development server:
```bash
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
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!