Skip to main content
A Swift SDK for creating dynamic, remotely configurable onboarding experiences in your iOS app. Muta allows you to create, update, and A/B test your onboarding flows without deploying app updates or writing a single line of code.

Features

  • 🎨 No-code editor - Design and update flows with a drag-and-drop interface
  • 🚀 Remote updates - Modify onboarding flows instantly without app releases
  • Rich components - Buttons, text, images, shapes, and icons
  • 🔄 Smooth transitions - Fade and slide animations
  • 🔧 Code Screens - Inject native SwiftUI components into remotely configured flows
  • 📊 Analytics integration - Track user behavior with any analytics provider
  • 📝 User input collection - Gather text and multiple choice responses
  • 💪 Full Swift support
  • 🪶 Extremely lightweight

Installation

Swift Package Manager

Add the following dependency to your Package.swift:
Or in Xcode:
  1. File > Add Package Dependencies
  2. Enter package URL: https://github.com/muta-labs/MutaSDK-iOS
  3. Click “Add Package”

Quick Start

  1. Initialize the SDK:
  1. Display a placement:

Next Steps