Install Piqo on Replit

Edit the HTML entry of your Repl and you're done.

  1. Open your Repl in the editor.
  2. Find your HTML entry — usually index.html, or the framework-specific equivalent.
  3. Paste the snippet inside the <head>.
  4. 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.