Supanator brings Supabase management to mobile on both iOS and Android. The Android version is available now on Google Play.
What you can manage on Android
The Android app covers the core Supabase workflow:
- SQL Editor for running queries with syntax highlighting and results
- Table Editor for browsing, filtering, inserting, updating, and deleting rows
- Storage for browsing buckets, previewing files, and uploading assets
- Edge Functions for invoking functions and reading logs
- Auth for viewing users, sessions, and provider settings
- Monitoring for project health, usage, logs, and Realtime activity
It also supports multiple projects and the same self-hosted Supabase connection flow used elsewhere in Supanator.
Why Android took longer
Supanator started as a pure Swift app for iPhone and iPad. Shipping Android meant choosing between rebuilding everything separately or sharing the parts that should behave identically while keeping the interface native to each platform.
Kotlin Multiplatform shares the networking, data models, and Supabase API layer. The Android interface is built with native Compose UI, so controls, navigation, and layouts behave like an Android app rather than a wrapped website.
A shared core without a shared interface
Sharing the core logic keeps connection handling and Supabase service behavior aligned across platforms. Keeping separate user interfaces lets iOS and Android follow their own platform conventions.
That structure also makes it possible to improve both apps without forcing every screen into the same layout. Features may still arrive at different times, so the current store listing remains the source of truth for platform availability.
How project data moves
Credentials are stored in Android's secure device storage. Core database, Storage, and Edge Function operations connect to the selected Supabase project. Optional services such as AI assistance and notifications use the infrastructure described in the Privacy Policy.
Download Supanator for Android
Install the app from Google Play, or review the dedicated Supabase app for Android page for device and feature details.