🌟 Inspiration

I was inspired to build this project after watching my mom use _ ChatGPT _. The prompting was difficult and unintuitive, but why should she waste time learning prompt engineering?

💡 What It Does

Promptly AI extracts the query you plan to send to ChatGPT, Claude, or Perplexity, modifies it using prompt engineering best practices, and replaces the prompt in the text box for you to review and send.

🔧 How We Built It

  • Content Script: Injects button and keyboard shortcut for ease of use. Extracts text elements from the webpage on click, sending prompt to API for improvement.
  • Background Script: This used to be a server call, but we instead used this to create a call to Gemini Nano using Built-In AI capabilities!
  • Popup: Simple UI of how to use the extension.

🚧 Challenges We Ran Into

The number one challenge we ran into was the lack of documentation. Given the Prompt API is fairly new and there's not a lot of online resources to help debug it, we spent a lot of time figuring this out.

🏆 Accomplishments That We're Proud Of

Learning how to use the Prompt API!

📚 What We Learned

How to build a secure Chrome extension, while learning new technologies.

🚀 What's Next for Promptly AI

More personalized features for users! After creating an account on our homepage, users will have a personal prompt engineer tailored to their preferences.

Share this project:

Updates