Skip to content

This repo is a submission for Google Chrome Built-in AI challenge 2025. Basically a chrome extension for prompt fine-tuning.

License

Notifications You must be signed in to change notification settings

durva485/promptify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Promptify – Turn Simple Prompts into Powerful AI Instructions

Promptify is a Chrome extension that automatically transforms unclear or weak prompts into fine-tuned, optimized versions before sending them to any AI tool. Whether it’s for text, image, video, or audio generation, Promptify helps users get better, more accurate results — effortlessly.


🌟 Features

  • 🔹 One-click prompt optimization for any AI platform
  • 🔹 Works across ChatGPT, Gemini, Claude, Midjourney, and more
  • 🔹 Understands user intent and refines prompts accordingly
  • 🔹 Lightweight and fast Chrome extension
  • 🔹 Customizable tone & style (Professional, Creative, Detailed, etc.)
  • 🔹 Privacy-safe — no personal data stored

🎯 Problem It Solves

Most non-technical users don’t know how to craft good prompts for AI tools. As a result, they get poor-quality or irrelevant outputs — even from powerful models.

Promptify bridges this gap by automatically rewriting user prompts into fine-tuned, structured versions that any AI can understand better.


🧩 How It Works

  1. User types a rough or unclear prompt on any AI website.
  2. Promptify intercepts it through the Chrome extension popup.
  3. It sends the prompt to an LLM API (e.g., Gemini or OpenAI).
  4. The API returns a refined, context-aware prompt.
  5. Promptify replaces the original text — ready for submission.

🧰 Tech Stack

Category Technology Used
Frontend HTML, CSS, JavaScript
Browser Integration Chrome Extension API
AI Layer Gemini API / OpenAI API
Backend Logic JavaScript (Prompt Refinement Script)
Storage Chrome Local Storage (API key & preferences)

🧪 Testing Instructions

  • Install Google Chrome (latest version).

  • Clone or download this repository:

    git clone https://github.com/yourusername/promptify.git
    cd promptify
  • Go to chrome://extensions/ → enable Developer Mode.

  • Click “Load unpacked” → select the promptify folder.

  • Click the Promptify icon on your Chrome toolbar.

  • Add your LLM API key in settings.

  • Go to any AI site (e.g., ChatGPT or Gemini).

  • Type a casual prompt → click “Refine with Promptify”.

  • Watch it transform into a professional, AI-optimized prompt.


🏆 Accomplishments

  • Built a cross-LLM compatible Chrome extension
  • Achieved real-time prompt refinement
  • Designed an intuitive UI for all user levels
  • Significantly improved AI output quality

📚 What We Learned

  • Effective prompts are about understanding intent, not just keywords.
  • A simple browser integration can make AI tools far more user-friendly.
  • User experience and speed are just as important as the backend logic.

🚀 What’s Next

  • Add custom prompt styles (e.g., creative, formal, analytical)
  • Introduce multilingual support
  • Add offline caching for faster responses
  • Extend support to mobile browsers and chat apps
  • Integrate directly with major AI platforms

🧑‍💻 Installation for Developers

If you’re contributing or modifying the extension:

git clone https://github.com/yourusername/promptify.git
cd promptify
npm install

Then follow Chrome extension setup steps to test locally.


📜 License

This project is licensed under the MIT License – see the LICENSE file for details.

MIT License © 2025 Durva Sadawarte

💬 Contributing

We welcome contributions!

  • Fork the repo
  • Create your feature branch (git checkout -b feature/YourFeature)
  • Commit your changes (git commit -m 'Add YourFeature')
  • Push to the branch (git push origin feature/YourFeature)
  • Open a Pull Request

🌐 Connect

👩‍💻 Author: Durva Sadawarte 📫 Contact: LinkedIn | GitHub] ⭐ If you like this project, give it a star on GitHub!


About

This repo is a submission for Google Chrome Built-in AI challenge 2025. Basically a chrome extension for prompt fine-tuning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors