Tuturuuu Platform Overview
The Tuturuuu platform combines proactive AI, unified applications, and automation tooling to help every visionary move from ambition to execution. Use this section to understand how each layer works and where to dive deeper.Tuturuuu is mid-migration. The Next.js
apps/web platform (port 7803) is being
replaced by apps/tanstack-web (TanStack Start) plus a dedicated Rust
apps/backend API. Most docs still describe the live apps/web shape, which
remains valid today. See the
TanStack Start and Rust migration
for the runtime contract and what moves where.Explore the Platform
- Applications – Tuturuuu ships as a catalog of standalone web apps that each run on their own host while routing
/api/*back to the centralapps/webplatform. Browse the Applications catalog covering Calendar, Finance, Drive, Chat, CMS, Inventory, Storefront, and the Apps gateway. - Experience Apps – See how Tuturuuu Calendar, Tuturuuu Tasks, Tuturuuu Meet, and the Command Center Dashboard deliver daily flow. Start with the Command Center Dashboard.
- AI & Automation – Learn how Mira (our Jarvis), Aurora, Nova, and Rewise power intelligent workflows in the AI Overview.
- Shared Components – Reuse building blocks from the Component Library.
- Personalization – Tailor the workspace using Themes and Language settings.
Satellite Apps And Central API Ownership
Beyond the experience surfaces, Tuturuuu is organized as a fleet of satellite apps underapps/ — calendar, finance, drive, chat,
cms, inventory, storefront, and more. Each runs as its own standalone host
on its own canonical domain, but none owns its own backend: a fallback rewrite
forwards every unmatched /api/* request to the central apps/web platform, so
the main app remains the single source of truth for API routes, auth, and data
access while each satellite owns only its UI and route shell.
The Apps gateway (apps.tuturuuu.com) sits in
front of the routable apps as a launcher and redirect layer — it surfaces app
cards and redirects to each app’s canonical domain rather than reverse-proxying
them.
How It All Fits Together
The AI- and automation-layer model above (Mira/Aurora/Nova/Rewise) is the
conceptual organizing picture. In the running platform these flow through the
central
apps/web API alongside the satellite apps; the migration to
apps/tanstack-web plus the Rust apps/backend is reshaping where this API
boundary lives.Next Steps
- Walk through the Platform Features to see how the GTD-aligned dashboard works.
- Review the AI Structured Data guide to understand how we interact with models.
- Explore Component docs when you need reusable UI patterns.