Back to Integrations
Netlify Integration
Add Pulse via your framework's setup or Netlify's snippet injection feature.
Method 1: Framework guide (Recommended)
The best approach is to follow your framework's integration guide. Netlify deploys framework projects, so the script setup happens in your source code:
Method 2: Snippet injection (via Netlify UI)
Go to Site settings → Build & deploy → Post processing → Snippet injection and add the Pulse script to the <head> of your pages.
Netlify Snippet Injection → Head
<script defer data-domain="your-site.com" src="https://pulse.ciphera.net/script.js" ></script>
For more details, see the Netlify snippet injection docs.
Related Integrations: Cloudflare Pages, Vercel, GitHub Pages