snapchat/valdi

Valdi is a cross-platform UI framework that delivers native performance without sacrificing developer velocity.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 1st, 2026
Created on November 6th, 2025
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 539
Total Stargazers: 16,377 (+0)
Total Subscribers: 80 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 25.7 hours
Mean response time: 26.7 days
90th percentile: 111.3 days
Tracked items: 59

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 18 hours, while "enhancement" waits about 8 weeks. Only 12% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 151 days
Stale 30+ days: 13
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (18)
  • bug (13)
  • documentation (4)
  • blog post topic (2)
  • question (2)
  • good first issue (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Valdi is a cross-platform UI framework that delivers native performance without sacrificing developer velocity.

Valdi addresses the tension between development speed and runtime performance in cross-platform mobile development. Rather than using web views or JavaScript bridges, it compiles declaratively written TypeScript components directly into platform-native views for iOS, Android, and macOS. The framework includes automatic view recycling through global pooling, optimized component rendering that updates independently without triggering parent re-renders, a C++ layout engine with minimal marshalling overhead, and viewport-aware rendering that inflates only visible views.

Valdi suits teams building production mobile applications where native performance matters and where the ability to write UI once across platforms accelerates development. The framework has been used extensively in Snap's production apps for eight years, though it remains in beta as the maintainers refine tooling and documentation for broader open source adoption. The project provides example applications covering minimal components, navigation patterns, state management, dynamic AI-driven UI, CLI applications, and performance benchmarks to help developers understand its capabilities.

The maintainers respond to issues and pull requests within a few days. Work in the issue tracker centers on enhancements, bug fixes, and documentation.