You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loom is an async video messaging platform that lets users record screen, camera, or both, and instantly share a link. The IA is deliberately simple — the core loop is Record → Share → Watch → React. The library organizes recordings into folders, while viewer analytics (who watched, watch %, CTA clicks) turn passive video into a measurable communication tool. Loom AI adds automatic summaries, chapters, and action items to every recording, transforming video into structured knowledge.
Site Map
loom.com
├── My Library
│ ├── My Videos
│ ├── Shared with Me
│ ├── Starred
│ ├── Archive
│ └── Trash
├── Workspace Library
│ ├── Folders
│ │ └── [Folder] → Videos
│ ├── All Videos
│ └── Tags
├── Video Player Page
│ ├── Video Player
│ ├── AI Summary
│ ├── Transcript (auto-generated)
│ ├── Chapters (auto or manual)
│ ├── Comments (timestamped)
│ ├── Emoji Reactions
│ ├── CTA Button
│ ├── Tasks / Action Items
│ └── Viewer Insights
├── Recorder
│ ├── Screen + Camera
│ ├── Screen Only
│ ├── Camera Only
│ ├── Recording Controls (pause, restart, drawing tools)
│ ├── Annotation Tools (arrows, shapes, text)
│ └── Blur / Redact (privacy)
├── Loom AI
│ ├── Auto-generated Summary
│ ├── Auto Chapters
│ ├── Action Items Extraction
│ ├── Title Suggestions
│ └── Filler Word Removal
├── Settings
│ ├── Account
│ ├── Workspace
│ ├── Recording Defaults
│ ├── Notifications
│ ├── Integrations
│ ├── Custom Branding
│ └── Security (SSO, password policies)
└── Marketing Site
├── Use Cases (Sales, Engineering, Product, Support, HR)
├── Enterprise
├── Pricing
├── Resources (Blog, Guides, Webinars)
└── Customers
Navigation Model
Left sidebar: My Library, Workspace Library, Folders tree, Shared with Me, Starred, Archive
Top bar: Search, Record button (primary CTA), Notifications, Account menu, Workspace switcher
Video page: Player with transcript sidebar, AI summary above comments, viewer insights in analytics tab
Recorder: Desktop app or Chrome extension; floating recording controls overlay with annotation tools
Mobile: View-only with comment and reaction; recording via dedicated mobile app
Keyboard shortcuts: R to record, L to open library, / to search
Content Model
Entity
Key Attributes
Relationships
Workspace
name, members, plan, branding, SSO config
→ Folders, Videos, Members
Folder
name, privacy (workspace/private), color
→ Videos, Sub-folders, Workspace
Video (Loom)
title, thumbnail, duration, recording type, created date, views count, password
→ Transcript, Comments, Viewer Analytics, CTA, AI Summary
Transcript
auto-generated text, editable, timestamps, language
→ Video
Chapter
title, start time, auto-generated flag
→ Video
Comment
text, timestamp, author, emoji reactions, resolved flag