Ember AI is an assistant app designed to help a user craft a well written, complete prompt to use when utilizing an AI platform in seeking information. It is based on the Pentagram method, or framework of crafting a prompt which is composed of five parts.
To use Ember AI a user will first navigate from the landing page to the prompt input page.
On the prompt input page, the user will be guided through the five components of crafting a prompt. At each stage of the prompt creation, the user is required to make an entry before moving advancing. Information about what is intended at each phase is explained and an example given as a guide. Once the final phase, Constraints, is entered, the user will click the button to review the combined sections as an overall prompt.
Once on the Review page, a user will see the overall prompt created from the five sections they entered and has the ability to edit the prompt, if desired. Once the user is satisfied with the prompt, they can click the button to Generate Result which will submit the prompt to Gemini AI for a response, or they can choose to copy the prompt to paste in a different AI, window, application, etc.
If submitted on the page to the Gemini AI, the response will appear at the bottom of the page.
To run the app locally, from your command line interface (CLI):
git clone https://github.com/chingu-voyages/V54-tier2-team-23.git
cd V54-tier2-team-23
npm i && npm run dev
Ember AI was built using: