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

(You)rNetwork, your web of trust.

See the web of trust

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

Explore Network Create a Space

What rNetwork Handles

🔗

Relationship Mapping

Connect people, companies, and opportunities into a unified graph. See who knows whom at a glance.

🛰

Force-Directed Graph Visualization

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

🔄

CRM Integration

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

🧸

Web of Trust

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

How It Works

1

Connect Your Contacts

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

2

Map Relationships Visually

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

3

Discover Hidden Connections

Click, drag, and zoom to find unexpected links. Filter by entity type, search by name, and trace paths of trust.

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.

Built on Open Source

The libraries and tools that power rNetwork.

🔄

Twenty CRM

Open-source CRM with a GraphQL API. People, companies, and opportunities as first-class entities.

📊

D3.js

Force-directed graph visualization library. Physics-based layout with interactive drag, zoom, and pan.

🔥

Hono

Ultrafast web framework for the API layer. Lightweight, type-safe, and runs on any JavaScript runtime.

Your Data, Protected

How rNetwork 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)rNetwork, your web of trust.

Try the demo or create a space to get started.

← Back to rSpace
`; }