{"id":38545135,"url":"https://github.com/be1ski/vibits","last_synced_at":"2026-03-06T20:04:35.927Z","repository":{"id":332805589,"uuid":"1132611292","full_name":"be1ski/vibits","owner":"be1ski","description":"Habit tracker powered by Memos","archived":false,"fork":false,"pushed_at":"2026-03-02T16:00:01.000Z","size":17932,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-02T16:51:33.994Z","etag":null,"topics":["android","compose-multiplatform","desktop","habit-tracker","ios","kotlin-multiplatform","memos","wasm"],"latest_commit_sha":null,"homepage":"https://be1ski.github.io/vibits/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/be1ski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-12T07:54:09.000Z","updated_at":"2026-03-02T15:58:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/be1ski/vibits","commit_stats":null,"previous_names":["be1ski/vibits"],"tags_count":104,"template":false,"template_full_name":null,"purl":"pkg:github/be1ski/vibits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/be1ski%2Fvibits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/be1ski%2Fvibits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/be1ski%2Fvibits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/be1ski%2Fvibits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/be1ski","download_url":"https://codeload.github.com/be1ski/vibits/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/be1ski%2Fvibits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30195572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","compose-multiplatform","desktop","habit-tracker","ios","kotlin-multiplatform","memos","wasm"],"created_at":"2026-01-17T07:18:04.877Z","updated_at":"2026-03-06T20:04:35.906Z","avatar_url":"https://github.com/be1ski.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vibits\n\n[![CI](https://github.com/be1ski/vibits/actions/workflows/ci.yml/badge.svg)](https://github.com/be1ski/vibits/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/be1ski/vibits/graph/badge.svg)](https://codecov.io/gh/be1ski/vibits)\n[![Release](https://img.shields.io/github/v/release/be1ski/vibits)](https://github.com/be1ski/vibits/releases/latest)\n[![Live Demo](https://img.shields.io/badge/demo-live-brightgreen)](https://be1ski.github.io/vibits/)\n\n![Vibits](.github/hero.webp)\n\nHabit tracker powered by [Memos](https://github.com/usememos/memos)\n\n- **Platforms:** Android · iOS · macOS · Windows · Web\n- **Modes:** Online (Memos sync) · Offline · Demo\n- **Locales:** 🇬🇧 🇪🇸 🇨🇳 🇮🇳 🇸🇦 🇧🇷 🇷🇺 🇺🇦 🇧🇾 🇰🇿 🇺🇿 🇬🇪 🇦🇿 🇰🇬 🇹🇯 🇷🇴 🇹🇲 🇯🇵 🇩🇪 🇫🇷\n\n## macOS\n\n```sh\nbrew install --cask be1ski/tap/vibits\n```\n\n## Highlights\n- Kotlin Multiplatform with platform entry points for Android, iOS, desktop, and web\n- Compose Multiplatform UI with TEA (Elm Architecture) state management\n- Stack — Metro DI, Ktor, Room, kotlinx serialization/datetime\n- Quality gates: ktlint, detekt, and Kover coverage reports\n\n## Build \u0026 Test\n- `./gradlew checkAll` — lint, detekt, compile, tests\n- `./gradlew checkJvm` — JVM-only checks\n- `./gradlew checkIos` — iOS checks\n- `./gradlew koverXmlReport` — coverage report\n- `./gradlew screenshotTests` — UI screenshot tests\n- `./gradlew :app:android:assembleRelease` — Android APK\n- `./gradlew :app:desktop:packageDmg` — macOS DMG\n- `./gradlew :app:desktop:packageMsi` — Windows MSI\n- iOS — Xcode project at `app/ios/vibits/vibits.xcodeproj`\n\n## Repo Layout\n```\ncore/         — TEA foundation, UI, strings, platform abstractions\nfeature/      — feature modules (auth, habits, memos, sync, settings, onboarding, mode)\nbuild-logic/  — Gradle convention plugins\napp/          — Platform entry points (android, desktop, ios, web)\n```\n\n## CI/CD\nCI runs `checkJvm` (Linux) and `checkIos` (macOS). [Release workflow](https://github.com/be1ski/vibits/actions/workflows/release.yml) builds and publishes in parallel:\n- **Android APK** → GitHub Releases + Firebase App Distribution\n- **macOS DMG / Windows MSI** → GitHub Releases\n- **Web** → GitHub Releases + GitHub Pages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbe1ski%2Fvibits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbe1ski%2Fvibits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbe1ski%2Fvibits/lists"}