Skip to content

Saito-Phantom/PromptPilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

PromptPilot

PromptPilot is a universal AI prompt generator built with Next.js and Tailwind CSS. It helps you craft perfect prompts using a modular, role-based template for any AI tool (text, image, code, or sound).


Features

  • 7-field structured prompt input:
    • Role
    • Goal
    • Context
    • Modality
    • Format
    • Tone
    • Constraints
  • Live prompt preview as you type
  • "Enhance with AI" button (uses OpenAI or OpenRouter)
  • Export prompt as JSON
  • Copy prompt to clipboard
  • Responsive UI with clean design
  • Firebase/Supabase-ready prompt history
  • Shareable URL links with pre-filled prompt values

Prompt Template Logic

You are {{role}}.
Your task is to {{goal}}.
{{context}}
This prompt is designed for use with a {{modality}} system.
Please provide the output as a {{format}}.
Ensure the emotional tone reflects a {{tone}} atmosphere.
Important constraints: {{constraints}}.
Focus on emotional depth, clarity, and production-ready formatting.

Getting Started

1. Clone the repo

npx create-next-app@latest promptpilot
cd promptpilot

2. Add your OpenAI / OpenRouter key

Use .env.local:

OPENAI_API_KEY=your_key

Optional for OpenRouter:

OPENROUTER_API_KEY=your_key

3. Run the dev server

npm run dev

Deploy with Vercel

Click below to deploy your own version:

Deploy with Vercel


License

MIT � build freely and empower creators everywhere.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors