A simple web application for creating and managing templates for LLM (Large Language Model) prompts.
- Create and save multiple prompt templates
- Different field types (Text, List, XML)
- Live preview of the generated prompt
- Copy to clipboard functionality
- Local storage for saving templates
- Text Field: Simple text input that renders as plain text
- List Field: Converts line-separated items into an ordered list
- XML Field: Wraps content in custom XML tags
- Clone this repository
- Open
index.htmlin your web browser - Start creating templates!
- Click "New Template" to create a template
- Add fields using the buttons at the bottom of the editor
- Fill in the field labels and content
- Save your template
- Use the preview to see how your prompt will look
- Copy the final prompt to your clipboard
- HTML5
- CSS3
- JavaScript (ES6+)
- LocalStorage API
- Export/import templates as JSON
- More field types (e.g., Markdown, Code blocks)
- Template categories and tags
- Keyboard shortcuts
- Dark mode
MIT