# Appilix > Appilix is a no-code platform that converts existing websites into native iOS and Android mobile apps — no coding required. Appilix is a browser-based SaaS tool for web entrepreneurs, agencies, and businesses who want a mobile app from their existing site without hiring developers. Apps include native features like push notifications, biometric authentication, in-app purchases, deep linking, and an Advanced JavaScript Bridge for full runtime control over app UI and behavior, all managed through an advanced, easy-to-use dashboard. ## Product - [Features](https://appilix.com/features): Full feature list including JavaScript Bridge, biometric auth, IAP, analytics - [Pricing](https://appilix.com/pricing): One-time payment plans, free 15-day trial, no recurring fees - [FAQ](https://appilix.com/faq): Common questions about converting a website into an app - [Example Apps](https://appilix.com/examples): Live apps built with Appilix - [Changelog](https://appilix.com/changelogs): Latest platform updates ## Docs: Getting Started - [What is Appilix?](https://appilix.com/docs/what-is-appilix): Learn what Appilix is and how it converts any website into a native Android or iOS app without writing a single line of code. - [Creating Your First App](https://appilix.com/docs/creating-your-first-app): A step-by-step walkthrough for creating your first app with Appilix — from entering your website URL to downloading your built app. - [Understanding the Dashboard](https://appilix.com/docs/understanding-the-dashboard): Get familiar with the Appilix dashboard — where to find your apps, manage settings, and access all the tools you need. ## Docs: App Configuration - [App Settings](https://appilix.com/docs/app-settings): Configure your app's core settings — website URL, app name, package name, screen orientation, permissions and more. - [Style & Appearance](https://appilix.com/docs/style-customization): Customize your app's visual identity — app icon, launch icon, color scheme and overall style to match your brand. - [Splash Screen](https://appilix.com/docs/splash-screen): Set up your app's splash screen with a custom logo, background color and animation that displays while the app loads. - [App Bar](https://appilix.com/docs/app-bar): Configure the native top app bar — background color, title text, dynamic URL-based titles and per-page visibility rules. - [Secure App Switcher](https://appilix.com/docs/secure-app-switcher): Protect sensitive content when your app is backgrounded — shows a blank or branded screen in the system app switcher. ## Docs: Navigation - [Bottom Navigation Bar](https://appilix.com/docs/bottom-navigation): Add a bottom navigation bar with custom icons, labels and URLs. Control colors, height, long press behavior and per-page visibility. - [Navigation Drawer](https://appilix.com/docs/navigation-drawer): Set up a slide-in navigation drawer with a branded header, custom menu items and per-page visibility rules. - [Floating Action Button](https://appilix.com/docs/floating-action-button): Add a floating action button to your app with a custom icon, color and action URL. Control when it appears using URL rules. - [Floating Speed Dial](https://appilix.com/docs/floating-speed-dial): Configure a floating speed dial that expands into multiple action options, each with its own icon, label and URL. ## Docs: Push Notifications - [Connecting Firebase](https://appilix.com/docs/connect-firebase): Connect your app to Firebase to enable push notifications. Step-by-step guide for creating a Firebase project and adding your credentials. - [Sending Push Notifications](https://appilix.com/docs/send-push-notification): Learn how to send push notifications to all users or specific targeted users directly from the Appilix dashboard. - [Push Notification API](https://appilix.com/docs/push-notification-api): Use the Appilix Push Notification API to send automated, event-driven notifications from your own backend or website. - [FCM Token API](https://appilix.com/docs/fcm-token-api): Retrieve Firebase Cloud Messaging tokens for your app users via the Appilix FCM Token API for custom notification workflows. ## Docs: App Features - [Circle Loader](https://appilix.com/docs/circle-loader): Configure the circle loader that appears while your website loads inside the app — customize color, size and style. - [Pull to Refresh](https://appilix.com/docs/pull-to-refresh): Enable pull-to-refresh so users can reload the page by pulling down — customize the indicator color and control which pages support it. - [Error Screen](https://appilix.com/docs/error-screen): Customize the error screen shown when the app cannot load your website — set a custom message, icon and retry button. - [Exit Blocker](https://appilix.com/docs/exit-blocker): Prevent accidental app exits by showing a confirmation prompt when users press the back button to close the app. - [Deep Linking](https://appilix.com/docs/deep-link): Set up deep linking so external URLs open specific pages directly inside your app instead of a browser. - [QR Scanner](https://appilix.com/docs/qr-scanner): Enable the built-in QR code scanner in your app, triggered from your website via the JavaScript Bridge. - [File Downloader](https://appilix.com/docs/file-downloader): Configure how your app handles file downloads — set the download location and manage download permissions for your users. - [Custom CSS & JavaScript](https://appilix.com/docs/custom-css-javascript): Inject custom CSS and JavaScript into your app's webview to modify the look and behavior of your website inside the app. ## Docs: Authentication - [Biometric Authentication](https://appilix.com/docs/biometric-authentication): Add fingerprint or Face ID authentication to your app to protect specific pages or actions from unauthorized access. - [Google Sign-In](https://appilix.com/docs/google-sign-in): Enable native Google Sign-In so users can log in with their Google account seamlessly without leaving the app. ## Docs: JavaScript Bridge - [JavaScript Bridge Overview](https://appilix.com/docs/javascript-bridge-overview): Learn how the JavaScript Bridge works — how to send messages from your website to the native app and receive responses back. - [Identifying Users](https://appilix.com/docs/identify-users-js-bridge): Record a user's identity from your website after login so you can send targeted push notifications to specific users. - [Notification Permission & Token](https://appilix.com/docs/firebase-notification-js-bridge): Check or request push notification permission and retrieve the device's FCM token from your website JavaScript. - [Logging Firebase Analytics Events](https://appilix.com/docs/firebase-analytics-js-bridge): Log custom Firebase Analytics events from your website JavaScript to track purchases, sign-ups and other key user actions. - [Triggering Biometric Auth](https://appilix.com/docs/biometric-auth-js-bridge): Trigger biometric authentication programmatically from your website JavaScript before showing sensitive content or submitting forms. - [Using the QR Scanner](https://appilix.com/docs/qr-scanner-js-bridge): Open the native QR code scanner from your website JavaScript and receive the scanned result back in real time. - [Showing Interstitial Ads](https://appilix.com/docs/admob-interstitial-js-bridge): Display a full-screen AdMob interstitial ad on demand by triggering it from your website JavaScript at the right moment. - [Apple In-App Purchase](https://appilix.com/docs/apple-iap-js-bridge): Initiate Apple In-App Purchase transactions from your website JavaScript and handle the purchase result natively in the app. - [Google In-App Purchase](https://appilix.com/docs/google-iap-js-bridge): Initiate Google Play In-App Purchase transactions from your website JavaScript and handle the purchase result natively in the app. - [Logging AppsFlyer Events](https://appilix.com/docs/appsflyer-js-bridge): Log custom AppsFlyer analytics events from your website JavaScript to track purchases, registrations and other key actions. - [Logging Meta Events](https://appilix.com/docs/meta-js-bridge): Log custom Meta (Facebook) analytics events from your website JavaScript to measure campaign performance and conversions. - [Updating Bottom Navigation at Runtime](https://appilix.com/docs/bottom-nav-js-bridge): Replace bottom navigation items at runtime from your website JavaScript — show different tabs based on login state or user role. - [Updating Navigation Drawer at Runtime](https://appilix.com/docs/navigation-drawer-js-bridge): Update the navigation drawer header and menu items at runtime from your website JavaScript without rebuilding the app. - [Updating the App Bar at Runtime](https://appilix.com/docs/app-bar-js-bridge): Change the app bar's colors and title at runtime from your website JavaScript to match specific pages or user states. - [Google Sign-In JS Bridge](https://appilix.com/docs/google-sign-in-js-bridge): Trigger native Google Sign-In from your website JavaScript and receive the user's profile and auth token back — without a redirect or PKCE flow. - [Switching App Icon at Runtime](https://appilix.com/docs/dynamic-app-icon-js-bridge): Switch the app's launcher icon at runtime from your website JavaScript — choose from up to 5 uploaded icons or restore the default. - [Device Vibration](https://appilix.com/docs/vibration-js-bridge): Trigger device vibrations from your website JavaScript — set a simple duration or define a custom wait/vibrate pattern for expressive feedback. ## Docs: Monetization - [AdMob Ads](https://appilix.com/docs/admob-ads): Set up AdMob banner and interstitial ads in your app — connect your AdMob account and configure ad placement and frequency. - [Apple In-App Purchase](https://appilix.com/docs/apple-in-app-purchase): Enable Apple In-App Purchase in your iOS app — configure your product IDs and handle purchases through the JavaScript Bridge. - [Google In-App Purchase](https://appilix.com/docs/google-in-app-purchase): Enable Google Play In-App Purchase in your Android app — configure your product IDs and handle purchases through the JavaScript Bridge. ## Docs: Analytics & Tracking - [AppsFlyer](https://appilix.com/docs/appsflyer): Connect AppsFlyer to your app for mobile attribution and analytics — track installs, opens and custom events from your website. - [Meta SDK](https://appilix.com/docs/meta-sdk): Integrate the Meta (Facebook) SDK to track app events and measure the performance of your Meta ad campaigns. - [App Tracking Transparency](https://appilix.com/docs/app-tracking-transparency): Configure the iOS App Tracking Transparency prompt — customize the permission message and control when it appears to users. ## Docs: Building & Publishing - [Building Your App](https://appilix.com/docs/build-your-app): Build your Android or iOS app from the Appilix dashboard — understand the build process, download your app and test it on a real device. - [Android Signing Keystore](https://appilix.com/docs/android-signing-keystore): Generate and manage your Android signing keystore — required for publishing your app to the Google Play Store. - [iOS Code Signing](https://appilix.com/docs/ios-code-signing): Set up iOS code signing with your Apple Developer certificate and provisioning profile to build and publish your iOS app. ## Articles - [WebView vs Hybrid vs Native App: Cost, Speed, and Maintenance](https://appilix.com/articles/webview-vs-hybrid-vs-native-app): WebView, hybrid, or native app? Compare cost, performance, and maintenance. Find the right app architecture for your product. - [Turn Your HTML and CSS Code into an iOS and Android App](https://appilix.com/articles/html-css-to-mobile-app): Learn how to turn your raw HTML and CSS code into a mobile app. Guide covers hosting on GitHub Pages and launching on iOS or Android stores smoothly. - [How to Publish an Android App to the Google Play Store](https://appilix.com/articles/publish-android-app-google-play-store): Step-by-step guide to publishing your app on the Google Play Store. Learn how to configure the Play Console, set up testing tracks, and pass review. - [How to Submit an iOS App to the Apple App Store](https://appilix.com/articles/submit-ios-app-apple-app-store): Step-by-step guide to submitting your app to the Apple App Store. Learn how to configure App Store Connect, set up certificates, and pass App Review. - [How to Convert a Website Into a Mobile App Using Flutter](https://appilix.com/articles/website-to-mobile-app-flutter): Learn how to convert a website into a mobile app using Flutter. Step-by-step tutorial with clean flutter_inappwebview code blocks for Android and iOS. - [Unlocking the Power of Deep Linking in Modern Mobile Apps](https://appilix.com/articles/deep-linking): App deep linking explained: how it works on Android and iOS, and Appilix's step-by-step guide to add deep linking to your converted app. - [Speed Up Your App Actions with Floating Action Button](https://appilix.com/articles/floating-action-button): Add a high-performance floating action button to your app — built for React, Vue, Angular, and JavaScript sites, fully customizable via Appilix. - [Maximizing Revenue by Integrating Mobile Ads with AdMob in Your App](https://appilix.com/articles/integrating-mobile-ads-with-admob): How to add AdMob to your iPhone app or Android app — step-by-step guide to integrating AdMob banner and interstitial ads with Appilix. - [Integrating Push Notification in App to Increase User Engagement](https://appilix.com/articles/push-notifications-with-appilix): Set up Firebase push notifications for your Android and iOS app with Appilix — no coding required, with step-by-step setup for both platforms. - [Create a Seamless Navigation Drawer in Minutes with Appilix](https://appilix.com/articles/create-navigation-drawer-with-appilix): Build a fully customizable native navigation drawer for your Android and iOS app with Appilix — branded menus, icons, and submenus, no coding required. ## Optional - [Refund Policy](https://appilix.com/refund-policy): 7-day full refund policy, no questions asked - [Terms & Conditions](https://appilix.com/terms-conditions): Usage terms for the Appilix platform - [Privacy Policy](https://appilix.com/privacy-policy): How Appilix collects and uses data - [About Us](https://appilix.com/about-us): The team and mission behind Appilix