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.
Step 3: Create a folder (optional but recommended)
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.
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:
| Field | What to enter |
|---|---|
| Title | ”Weekly blog post generator” |
| Prompt | Paste your prompt text (see example below) |
| Tags | Optional: blog, writing |
| Folder | Pre-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):
- A modal opens with input fields for each variable
- Fill them in:
tone="friendly",topic="AI productivity",audience="developers",word_count="800" - Click Send to AI — PromptAura routes it to your configured model
- The response appears in a side panel, auto-saved to Clipboard
What just happened?
| You did | What happened |
|---|---|
| Created a folder | Organized your workspace |
Saved a prompt with {{variables}} | Made it reusable for any topic/audience |
| Ran it with real values | Got a tailored AI response |
| Response auto-saved to Clipboard | Can retrieve it anytime, no copy-paste needed |
Next steps
- Master variables — defaults, arrays, advanced patterns
- Organize with folders — nested folders, drag-drop, mobile FAB
- Explore Clipboard — search history, restore sessions, export