How It Works
Flinku connects your dashboard project, HTTPS short links on your Flinku subdomain (or a custom domain), and native SDKs so clicks become in-app destinations with attribution.
1. Project and subdomain
Each app is a project with a unique subdomain, e.g. yourapp.flku.dev. All short links for that project live under that host. You configure iOS Bundle ID, Android package, store URLs, and optional custom domain in project settings.
2. Link resolution
When someone opens https://yourapp.flku.dev/slug, Flinku evaluates scheduling, passwords, geo rules, smart fallback chain, and platform. Mobile users without the app are sent to the correct store listing; desktop users can hit a separate URL; deferred installs still resolve via match().
3. SDK match
After install or cold start from a link, the SDK calls match() (or platform equivalent) with your baseUrl. Flinku returns the deep link URI, slug, params, campaign metadata, and optional influencer id so your app can route to the right screen.
4. Dashboard and API
Create and manage links in the dashboard or via REST with a Firebase ID token or API key. Analytics, campaigns, tags, and bulk CSV import keep operations scalable for teams on paid plans.