AI Prompt Converter is a Chrome extension built with React that transforms user input into creative AI prompts using the GroqCloud API. Its simple interface boosts productivity and creativity directly within the browser.
This application provides a straightforward interface for generating creative prompts tailored to various purposes, enhancing user productivity and creativity.
- Text Input: Users can enter any text they want to convert into an AI prompt.
- Prompt Type Selection: Choose from different prompt types such as Creative, Summarization, Clarification, Question, Reasoning, and Others.
- Loading Indicator: Displays a spinner while the prompt is being generated.
- Copy to Clipboard: Easily copy the generated prompt for use in other applications.
- Edit Functionality: Modify the generated prompt before copying it.
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/ai-prompt-converter.git
-
Navigate to the project directory:
cd ai-prompt-converter
-
Install dependencies:
npm install
-
Set up your environment variable:
-
Create a
.env
file in the root directory and add your GroqCloud API key:REACT_APP_API_KEY=your_groqcloud_api_key
-
-
Start the application:
npm start
- Enter your desired text in the input area.
- Select the type of prompt you want to generate from the dropdown menu.
- Click the Convert to AI Prompt button.
- Once the prompt is generated, you can copy it to your clipboard or edit it as needed.
The application is styled using CSS to provide a clean and modern user interface. The design focuses on usability and accessibility, ensuring a smooth user experience.
If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to GroqCloud for providing the API that powers this application.
- Special thanks to the React community for their support and resources.