★ coming soon
Beautiful components and pre-built screens for Jetpack Compose and SwiftUI. Like shadcn/ui, but for native mobile development.
Android Jetpack Compose
IOS SwiftUI
Complete screens ready to drop into your app. Not just components.
Onboarding
Sign Up
Login
OTP Verify
Profile
Settings
+20 more
We're building the missing piece of the native mobile development ecosystem.
Built directly on Jetpack Compose and SwiftUI. No webviews, no bridges, just pure native performance.
Stop wrestling with dependencies. Just copy the code you need and paste it into your project.
Meticulously designed components that look and feel great on both iOS and Android platforms.
Fully accessible components out of the box. Screen reader support, dynamic type, and more.
Axis Kit provides idiomatic code for both Jetpack Compose and SwiftUI. We don't try to force one paradigm onto another. You get clean, native code that fits perfectly into your codebase.
1@Composable
2fun App() {
3 AxisTheme {
4 Onboarding(
5 screens = listOf(
6 OnboardingScreen(
7 title = "Welcome to Axis",
8 description = "The fastest way to build native apps.",
9 image = R.drawable.welcome
10 ),
11 PaywallScreen(
12 title = "Unlock Pro",
13 features = listOf("Unlimited Access", "Cloud Sync"),
14 price = "$9.99/mo",
15 onPurchase = { viewModel.purchase() }
16 )
17 ),
18 config = OnboardingConfig(
19 animation = AnimationType.Slide,
20 showPageIndicator = true
21 ),
22 onFinish = { navigateToHome() }
23 )
24 }
25}Join thousands of developers who are waiting to upgrade their mobile development workflow. Get early access and exclusive updates.
No spam, ever. Unsubscribe at any time.