Docs · Try it Live

Try it Live

A complete Vite + React + TypeScript app that installs prompt-area from npm and renders a PromptArea with @///# triggers — running entirely in your browser.

Live editor

Edit src/App.tsx and the preview updates live. The first run installs dependencies, so give it a few seconds.

Loading live editor…

This is the real examples/basic app, installed from npm and running in your browser — no account or clone required.

Run it locally

Prefer your own editor? Clone the repo and run the example directly — it uses the published package, so it works in any React project the same way:

git clone https://github.com/just-marketing/prompt-area
cd prompt-area/examples/basic
npm install
npm run dev

New to the API? Start with the Quick Start.