Share prompts publicly

Generate shareable links, embed in Notion, submit to the community library, track views and likes.

Make a session public

  1. Open any session
  2. Click the Share button (top-right)
  3. Toggle Public → generates https://prompt-aura.ppai.web.id/s/{slug}
  4. Copy link or click Embed for Notion/iframe code

FeatureDescription
Clean URLprompt-aura.ppai.web.id/s/bi-weekly-ads (customizable slug)
Live previewVisitors see the rendered prompt, can copy it
Run in PromptAura”Open in PromptAura” button imports to their library
Variable inputsIf the prompt has {{variables}}, visitors can fill them
View countDashboard 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:

  1. Make session public
  2. Click Submit to Library
  3. Pick category (Writing, Coding, Marketing, Analysis, etc.)
  4. Add description + tags
  5. 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

SettingEffect
PublicAnyone with link can view, runs count toward your usage
UnlistedLink works, not in library, not searchable
PrivateOnly you (default)
Password protectAdd password to unlisted links (Pro)

Analytics for shared prompts

Your dashboard shows per-prompt:

MetricDescription
ViewsUnique visitors to the share page
CopiesClicked “Copy prompt”
RunsClicked “Run in PromptAura”
LikesHeart button clicks
RemixesForked 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.