A tour of Latte
Latte keeps everything one click or tap away. Here's the lay of the land so you know where each thing lives — the layout differs a little between web and mobile, but the pieces are the same.
- 🖥 Web
- 📱 Mobile
The main navigation gets you everywhere:
Screenshot coming soon
The web Home dashboard with the main navigation (Home, Chat, Work, Resources, Profile) visible
Capture spec (for maintainers)
{
"id": "web.getting-started.a-tour-of-latte.home",
"platform": "web",
"route": "/",
"actions": []
}- Home — your dashboard: what's coming up, your courses, and what needs doing.
- Chat — your group and private conversations, plus Discussion questions.
- Work — your calendar, events, and tasks.
- Resources — shared notes, shared events, and your courses with their dashboards.
- Profile — your name, avatar, friends, and settings.
The bottom tab bar is home base:
Screenshot coming soon
The mobile Today tab with the bottom tab bar (Today, Chat, Work, Resources, Profile) and the Quick Capture + button
Capture spec (for maintainers)
{
"id": "mobile.getting-started.a-tour-of-latte.today",
"platform": "mobile",
"route": "/today",
"actions": [
{
"tapOn": {
"id": "tab-today"
}
}
]
}- Today — your "what do I need to do now?" screen, and the tab Latte opens to.
- Chat — group and private conversations.
- Work — your calendar and tasks.
- Resources — shared notes, events, and course panels.
- Profile — your name, avatar, friends, and settings.
The + button floating above the tabs is Quick Capture — jot a note, task, or link from anywhere.
tip
On web, the Home dashboard is your starting point; on mobile, that role is played by the Today tab.