'use client' import React from 'react' export default function InstallationPage() { return (
{/* * --- 1. ATMOSPHERE (Background) --- */}
{/* * Bottom-right Neutral Glow */}
{/* * Grid Pattern with Radial Mask */}

Installation

Get up and running with Pulse in seconds.

Add the snippet

Just add this snippet to your <head> tag in your layout or index file.

layout.tsx / index.html
<script{' '} defer{' '} data-domain = "your-site.com"{' '} src = "https://pulse.ciphera.net/script.js" ></script>

Custom events (goals)

Track custom events (e.g. signup, purchase) with pulse.track('event_name'). Use letters, numbers, and underscores only. Define goals in your site Settings → Goals & Events to see counts in the dashboard.

e.g. button click handler
pulse . track ( 'signup_click' );
) }