/** * rBooks — 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/rbooks"; return `
rBooks

Your Community's Library

Upload, share, and read PDFs together. A beautiful flipbook reader, searchable catalog, and community contributions — all self-hosted.

Start Your Library Create a Space

How It Works

1

Upload PDFs

Drag-and-drop any PDF. Add title, author, tags, and a license — it is processed instantly.

2

Browse the Library

Search by title, author, or tag. Featured books rise to the top.

3

Read with Flipbook

Open any book in the interactive flipbook reader. Turn pages, zoom in, and bookmark your place.

Features

📖

Flipbook Reader

Realistic page-turn animations, zoom, and full-screen mode for a natural reading experience.

PDF Processing

Automatic page counting, metadata extraction, and optimized delivery to the reader.

📚

Space Libraries

Each community space gets its own curated collection with search and tagging.

👥

Community Contributions

Members upload and share. View counts and download stats track engagement.

Works With the Ecosystem

rBooks connects to other rSpace modules to extend your library.

📜

rPubs

Write and publish your own books with the collaborative editor, then list them in rBooks.

🛒

rCart

Sell premium PDFs through your community storefront with integrated checkout.

Ready to Build Your Library?

Upload your first PDF and let your community start reading.

← Back to rSpace
`; }