Valdi
Cross-platform UI framework that delivers native performance
Valdi is a cross-platform UI framework built to deliver native runtime performance without giving up the fast iteration loop that teams want from higher-level frameworks. You write your UI once in declarative TypeScript (TSX-style components), and Valdi compiles those components directly into platform-native views for iOS, Android, and macOS, instead of relying on web views or a JavaScript bridge. Its design focuses heavily on performance characteristics that matter in real apps, like keeping scrolling smooth, minimizing view creation overhead, and limiting unnecessary re-renders so updates stay incremental and cheap. The framework also emphasizes developer velocity with tooling that shortens the edit–run cycle, including rapid hot reload and a workflow that aims to reduce the traditional compile-test-debug friction in native development.