# Bundle insights {#bundle-insights}

As you add more features to your app, your bundle keeps growing. Some of that growth is unavoidable, but plenty of it is not: duplicated assets, unused symbols, and platform-specific waste all add up. Tuist Bundle Insights supports both **Apple** and **Android** bundles, providing you with tools and insights to help your app size stay small, and it tracks the trend over time.

<.home_cards>
  <.home_card
    title="Apple"
    details="Analyze .ipa, .xcarchive, and .app bundles for iOS, macOS, watchOS, and tvOS apps."
    link="/guides/features/bundle-insights/apple"
    supported_for="apple"
/>
  <.home_card
    title="Android"
    details="Analyze .aab and .apk bundles for Android apps."
    link="/guides/features/bundle-insights/android"
    supported_for="android"
/>
</.home_cards>
