AI Prompt Builder
An innovative app designed to streamline the creation of prompts for ChatGPT. This app allows you to effortlessly generate structured prompts by simply pasting in the core content. Save time and enhance your ChatGPT experience with this user-friendly app, tailored to make prompt generation a breeze.
Built with React.
Prerequisites
Before you can run the ChatGPT Prompt Builder, you will need the following installed on your machine:
- Node.js (version 12 or higher)
- npm (usually comes with Node.js)
Installation
- Clone the repository or download the source code:
git clone https://github.com/kbrycz/ai-prompt-builder.git
- Or download and extract the ZIP file. Change to the project directory:
cd ai-prompt-builder
- Install the required dependencies:
npm install
Running the app
To run the ChatGPT Prompt Builder in development mode, simply execute the following command:
npm start
The app will open in a new window, and you can start using it to create prompts for ChatGPT.
Building the app for production
To build the app for production, run the following command:
npm run build
This command will create a distribution folder with the compiled app for your platform. You can then distribute the app or install it on your system.
Contributing
If you would like to contribute to the AI Prompt Builder project, please feel free to submit a pull request, create an issue, or suggest new features.
License
This project is licensed under the MIT License. See the LICENSE file for details.