Really proud to share something we shipped in @wabi last week! We built split bundle architecture because we're not just building apps - we're building a platform we want to support long-term. When we improve something, ALL apps should benefit. Not just new ones 🧵 --- The problem we were facing: Every time someone opened a NEW app in Wabi, they had to download 3MB and wait for a few seconds. Not great when you have tons of apps to explore. Worse: when we wanted to fix a bug or add a feature to the core platform, we'd have to rebuild every single app individually. We want to give the smoothest, most native experience possible. --- What we built: Split bundle architecture: • Core bundle (3MB): Your Wabi platform - all shared code, components, features. Downloads once, updates automatically when we push improvements. • MiniApp bundles (10-20KB): Just the unique parts of each app. Instant download. --- What this means: ✨ Apps open in ~600ms instead of a few seconds 🚀 When we ship bug fixes or new features, ALL created apps get them automatically...