Skip to content

SwiftUI and the Composable Architecture enable the creation of reusable components, accelerating app release timelines.

License

Notifications You must be signed in to change notification settings

0x1-company/ios-monorepo

Repository files navigation

iOS Apps

About

SwiftUI and the Composable Architecture enable the creation of reusable components, accelerating app release timelines.

App source code, excluding the core concept, can be shared across multiple apps. This reusable code is distributed as an Dependencies Package, which is then integrated into various apps through swift-dependencies.

We also standardize and reuse the specifications and designs of key features across our app development process. This applies to both iOS and backend systems.

Features such as:

  • Forced Updates
  • Maintenance
  • Management Reporting
  • Notification Banners
  • Navigation
  • Authentication

By standardizing and reusing these feature specifications and designs, our developers can concentrate their efforts on the unique core concepts of each app.

We respect Nikita Bier, who has won US AppStore #1 with Gas(acq by discord) and tbh(acq by facebook).

image

https://twitter.com/nikitabier/status/1661733445163417601

Architecture

graph TD;
Dependencies --> MatchCore
Utility --> MatchCore

MatchCore --> BeMatch
MatchCore --> Trinket
MatchCore --> TapMatch

Apps

BeMatch. | Make new BeReal friends

BeMatch is an app that lets you exchange BeReal with people worldwide.
You can swipe to send a Like to friends you want to connect with on BeReal.
When you both Like each other and match, you can send messages to each other within the app.

Trinket | Make new Locket friends

Trinket is an app that lets you exchange Locket with people worldwide.
You can swipe to send a Like to friends you want to connect with on Locket.
When you both Like each other and match, you can send messages to each other within the app.

TapMatch | Make new TapNow friends

TapMatch is an app that lets you exchange TapNow with people worldwide.
You can swipe to send a Like to friends you want to connect with on TapNow.
When you both Like each other and match, you can send messages to each other within the app.

License

For more information see our full license.

Contact

Please contact me if you would like to build an app together.

About

SwiftUI and the Composable Architecture enable the creation of reusable components, accelerating app release timelines.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages