Bring! is a modern, feature-rich shopping list application built with Kotlin Multiplatform (KMP) and Compose Multiplatform (CMP). It allows users to create, manage, and share shopping lists across multiple platforms with a seamless, native-like experience.
Web version is publicly available at https://bring.procyk.in
- β Create and manage shopping lists
- β Import shopping lists data from external websites
- β Mark items as favorites for quick access
- β Real-time synchronization across devices
- β Customizable settings
- β Beautiful, responsive UI with Material Design
- Kotlin Multiplatform - Share code across platforms
- Compose Multiplatform - UI framework for all platforms
- Ktor Client - HTTP client for API communication
- KStore - Cross-platform storage solution
- Arrow - Functional programming library
- Kotlinx Serialization - JSON/CBOR serialization
- Kotlinx Coroutines - Asynchronous programming
- Kotlinx DateTime - Cross-platform date/time handling
- Kotlinx RPC - Type-safe client-server communication
- Ktor Server - Asynchronous web framework
- Exposed - SQL framework for database access
- PostgreSQL - Relational database
- GraalVM - Native compilation for improved performance
- Koin - Dependency injection
- Kotlinx RPC - Type-safe client-server communication
The client application supports:
- π± Android
- π iOS (requires macOS for building)
- π₯οΈ Desktop (Windows, macOS, Linux)
- π Web (via WebAssembly)
bring/
βββ composeApp/ # Client application code
β βββ src/
β βββ androidMain/ # Android-specific code
β βββ commonMain/ # Shared client code
β βββ iosMain/ # iOS-specific code
β βββ jvmMain/ # Desktop-specific code
β βββ wasmJsMain/ # Web-specific code
βββ server/ # Server application code
β βββ src/
β βββ main/ # Server implementation
βββ shared/ # Shared code between client and server
β βββ src/
β βββ commonMain/ # Data models, API definitions
βββ shared-client/ # Client-specific shared code
βββ src/
βββ commonMain/ # API clients, network communication
- JDK 21 or higher
- Docker and Docker Compose (for running the server)
- Android Studio or IntelliJ IDEA (for development)
- Xcode (for iOS development, macOS only)
This project is licensed under the MIT License - see the LICENSE file for details.
Maciej Procyk