Install Piqo on Bolt

Edit the HTML entry of your Bolt project (or just ask Bolt to do it).

Via prompt

Tell Bolt:

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 (or the framework entry file).
  2. Paste the snippet inside the <head>.
  3. Save and deploy.
Bolt projects are typically Vite-based, so the script tag loads just like in a normal HTML page — no extra wiring required.