/** * rTrips landing page — group travel planning. */ export function renderLanding(): string { return `
rTrips

(You)rTrips, your horizon.

Plan Your Trip, Naturally

Describe your dream trip in plain language. We'll structure it into itineraries, budgets, and bookings — then give you a collaborative canvas to plan together in real-time.

Plan a Trip Create a Space

What rTrips Handles

🗺

Route Planning

Visualize your entire trip on rMaps. See routes between destinations and nearby points of interest.

📅

Itinerary Building

Build day-by-day plans together. Add destinations, suggest activities, and rearrange the schedule.

💰

Expense Splitting

Split costs and track expenses across the group. Everyone knows exactly where the money goes.

👥

Group Coordination

Real-time collaborative canvas for travel partners. Plan visually, brainstorm together, stay in sync.

How It Works

1

Create a trip

Describe your trip in natural language. “Fly from Toronto to Bali for 2 weeks in March, budget $3000.” We parse it into structured data you can refine.

2

Plan your route

AI extracts destinations, dates, budgets, and bookings into organized views. Edit itineraries, track expenses, manage packing lists.

3

Split expenses

Track costs across the group with automatic splitting. Pay your share, see the running total, and keep finances transparent.

Built on Open Source

The libraries and tools that power rTrips.

🚗

OSRM

Open-source routing engine for route planning, travel time estimates, and turn-by-turn navigation.

🗃

PostgreSQL

Rock-solid relational database for trips, itineraries, expenses, and booking data.

🔥

Hono

Ultrafast web framework for the API layer. Lightweight, edge-ready, and built for speed.

Your Data, Protected

How rTrips 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)rTrips, your horizon.

Try the demo or create a space to get started.

← Back to rSpace
`; }