⌘K

Complete SDUI Server-Driven UI Framework

The most advanced server-driven UI framework for iOS and Android. Ship dynamic mobile app features faster without app store delays.

Server-Driven UI Updates

Update mobile app interfaces instantly with SDUI technology. Push changes without app store reviews or client-side deployments.

Cross-Platform SDUI SDK

Native SDUI SDKs for iOS, Android, and React Native with consistent server-driven UI behavior across platforms.

High-Performance SDUI

Optimized server-driven UI rendering with native performance. Built for production-scale dynamic mobile apps.

Type-Safe SDUI APIs

Fully typed server-driven UI APIs for Kotlin, Swift, and TypeScript. Catch SDUI errors before production.

SDUI Development Tools

Advanced CLI tools for server-driven UI development, testing, and deployment workflows.

Flexible SDUI Components

Modular server-driven UI component system that integrates seamlessly with existing mobile app architecture.

One SDK, all platforms connected

Connect your mobile and web apps seamlessly. Update UI and logic across all platforms from a single source.

Native SDKs for your favorite platforms

Choose your platform and get started with our native SDKs. Built for performance and developer experience.

MainActivity.kt
NativeblocksManager.initialize(
    applicationContext = this,
    edition = NativeblocksEdition.Cloud(
        endpoint = NATIVEBLOCKS_API_URL,
        apiKey = NATIVEBLOCKS_API_KEY,
        developmentMode = true
    )
)

setContent {
    NativeblocksFrame(
        frameRoute = "/",
        routeArguments = hashMapOf(),
        loading = {
            NativeblocksLoading()
        },
        error = { message ->
            NativeblocksError(message)
        },
    )
}

Ready to transform your app?

Join developers who are shipping features faster and creating better user experiences with Nativeblocks.