Skip to main content

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

Satellite Apps And Central API Ownership

Beyond the experience surfaces, Tuturuuu is organized as a fleet of satellite apps under apps/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

  1. Walk through the Platform Features to see how the GTD-aligned dashboard works.
  2. Review the AI Structured Data guide to understand how we interact with models.
  3. Explore Component docs when you need reusable UI patterns.
Looking for development workflows? Jump to the Build section. Ready to level up your skills? Explore Learn.