/** * 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 { return `
rData

(You)rData, your signal.

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.

View Dashboard Create a Space

What rData Handles

📊

Privacy-First Dashboard

Active visitors, page views, bounce rate, and session duration — all without tracking individuals.

🔒

No Cookies

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

GDPR Compliant

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

🏠

Self-Hosted Metrics

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

How It Works

1

Add a Tracking Snippet

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

2

Collect Anonymized Pageviews

A sub-2 KB script collects anonymized pageviews with no impact on page load performance.

3

Analyze in a Clean Dashboard

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

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.

Built on Open Source

The libraries and tools that power rData.

📈

Umami

Open-source, privacy-first analytics platform — the ethical alternative to Google Analytics.

🗃

PostgreSQL

Reliable relational storage for all analytics data, event logs, and aggregation queries.

Hono

Ultrafast web framework powering the API proxy layer between your modules and the analytics backend.

Your Data, Protected

How rData keeps your information safe.

🔒

End-to-End Encryption

Coming Soon

All content encrypted before it leaves your device. Not even the server can read it.

🕵

Zero-Knowledge Architecture

Coming Soon

The server processes your requests without ever seeing your data in the clear.

🏠

Self-Hosted

Run on your own infrastructure. Your server, your rules, your data.

(You)rData, your signal.

Try the demo or create a space to get started.

← Back to rSpace
`; }