Skip to content

rathernotsay21/promptineer

Repository files navigation

Prompt Template Manager

A simple web application for creating and managing templates for LLM (Large Language Model) prompts.

Features

  • 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

Field Types

  1. Text Field: Simple text input that renders as plain text
  2. List Field: Converts line-separated items into an ordered list
  3. XML Field: Wraps content in custom XML tags

Getting Started

  1. Clone this repository
  2. Open index.html in your web browser
  3. Start creating templates!

Usage

  1. Click "New Template" to create a template
  2. Add fields using the buttons at the bottom of the editor
  3. Fill in the field labels and content
  4. Save your template
  5. Use the preview to see how your prompt will look
  6. Copy the final prompt to your clipboard

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • LocalStorage API

Future Enhancements

  • Export/import templates as JSON
  • More field types (e.g., Markdown, Code blocks)
  • Template categories and tags
  • Keyboard shortcuts
  • Dark mode

License

MIT

About

prompt template manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors