Share prompts publicly
Generate shareable links, embed in Notion, submit to the community library, track views and likes.
Make a session public
- Open any session
- Click the Share button (top-right)
- Toggle Public → generates
https://prompt-aura.ppai.web.id/s/{slug} - Copy link or click Embed for Notion/iframe code
Shareable link features
| Feature | Description |
|---|---|
| Clean URL | prompt-aura.ppai.web.id/s/bi-weekly-ads (customizable slug) |
| Live preview | Visitors see the rendered prompt, can copy it |
| Run in PromptAura | ”Open in PromptAura” button imports to their library |
| Variable inputs | If the prompt has {{variables}}, visitors can fill them |
| View count | Dashboard shows views, copies, likes |
Embed in Notion, docs, websites
Click Embed on a public session → copy iframe code:
<iframe
src="https://prompt-aura.ppai.web.id/embed/s/bi-weekly-ads"
width="100%"
height="400"
frameborder="0"
style="border-radius: 12px; border: 1px solid #334155;">
</iframe>
Community library submission
Want your prompt discovered? Submit to the Public Library:
- Make session public
- Click Submit to Library
- Pick category (Writing, Coding, Marketing, Analysis, etc.)
- Add description + tags
- Submit for review
Approved prompts appear in /library with:
- Category filters
- Search by tag
- Like/save counts
- “Remix” button (forks to your library)
Privacy controls
| Setting | Effect |
|---|---|
| Public | Anyone with link can view, runs count toward your usage |
| Unlisted | Link works, not in library, not searchable |
| Private | Only you (default) |
| Password protect | Add password to unlisted links (Pro) |
Analytics for shared prompts
Your dashboard shows per-prompt:
| Metric | Description |
|---|---|
| Views | Unique visitors to the share page |
| Copies | Clicked “Copy prompt” |
| Runs | Clicked “Run in PromptAura” |
| Likes | Heart button clicks |
| Remixes | Forked to another user’s library |
API access
Public sessions are readable via API (no auth needed):
curl https://prompt-aura.ppai.web.id/api/v1/public/sessions/bi-weekly-ads
Response includes resolved prompt, variables, tags, author.