diff --git a/topics/multiplatform-samples.md b/topics/multiplatform-samples.md
index f1bc700d..0f6cd12e 100644
--- a/topics/multiplatform-samples.md
+++ b/topics/multiplatform-samples.md
@@ -27,6 +27,40 @@ To explore the ecosystem as a whole, check out the [kotlin-multiplatform](https:
Noteworthy libraries |
User interface |
+
+ |
+ Official KotlinConf application
+ |
+ A companion application for KotlinConf.
+ The client application for Android, iOS, desktop, and web is built with shared UI using Compose Multiplatform.
+ The backend application is powered by the Ktor server-side framework
+ and the Exposed database library.
+ |
+
+
+ UI
+ Model
+ Networking
+ Data storage
+
+ |
+
+
+ kotlinx-serialization
+ kotlinx-datetime
+ kotlinx-coroutines
+ ktor-client
+ ktor-server
+ multiplatform-settings
+
+ |
+
+
+ Jetpack Compose on Android
+ Compose Multiplatform on iOS, desktop, and web
+
+ |
+
|
Image Viewer
|