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
- Open
index.html(or the framework entry file). - Paste the snippet inside the
<head>. - 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.