Install Piqo on Lovable
Ask the AI builder to inject the script — or paste it directly into index.html.
Via the AI prompt
- Open your project in Lovable.
- 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
- Open
index.htmlin the file tree. - Paste the snippet inside the
<head>. - 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.