https://github.com/futuredapp/arkitekt
android architecture-components compose decompose jetpack jetpack-compose kmp kotlin mvvm mvvm-architecture usecases
Score: 9.578311275656766
Last synced: about 8 hours ago
JSON representation
Repository metadata:
Arkitekt is a set of architectural tools based on Android Architecture Components, which gives you a solid base to implement the concise, testable and solid application.
- Host: GitHub
- URL: https://github.com/futuredapp/arkitekt
- Owner: futuredapp
- License: mit
- Created: 2018-03-09T08:05:39.000Z (over 8 years ago)
- Default Branch: 6.x
- Last Pushed: 2026-05-06T07:48:11.000Z (about 2 months ago)
- Last Synced: 2026-05-10T17:08:22.399Z (about 1 month ago)
- Topics: android, architecture-components, compose, decompose, jetpack, jetpack-compose, kmp, kotlin, mvvm, mvvm-architecture, usecases
- Language: Kotlin
- Homepage: https://futuredapp.github.io/arkitekt/
- Size: 2.67 MB
- Stars: 123
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Owner metadata:
- Name: Futured
- Login: futuredapp
- Email: your@futured.app
- Kind: organization
- Description: We are the mobile business builders
- Website: https://futured.app
- Location: Brno, Czech Republic
- Twitter: Futuredapps
- Company:
- Icon url: https://avatars.githubusercontent.com/u/11898967?v=4
- Repositories: 34
- Last Synced at: 2023-03-01T07:15:31.415Z
- Profile URL: https://github.com/futuredapp
GitHub Events
Total
- Create event: 9
- Delete event: 9
- Fork event: 1
- Issue comment event: 1
- Pull request event: 3
- Pull request review comment event: 1
- Pull request review event: 1
- Push event: 22
- Release event: 1
- Watch event: 1
- Total: 49
Last Year
- Create event: 7
- Delete event: 8
- Pull request event: 2
- Pull request review comment event: 1
- Pull request review event: 1
- Push event: 20
- Total: 39
Committers metadata
Last synced: about 1 month ago
Total Commits: 484
Total Committers: 14
Avg Commits per committer: 34.571
Development Distribution Score (DDS): 0.676
Commits in past year: 51
Committers in past year: 3
Avg Commits per committer in past year: 17.0
Development Distribution Score (DDS) in past year: 0.549
| Name | Commits | |
|---|---|---|
| Lukas Sztefek | l****k@g****m | 157 |
| Ondrej Kalman | o****n@t****m | 102 |
| Martin Matejčík | m****k@t****m | 46 |
| matsem | m****k@g****m | 44 |
| Ondrej Kalman | o****n@f****p | 33 |
| Martin Sumera | s****n@g****m | 32 |
| rudolfhladik | h****f@g****m | 30 |
| David Kočnar | d****r@s****z | 20 |
| Lukas -skywall- Sztefek | l****k@t****m | 8 |
| Jakub Voneš | j****s@t****m | 7 |
| Martin Sumera | m****a@f****p | 2 |
| Michal Holécy | m****y@t****m | 1 |
| Martin Matejčík | x****6@s****z | 1 |
| David Kočnar | d****r@f****p | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Total issues: 31
Total pull requests: 87
Average time to close issues: 9 months
Average time to close pull requests: 3 months
Total issue authors: 6
Total pull request authors: 7
Average comments per issue: 0.45
Average comments per pull request: 0.67
Merged pull request: 75
Bot issues: 0
Bot pull requests: 0
Past year issues: 1
Past year pull requests: 13
Past year average time to close issues: about 2 months
Past year average time to close pull requests: 15 days
Past year issue authors: 1
Past year pull request authors: 3
Past year average comments per issue: 1.0
Past year average comments per pull request: 0.0
Past year merged pull request: 11
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- skywall (22)
- matejsemancik (3)
- SumeraMartin (2)
- okalman (2)
- matejcikm (1)
- tenSunFree (1)
Top Pull Request Authors
- okalman (34)
- SumeraMartin (16)
- skywall (12)
- RudolfHladik (8)
- davidkocnar (8)
- matejsemancik (8)
- matejcikm (1)
Top Issue Labels
- Type: Enhancement (10)
- Priority: Low (7)
- Priority: Medium (4)
- Type: Maintenance (4)
- Good first issue (3)
- Priority: High (2)
Top Pull Request Labels
- Type: Maintenance (1)
- Priority: Low (1)
- Status: On Hold (1)
Package metadata
- Total packages: 13
- Total downloads: unknown
- Total dependent packages: 8 (may contain duplicates)
- Total dependent repositories: 0 (may contain duplicates)
- Total versions: 64
repo1.maven.org: app.futured.arkitekt:core
Core module of Arkitekt framework
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/core/
- Licenses: MIT,MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:04:01.088Z (about 1 month ago)
- Versions: 7
- Dependent Packages: 4
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 13.421%
- Stargazers count: 18.523%
- Average: 22.535%
- Forks count: 26.217%
- Dependent repos count: 31.98%
repo1.maven.org: app.futured.arkitekt:cr-usecases
Coroutine based use cases for Arkitekt framework
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/cr-usecases/
- Licenses: MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:06:27.367Z (about 1 month ago)
- Versions: 8
- Dependent Packages: 2
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 18.523%
- Dependent packages count: 22.361%
- Average: 24.77%
- Forks count: 26.217%
- Dependent repos count: 31.98%
repo1.maven.org: app.futured.arkitekt:rx-usecases
Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/rx-usecases/
- Licenses: MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:03:55.849Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 18.523%
- Forks count: 26.217%
- Average: 27.179%
- Dependent repos count: 31.98%
- Dependent packages count: 31.998%
repo1.maven.org: app.futured.arkitekt:dagger
Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/dagger/
- Licenses: MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:04:59.296Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 18.523%
- Forks count: 26.217%
- Average: 27.179%
- Dependent repos count: 31.98%
- Dependent packages count: 31.998%
repo1.maven.org: app.futured.arkitekt:core-test
Test utilities for Arkitekt core module
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/core-test/
- Licenses: MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:05:58.300Z (about 1 month ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 18.523%
- Forks count: 26.217%
- Average: 31.395%
- Dependent repos count: 31.98%
- Dependent packages count: 48.86%
repo1.maven.org: app.futured.arkitekt:rx-usecases-test
Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/rx-usecases-test/
- Licenses: MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:05:36.216Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 18.523%
- Forks count: 26.217%
- Average: 31.395%
- Dependent repos count: 31.98%
- Dependent packages count: 48.86%
repo1.maven.org: app.futured.arkitekt:bindingadapters
Android Architecture components based framework, which gives you set of base classes to implement concise, testable and solid application.
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/bindingadapters/
- Licenses: MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:06:29.032Z (about 1 month ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 18.523%
- Forks count: 26.217%
- Average: 31.395%
- Dependent repos count: 31.98%
- Dependent packages count: 48.86%
repo1.maven.org: app.futured.arkitekt:cr-usecases-test
Test utilities for Arkitekt cr-usecases module
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/cr-usecases-test/
- Licenses: MIT
- Latest release: 5.2.2 (published over 1 year ago)
- Last Synced: 2026-05-16T20:06:27.347Z (about 1 month ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 18.523%
- Forks count: 26.217%
- Average: 31.395%
- Dependent repos count: 31.98%
- Dependent packages count: 48.86%
repo1.maven.org: app.futured.arkitekt:decompose-android
KMP Decompose integration for Arkitekt framework
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/decompose-android/
- Licenses: MIT
- Latest release: 6.0.0-beta03 (published about 2 months ago)
- Last Synced: 2026-05-16T20:03:58.838Z (about 1 month ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 29.291%
- Average: 35.583%
- Dependent packages count: 41.876%
repo1.maven.org: app.futured.arkitekt:cr-usecases-android-debug
Coroutine based use cases for Arkitekt framework
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/cr-usecases-android-debug/
- Licenses: MIT,MIT
- Latest release: 6.0.0-beta01 (published about 2 months ago)
- Last Synced: 2026-05-16T20:04:31.082Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 29.291%
- Average: 35.583%
- Dependent packages count: 41.876%
repo1.maven.org: app.futured.arkitekt:compose
Compose UI module of Arkitekt framework
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/compose/
- Licenses: MIT
- Latest release: 6.0.0-beta03 (published about 2 months ago)
- Last Synced: 2026-05-16T20:06:13.862Z (about 1 month ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 29.291%
- Average: 35.583%
- Dependent packages count: 41.876%
repo1.maven.org: app.futured.arkitekt:cr-usecases-jvm
Coroutine based use cases for Arkitekt framework
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/cr-usecases-jvm/
- Licenses: MIT
- Latest release: 6.0.0-beta03 (published about 2 months ago)
- Last Synced: 2026-05-16T20:06:15.058Z (about 1 month ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 29.291%
- Average: 35.583%
- Dependent packages count: 41.876%
repo1.maven.org: app.futured.arkitekt:decompose-annotation
Annotations for Arkitekt Decompose module
- Homepage: https://github.com/futuredapp/arkitekt
- Documentation: https://appdoc.app/artifact/app.futured.arkitekt/decompose-annotation/
- Licenses: MIT
- Latest release: 6.0.0-beta03 (published about 2 months ago)
- Last Synced: 2026-05-16T20:06:48.359Z (about 1 month ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 29.291%
- Average: 35.583%
- Dependent packages count: 41.876%
Dependencies
- com.github.ben-manes:gradle-versions-plugin 0.33.0 implementation
- danger-checkstyle_format >= 0
- danger-commit_lint >= 0
- actions/checkout v1 composite
- actions/setup-java v2 composite
- actions/checkout v1 composite
- actions/setup-java v2 composite
- homoluctus/slatify master composite
- MeilCli/danger-action v2 composite
- actions/checkout v1 composite
- actions/setup-java v2 composite
- ruby/setup-ruby v1 composite