Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kontext.so/llms.txt

Use this file to discover all available pages before exploring further.

The sdk-vue-demo repo ships a minimal Vite + Vue 3 app you can run end-to-end against your own publisher token.

Clone and configure

git clone https://github.com/kontextso/sdk-vue-demo.git
cd sdk-vue-demo
npm install
# Edit src/constants.ts and set PUBLISHER_TOKEN + PLACEMENT_CODE.
npm run dev
The repo ships placeholder constants — replace PUBLISHER_TOKEN with your token from the publisher dashboard and set PLACEMENT_CODE to a placement enabled for your publisher (typically inlineAd).

What you should see

After npm run dev, open the printed local URL in a browser. The demo presents a chat interface with seeded user + assistant messages. As you send a message, the SDK fires /preload in the background and renders an ad below the assistant’s reply.