Add more prompts to this page. Three ways:
- Upload JSON — file with an array of {id,title,body} objects.
- Paste JSON — same structure in the textbox.
- Legacy fetch (experimental) — try to pull from an old
prompts.php
endpoint (may be blocked by CORS).
Expected format: [{"id":"p1","title":"Title","body":"..."}]
We will POST to {base}/prompts.php
with mode=3
to get titles, then mode=1&promptindex=ID
to fetch bodies. This may fail due to cross‑origin (CORS). If so, use your server as a proxy.