A modern web application that helps users create effective AI system prompts with intelligent assistance. Built with Next.js and OpenAI.
The system uses a multi-step generation process to create highly effective system prompts:
Initial Enhancement
Three-Step Refinement
Final Output
This iterative process ensures each generated prompt is:
Clone the repository:
git clone https://github.com/c-w-d-harshit/system-prompt-generator.git
cd system-prompt-generator
Install dependencies:
npm install
# or
pnpm install
Create a .env.local
file in the root directory:
OPENAI_API_KEY=your_openai_api_key_here
PRE_SYSTEM_PROMPT='Your pre-system prompt here'
SYSTEM_PROMPT='Your system prompt here'
UPSTASH_REDIS_REST_URL="https://your-upstash-url.upstash.io"
UPSTASH_REDIS_REST_TOKEN="your_upstash_token_here"
Run the development server:
npm run dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the application.
Contributions are welcome! Please feel free to submit a Pull Request.
Fork the project
Create your feature branch:
git checkout -b feature/AmazingFeature
Commit your changes:
git commit -m 'Add some AmazingFeature'
Push to the branch:
git push origin feature/AmazingFeature
Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Portfolio: cleverdeveloper.in