Drag and drop components. Export real native code for iOS, Android, Web & Desktop. No coding required.
Build production-ready apps with a visual editor, AI assistance, and native exports.
Drag and drop components onto your canvas. See changes instantly.
Describe what you want in plain English. AI builds it for you.
Export real SwiftUI, Kotlin, React code. No wrappers.
Pre-built components for buttons, forms, charts, and more.
Build complete apps with multiple screens and navigation.
See your code output in real-time as you design.
Pre-built components that generate real native code for every platform.
One design, four platforms. Real native code, not wrappers.
SwiftUI
Jetpack Compose
React/Next.js
Tauri
Your exported app works with any backend. Here's how to add authentication, database, and deploy to production.
// 1. Install Supabase client
npm install @supabase/supabase-js
// 2. Create lib/supabase.js
import { createClient } from '@supabase/supabase-js'
export const supabase = createClient(
process.env.NEXT_PUBLIC_SUPABASE_URL,
process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY
)
// 3. Add authentication to your app
const { data, error } = await supabase.auth.signInWithOAuth({
provider: 'google' // or 'github', 'apple', etc.
})
// 4. Create .env.local with your keys
NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-keyChoose from professionally designed templates. Click any template to start building instantly.
Social
Share all your links
Food
QR menu for restaurants
Business
Showcase your work
Events
Collect event responses
Health
Track workouts
E-commerce
Sell products online
Education
Educational content
Entertainment
Audio streaming UI