PromptCraft (https://prompt-craft-psi.vercel.app/)
PromptCraft is an AI-powered Prompt Generator that helps you create optimized prompts for various AI platforms. It leverages cutting-edge AI models to craft effective and tailored prompts, saving you time and improving your interaction with AI tools. It provides an attractive and intuitive user interface to enhance user experience.
- AI powered prompt generator
- Attractive UI/UX
- Darkmode toggle
- Optimize prompts for any AI platforms
- Next.js
- TypeScript
- Tailwind CSS
- Gemini API
To get started, follow these steps:
git clone <repository_url>
cd <repository_directory>
npm installTo use PromptCraft, you need to configure your environment with a Gemini API key. Follow these steps:
-
Create a
.envfile in the root directory of the project. -
Add your Gemini API key to the
.envfile in the following format:NEXT_PUBLIC_GEMINI_API_KEY=YOUR_GEMINI_API_KEY
Replace
YOUR_GEMINI_API_KEYwith your actual Gemini API key. This key is essential for the application to communicate with the Gemini AI model. -
Start the Next.js development server: (If you've downloaded the repo locally).
npm install npm run dev
Contributions are welcome! This is an open-source project, and we encourage community involvement.
To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Submit a pull request.