Building Gantto with shared packages

·Gantto Team
engineeringarchitecture

Gantto is built in the same monorepo as other Mindox products and reuses shared packages aggressively.

Shared pieces we reuse

  • @mindox/ui-web for UI primitives and app shell components
  • @mindox/pepomo-sdk for auth, profile, and organization management
  • @mindox/billing/web for billing UI and plan pages
  • @mindox/marketing-web and @mindox/content-web for marketing pages and MDX content

Why this matters

Reusing shared packages keeps product code small and focused. Gantto can spend more effort on timeline UX, dependency routing, and planning workflows instead of rebuilding common infrastructure.

This approach makes new product features faster to ship while keeping UX patterns consistent across apps.