/** * rNetwork — 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/rnetwork"; return `
rNetwork

See the web of trust

Map the relationships that matter. (You)rNetwork makes the invisible connections visible — people, companies, and opportunities rendered as a living, interactive graph.

Explore Your Network Create a Space

How It Works

1

Connect CRM Data

Link your Twenty CRM instance via GraphQL. People, companies, and opportunities sync automatically.

2

Visualize the Graph

Entities become nodes and relationships become edges in a force-directed layout you can explore in real time.

3

Explore Relationships

Click, drag, and zoom to discover hidden connections. Filter by entity type, search by name, and trace paths of trust.

Features

🛰

Force-Directed Layout

Interactive graph with physics simulation. Nodes attract and repel naturally, revealing organic clusters.

🔄

CRM Sync

Twenty CRM integration via GraphQL. People, companies, and opportunities stay up to date automatically.

🧸

Entity Types

People, companies, and opportunities rendered as distinct nodes. Visual encoding makes each type instantly recognizable.

🔗

Trust Feeds

Relationship data flows to other rSpace modules. The trust graph powers governance, funding, and collaboration views.

Use Cases

🌐

Community Mapping

See who knows whom across your ecosystem. Identify bridges, hubs, and isolated clusters at a glance.

📈

Stakeholder Analysis

Trace influence paths between people and organizations. Understand power dynamics before critical decisions.

🎯

Opportunity Tracking

Visualize pipeline deals alongside the people and companies involved. Spot warm introductions and shared connections.

Your Community, Connected

Stop guessing who knows whom. Start seeing the relationships that shape your community.

← Back to rSpace
`; }