Install Piqo on Replit
Edit the HTML entry of your Repl and you're done.
- Open your Repl in the editor.
- Find your HTML entry — usually
index.html, or the framework-specific equivalent. - Paste the snippet inside the
<head>. - Run your Repl and confirm the request in DevTools.
<!-- index.html -->
<script defer data-site="YOUR_SITE_ID" src="https://piqo.app/piqo.js"></script>Using AI Agent or Replit Deploy? Ask the agent to add the script tag to your project's HTML head. It'll find the right file for whatever framework you're running.