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-webfor UI primitives and app shell components@mindox/pepomo-sdkfor auth, profile, and organization management@mindox/billing/webfor billing UI and plan pages@mindox/marketing-weband@mindox/content-webfor 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.