Create your first prompt

End-to-end happy path: sign up, open the app, create a folder, save a prompt with variables, run it.

Step 1: Sign up

Go to prompt-aura.ppai.web.id and sign in with GitHub, Google, or email. No credit card, no trial — free forever for personal use.

Step 2: Open the app

After sign-in, you land on the Dashboard. The left sidebar shows All Sessions (empty for now). The main area has a big New Session button.

Before your first prompt, make a folder to keep things organized.

Folder Organizer

Click folders to expand. Drag a session into a folder to move it.

Marketing2
SEO Blog Writer
Bi-Weekly Best Ads
Development2
Cold Email Draft
5 sessions·2 folders

Try it above: Click “New Folder”, name it “My Prompts”, then click the folder to select it.

Step 4: Click “New Session” and paste a prompt

Click New Session (top-right). You’ll see:

FieldWhat to enter
Title”Weekly blog post generator”
PromptPaste your prompt text (see example below)
TagsOptional: blog, writing
FolderPre-filled if you selected one in step 3

Example prompt to paste:

Write a {{tone}} blog post about {{topic}} for {{audience}}.
Include 3 actionable tips and a compelling headline.
Target length: {{word_count}} words.

Notice the {{variables}} — PromptAura will auto-detect these.

Step 5: Save and run

Click Save. The session appears in your folder. Now click Run (or press Cmd+Enter):

  1. A modal opens with input fields for each variable
  2. Fill them in: tone="friendly", topic="AI productivity", audience="developers", word_count="800"
  3. Click Send to AI — PromptAura routes it to your configured model
  4. The response appears in a side panel, auto-saved to Clipboard

What just happened?

You didWhat happened
Created a folderOrganized your workspace
Saved a prompt with {{variables}}Made it reusable for any topic/audience
Ran it with real valuesGot a tailored AI response
Response auto-saved to ClipboardCan retrieve it anytime, no copy-paste needed

Next steps