Multi-Dimensional Calendar
rCal Demo
Temporal coordination with lunar cycles, spatial context, and multi-scale zoom
\u{1F50D} Temporal Zoom
|
\u{1F30D} Spatial Context
|
\u{1F319} Lunar Cycles
|
\u{1F4C5} Multi-Calendar
1
2
3
Day / Week / Month \u00B7
\u2190
\u2192
Navigate \u00B7
L
Lunar \u00B7
T
Today
\u{1F50D} Temporal Zoom
Navigate across 10 temporal granularities. The calendar adapts its grid at each level —
from geological eras to individual minutes.
${ZOOM_LEVELS.map(
(level) => {
const isActive = level === "Month";
return `
${level}${isActive ? " \u25C0" : ""}
`;
},
).join("\n ")}
${FEATURES.map(
(f) => `
${f.icon}
${f.title}
${f.desc}
`,
).join("")}
r* Ecosystem Integrations
${INTEGRATIONS.map(
(i) => `
${i.icon}
${i.name}
${i.desc}
`,
).join("")}
Coordinate in Time & Space
rCal layers temporal zoom, spatial context, and lunar cycles into a single calendar.
Plan events that respect natural rhythms and local conditions.
Create Your Space
`;
}