Install Piqo on Lovable

Ask the AI builder to inject the script — or paste it directly into index.html.

Via the AI prompt

  1. Open your project in Lovable.
  2. Send this prompt to the editor, replacing YOUR_SITE_ID:
Add this script tag to the <head> of index.html exactly as written:

<script defer data-site="YOUR_SITE_ID" src="https://piqo.app/piqo.js"></script>

Manual edit

  1. Open index.html in the file tree.
  2. Paste the snippet inside the <head>.
  3. Publish your project.
Lovable projects are Vite + React under the hood, so the snippet loads exactly like a normal HTML page — no special framework wiring needed.