# PostHog post-wizard report The wizard has completed a deep integration of PostHog analytics into the Rubis landing page (`apps/landing`, Astro 6 SSR). ## What was done - **`src/components/posthog.astro`** — PostHog client-side snippet component, initialised from env vars, injected into all pages via the shared layout. - **`src/lib/posthog-server.ts`** — Server-side PostHog singleton (posthog-node), ready for use in any future API routes. - **`src/layouts/Layout.astro`** — Added `` component to `` so all pages (home, blog, legal, changelog) are covered. - **`src/pages/index.astro`** — `