Rooms
Every part of your life gets its own Room. Each Room is a custom app — built by you or installed from the marketplace.
What is a Room?
A Room is a personalized workspace for a specific area of your life. Think of it as a custom app that lives inside Mylo. A freelancer might have a Clients Room with a CRM, an Invoicing Room for billing, and a Health Room for fitness tracking. Each Room has its own UI, data schema, and AI behavior.
Build or install
There are two ways to get a Room:
- —Build it yourself — Describe what you want in natural language. Mylo generates a React-based Room using AI-assisted vibe coding. You can customize every detail.
- —Install a Bundle — Browse the marketplace for pre-built Rooms created by domain experts. A Freelancer Bundle includes client management, invoicing, and project tracking — ready in seconds.
Connected, not siloed
Rooms share a common data layer called the World Model. A contact in your Business Room is the same contact in your Personal Room. Mylo understands relationships across all your data — a project deadline in one Room can trigger a reminder in another.
Use mode and edit mode
Every Room has two modes. Use mode is your daily interface — interact with your data, let the AI help. Edit mode lets you modify the Room's layout, components, and logic using vibe coding. Switch between them with a keyboard shortcut.
Examples
Business CRM
Track clients, deals, follow-ups. AI drafts emails and suggests next actions.
Health tracker
Log workouts, nutrition, sleep. AI spots patterns and suggests adjustments.
Finance dashboard
Budget, expenses, investments. AI alerts on anomalies and forecasts cash flow.
Content pipeline
Plan, draft, schedule, publish. AI helps ideate and repurpose across platforms.
Technical details
Rooms are React components bundled and rendered inside Mylo's secure sandbox. Each Room can access a component library (tables, charts, forms, kanban boards) and the Mylo AI SDK for one-line AI calls. Rooms run in an isolated context with controlled access to your data.