⚡ Lightning‑fast
Just one tiny script (~14 KB unminified) means near‑zero latency, even on low‑bandwidth or edge‑hosted sites.
Revolutionize web interactions with a 14 KB scripting engine for dynamic prompts, forms, and instant AI hand‑offs — anywhere you can paste text.
🚀 Try It LiveJust one tiny script (~14 KB unminified) means near‑zero latency, even on low‑bandwidth or edge‑hosted sites.
Shortcodes like [A‑Topic‑~Intro~]
or [C‑Audience‑|bloggers|marketers|]
read like English sentences—easy for writers, devs, and AI models alike.
Built‑in one‑click links to ChatGPT, Perplexity, and Copilot turn any prompt into an AI command center. No config, just add data‑think="1"
. :contentReference[oaicite:0]{index=0}
Includes a TinyMCE “[P]” button for editors, i18n strings, and shortcode support out of the box. Drop in the plugin, start wrapping content. :contentReference[oaicite:1]{index=1}
[E]
tokens autodetect an email vs. URL and generate real form POSTs with hidden field titles—no backend code. :contentReference[oaicite:2]{index=2}
All inputs are plain HTML elements—no third‑party trackers. Use data‑edit="0"
+ data‑think="0"
to lock prompts for secure H‑to‑H forms.
Semantic controls (<label>
, <fieldset>
) keep screen‑reader and keyboard navigation intact.
Because tokens compress instructions (and user inputs), large language models receive minimal tokens—cuts prompt cost on every API call.
Skip heavy React or form plugins. Write or generate a plain‑text snippet; Promptinator does the rendering in milliseconds.
Click the ✏️ icon to toggle raw‑prompt editing without reloading the page—perfect for demo booths or live workshops.
[A-email-~you@example.com~]
[B-plan-|Basic|Pro|🚀 Ultra|~Pro~]
[E-Join Waitlist-~sales@saas.com~]
[A-topic-~Subject~]
[C-tone-|Formal|Casual|Energetic|~Formal~]
[D-length-8~4~]
[E-Draft Email-~openai-mailto~]
[C-tasks-|✍ Write copy|🎨 Design|🚀 Launch|]
[B-brand_|🟥|🟧|🟩|🟦|🟪|]
“We replaced a 40 KB multi‑step React widget with a 280‑byte Promptinator snippet. Conversion went up, load time went down—our marketers are thrilled.”
— Lena S., Growth Lead
“Promptinator acts like a UX Swiss‑army knife. Writers craft prompts; devs hook endpoints; voilà—instant AI dashboards!”
— Max T., Head of Platform Engineering
Promptinator parses tokens with a single RegEx, swaps them for native controls, and stores state in memory—no runtime dependencies, no rerenders. 14 KB ≈ 2% of most form libraries.
<script src="promptinator.js"></script>
Promptinator.init({ mount: document.querySelector('#myPrompt') });
Click any token to tweak values, or hit the ✏️ icon to rewrite the whole prompt on the fly.
Core JS size, unminified.
No jQuery, no frameworks.
Avg. parse time for 50 tokens on M‑class laptops.
Lighthouse Perf & Accessibility out‑of‑the‑box.
Standalone: drop <script src="promptinator.js">
anywhere.
WordPress: upload promptinator‑shortcode.php
, enable the “[P]” button.