Skip to main content

Navigo — Platform Documentation

Single source of truth for the Navigo platform. Every architectural decision lives here. This folder is the primary reference for Claude sessions and both founders.

What we are building

A multi-tenant AI platform for SMEs. One shared infrastructure, every client completely isolated. Tools plug in via a standard contract. Workflows assemble tools into client-specific processes. Everything any tool produces gets saved to the tenant's knowledge base and becomes queryable by AI over time.

Platform is global by design — Switzerland is the proof of concept market, not the limit.

Two design principles everything follows:

  1. Standard tool contractexecute(tenant_id, input, config) → ToolResult — deploy to any client with one database row
  2. Tenant isolation — RLS enforced at database engine level, data never crosses tenant boundaries

How to start a Claude session

Paste at the start of any new Claude conversation:

"I am building the Navigo platform — a multi-tenant AI platform for SMEs. Read the docs at docs/README.md and then let's work on [specific thing]."


Documentation index

Top-level (always-relevant)

  • vision.md — north star: what we're building, for whom, and the non-negotiable design principles (read first)
  • decision-log.md — every significant architectural/product decision, dated

Architecture (platform overview)

  • architecture/ — platform overview, Mermaid diagrams, plain-language infrastructure explanation

Technical design (tech-dev/)

Clients

Strategy (product + market)

  • strategy/ — feature roadmap, iOS app, Teams bot, platform gaps (pre-scale checklist)

Team (how we work)

  • team/ — team workflow, weekly notes

  • Navigo_Status_Update_2026-04-08.pptx — presentation deck
  • navigo_status_update_2026-04-08.py — deck generation script