/** * rData — rich landing page body. * Returned by landingPage() in the module export; * the shell wraps it with header, CSS, and analytics. */ export function renderLanding(): string { const demo = "https://demo.rspace.online/rdata"; return `
rData

Privacy-First Analytics

See how your community engages without tracking individuals. No cookies, no consent banners, no third-party data — just clean, real-time metrics from your own server. (You)rData, your signal.

View Analytics Create a Space

How It Works

1

Auto-Instrumented

Every rSpace module is automatically tracked — no code changes, no tag managers.

2

View Dashboard

Open rData to see page views, active visitors, referrers, and top content in real time.

3

Share Insights

Export stats or embed dashboard widgets in your canvas to keep the community informed.

Features

🔒

No Cookies Required

Umami uses a privacy-friendly fingerprinting method. Zero cookies, zero local storage.

GDPR Compliant

No personal data collected. No consent banner needed. Compliant out of the box.

Real-Time Dashboard

Active visitors, page views, bounce rate, and session duration update live.

🦾

Lightweight Script

Under 2 KB tracker script. No impact on page load performance.

Why Self-Hosted Analytics?

Compare rData with third-party analytics platforms.

🚫

No Third-Party Data

Your visitor metrics never leave your server. No ad networks, no data brokers, no surprises.

🚫

No Cookie Banners

Because no cookies are set, you skip the annoying consent popups entirely.

🦿

Sub-2 KB Script

Google Analytics loads 45 KB+. The Umami tracker is under 2 KB — 20x lighter.

Analytics Without the Guilt

Respect your visitors. Understand your community. Keep your data.

← Back to rSpace
`; }