/** * rEvents landing page — event aggregation & discovery. */ export function renderLanding(): string { return `
Event Aggregator

All your events. One place.

Aggregate events from Luma, Meetup, iCal feeds, and more into a unified stream for your community.

rEvents is the event ingestion layer for the rStack. Connect external event platforms, parse unstructured text into structured events, and keep your community's calendar in sync — automatically.

Try the Demo Learn More
🔗

Aggregate

Pull events from Luma, Meetup, iCal feeds, and RSS into one unified stream. Sync on demand or on a schedule.

Parse

Paste unstructured text — emails, messages, flyers — and extract structured event data with dates, locations, and more.

📅

Connect

Push events to rCal, surface them in rInbox, coordinate across the entire rStack ecosystem seamlessly.

Supported Sources

🎄

Luma

lu.ma calendar events

🏅

Meetup

Meetup.com groups

📅

iCal / ICS

Any .ics feed URL

Manual / Text

Paste & parse anything

`; }