Setup hub
Every guide includes script placement examples, verification steps, privacy rationale, and direct links to the Beam demo and signup flow.
Implementation guides for teams that control source code and deploy pipelines.
Next.js
App Router and Pages Router setup with one script and no cookie banner work.
Read setup guide ->
React
Script tag in public/index.html plus an optional useBeam hook for SPA route tracking.
Read setup guide ->
Vue.js
Script tag in index.html plus an onMounted hook and Vue Router afterEach guard for SPA route tracking.
Read setup guide ->
Nuxt
Nuxt 3 client plugin with useRouter afterEach for SPA navigation tracking — no consent banner required.
Read setup guide ->
Svelte
onMount hook for script injection and page-level tracking with no SSR interference.
Read setup guide ->
SvelteKit
+layout.svelte with afterNavigate for full SPA route tracking across server and client renders.
Read setup guide ->
WordPress
Install the official Beam plugin from wp-admin or use code-based snippets as fallback.
Read setup guide ->
Astro
Zero-build-overhead script placement for static, SSR, and hybrid Astro sites.
Read setup guide ->
Gatsby
Script tag in gatsby-browser.js plus an onRouteUpdate hook for full SPA route tracking.
Read setup guide ->
Hugo
Theme partial and base layout install for static content sites with zero client bundle overhead.
Read setup guide ->
Remix
Add Beam in app/root.tsx with client-navigation coverage and no server-side changes.
Read setup guide ->
Setup guides for teams shipping through visual builders without engineering support.
Webflow
Project Settings head-code install for CMS, ecommerce, and marketing pages.
Read setup guide ->
Shopify
Theme-code install path for product and collection pages with a fast verification checklist.
Read setup guide ->
Ghost
Ghost Code Injection setup for posts and newsletter landing pages with quick verification.
Read setup guide ->
Framer
Install in Framer Site Settings custom code and verify route-level page tracking.
Read setup guide ->
Carrd
Simple head-snippet setup for Carrd landing pages and link-in-bio sites.
Read setup guide ->
Guides tailored to specific business models and compliance requirements.
E-Commerce
Privacy-first analytics for Shopify, WooCommerce, and any online store. Track traffic and conversions without a cookie consent popup.
Read setup guide ->
SaaS
Track landing page, pricing page, and docs traffic without cookies or conflicting with your in-app product analytics.
Read setup guide ->
WordPress distribution
Use the dedicated plugin surface for install positioning, packaging assets, and a clear hosted-account vs plugin-installer workflow.
Start with the generic install walkthrough and then adapt the script placement to your stack.