https://github.com/be1ski/vibits
Habit tracker powered by Memos
https://github.com/be1ski/vibits
android compose-multiplatform desktop habit-tracker ios kotlin-multiplatform memos wasm
Last synced: 3 months ago
JSON representation
Habit tracker powered by Memos
- Host: GitHub
- URL: https://github.com/be1ski/vibits
- Owner: be1ski
- Created: 2026-01-12T07:54:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-02T16:00:01.000Z (3 months ago)
- Last Synced: 2026-03-02T16:51:33.994Z (3 months ago)
- Topics: android, compose-multiplatform, desktop, habit-tracker, ios, kotlin-multiplatform, memos, wasm
- Language: Kotlin
- Homepage: https://be1ski.github.io/vibits/
- Size: 17.1 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vibits
[](https://github.com/be1ski/vibits/actions/workflows/ci.yml)
[](https://codecov.io/gh/be1ski/vibits)
[](https://github.com/be1ski/vibits/releases/latest)
[](https://be1ski.github.io/vibits/)

Habit tracker powered by [Memos](https://github.com/usememos/memos)
- **Platforms:** Android · iOS · macOS · Windows · Web
- **Modes:** Online (Memos sync) · Offline · Demo
- **Locales:** 🇬🇧 🇪🇸 🇨🇳 🇮🇳 🇸🇦 🇧🇷 🇷🇺 🇺🇦 🇧🇾 🇰🇿 🇺🇿 🇬🇪 🇦🇿 🇰🇬 🇹🇯 🇷🇴 🇹🇲 🇯🇵 🇩🇪 🇫🇷
## macOS
```sh
brew install --cask be1ski/tap/vibits
```
## Highlights
- Kotlin Multiplatform with platform entry points for Android, iOS, desktop, and web
- Compose Multiplatform UI with TEA (Elm Architecture) state management
- Stack — Metro DI, Ktor, Room, kotlinx serialization/datetime
- Quality gates: ktlint, detekt, and Kover coverage reports
## Build & Test
- `./gradlew checkAll` — lint, detekt, compile, tests
- `./gradlew checkJvm` — JVM-only checks
- `./gradlew checkIos` — iOS checks
- `./gradlew koverXmlReport` — coverage report
- `./gradlew screenshotTests` — UI screenshot tests
- `./gradlew :app:android:assembleRelease` — Android APK
- `./gradlew :app:desktop:packageDmg` — macOS DMG
- `./gradlew :app:desktop:packageMsi` — Windows MSI
- iOS — Xcode project at `app/ios/vibits/vibits.xcodeproj`
## Repo Layout
```
core/ — TEA foundation, UI, strings, platform abstractions
feature/ — feature modules (auth, habits, memos, sync, settings, onboarding, mode)
build-logic/ — Gradle convention plugins
app/ — Platform entry points (android, desktop, ios, web)
```
## CI/CD
CI runs `checkJvm` (Linux) and `checkIos` (macOS). [Release workflow](https://github.com/be1ski/vibits/actions/workflows/release.yml) builds and publishes in parallel:
- **Android APK** → GitHub Releases + Firebase App Distribution
- **macOS DMG / Windows MSI** → GitHub Releases
- **Web** → GitHub Releases + GitHub Pages