Skip to content

Composive - The Brand Name

🎯 It's "Composive" - Not "Composite"

Composive is the official brand name of our Kotlin Multiplatform UI library.

✅ Correct: Composive

  • C-O-M-P-O-S-I-V-E
  • Pronounced: "com-POH-siv"
  • GitHub: Composive
  • Maven: composive-responsive-adaptive

❌ Incorrect: Composite

  • This is a different word entirely
  • Composite = made up of parts
  • Composive = our library name

🚀 What is Composive?

Composive is a Kotlin Multiplatform UI library that makes building responsive and adaptive user interfaces effortless across Android, iOS, Desktop, and Web platforms.

Key Features of Composive:

  • 📱 Responsive Design - Automatic screen size adaptation
  • 🎨 Adaptive Themes - Platform-aware UI components
  • 🔧 Zero Configuration - Works out of the box
  • 🌐 Cross-Platform - One codebase, all platforms

📖 Brand Story

The name "Composive" combines: - Compose - From Jetpack Compose / Compose Multiplatform - -ive - Suffix meaning "having the nature of" or "tending to"

Composive = Having the nature of composition - perfectly describing a library that composes responsive UIs.

🔍 Finding Composive

Search Terms That Work:

  • "Composive" kotlin multiplatform
  • "Composive" responsive ui
  • "Composive" github
  • Composive library kotlin
  • Composive adaptive ui

🎯 For Developers

When searching for our library, use these exact terms:

# GitHub Search
"Composive" kotlin multiplatform ui

# Maven Search  
io.github.gursimarsingh12 composive

# Google Search
"Composive" responsive adaptive kotlin

📱 Quick Start with Composive

dependencies {
    implementation("io.github.gursimarsingh12:composive-responsive-adaptive:1.0.0")
}
@Composable
fun App() {
    ComposiveTheme {
        val deviceConfig = rememberDeviceConfiguration()

        when (deviceConfig) {
            DeviceConfiguration.MOBILE_PORTRAIT -> MobileLayout()
            DeviceConfiguration.DESKTOP -> DesktopLayout()
            else -> TabletLayout()
        }
    }
}

🏷️ Brand Guidelines

✅ Correct Usage:

  • "Composive library"
  • "Using Composive for responsive UI"
  • "Composive makes cross-platform development easy"
  • "Built with Composive"

❌ Incorrect Usage:

  • "Composite library" (Wrong name)
  • "Composive framework" (It's a library)
  • "The Composive" (No article needed)

🌟 Community

Join the Composive community: - GitHub Discussions: Share ideas and get help - Issues: Report bugs and request features
- Contributions: Help improve Composive


Remember: It's Composive, not Composite! 🎯

Building responsive UIs has never been easier with Composive.