#237 · Primary category: Education & Research
PeopleInSpace
Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend.
Project last updated:08/28/26
GitHub Stars
3.4K
Forks
312
Contributors
39
License
Apache-2.0
Why we included this project
PeopleInSpace is a case study for anyone wondering whether Kotlin Multiplatform can genuinely carry more than one or two platforms. The repo keeps the domain logic, SQLDelight storage, Koin wiring, and view models in a single shared module, then builds separate clients for Android, iOS, desktop, web, and Wear OS from that same code, with SwiftUI on iOS and the Compose toolkit everywhere else. It is also a real app rather than a toy demo: names and bios of the people currently in space, plus live ISS position, come from public APIs through the project's own small Ktor backend, so the shared code does actual work. The MCP server module is a useful extra in the same spirit, a compact example of exposing that shared Kotlin code to AI tooling over the Model Context Protocol. Treat the whole repo as a reference for how a serious multiplatform app can be laid out, not as something to copy unchanged.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI