Creating Your First Prompt
Navigate to Create Page
Click the “New Prompt” button in the navigation or visit
/prompts/create to open the create prompt form.Enter Prompt Details
Fill in the required fields:
- Title: A descriptive name for your prompt (required)
- Description: A brief explanation of what the prompt does (optional)
- Prompt Content: The actual prompt text, which supports markdown formatting
- Version Note: A note describing this initial version (optional, defaults to “Initial version”)
The content field supports markdown, allowing you to use formatting like bold, italic, lists, and code blocks.
Editing Prompts
PromptRepo uses a versioning system, so editing a prompt creates a new version rather than overwriting the original.Enter Edit Mode
In the prompt detail view, hover over the prompt content area and click the Edit button that appears in the top-right corner.
Make Changes
Modify the prompt content in the text editor. The editor displays a notice indicating that a new version will be created.
Add Version Note
Enter an optional version note describing your changes (e.g., “Added clarification for edge cases” or “Fixed typo”).
Editing Prompt Metadata
You can update the title and description without creating a new version.Sharing Prompts
Prompts can be made public to share with others via a read-only link.Toggle Public Sharing
In the prompt detail view, click the Share button to make the prompt public.Once public, the button changes to Public and a Copy link button appears.
Copy Share Link
Click Copy link to copy the public URL to your clipboard.The link format is:
https://your-app-url/p/{promptId}Viewing Version History
Every edit creates a new version, and you can view or restore previous versions.Review Versions
Each version displays:
- Version number
- Creation date and time
- Version note (if provided)
- A preview of the content
Archiving Prompts
Archiving removes prompts from your active library without deleting them.- Archived prompts are marked with an “Archived” badge
- They can be restored at any time
- Archived prompts don’t appear in search results by default
Best Practices
- Use descriptive titles: Make it easy to find prompts later
- Add version notes: Document why you made changes
- Keep prompts focused: One prompt should serve one clear purpose
- Test before sharing: Verify your prompt works as expected before making it public
- Review history regularly: Check version history to understand how your prompts evolved