https://github.com/outadoc/just-chatting
An app focused on a great Twitch chat experience.
https://github.com/outadoc/just-chatting
android compose-multiplatform ios kotlin kotlin-multiplatform twitch
Last synced: about 1 month ago
JSON representation
An app focused on a great Twitch chat experience.
- Host: GitHub
- URL: https://github.com/outadoc/just-chatting
- Owner: outadoc
- License: agpl-3.0
- Created: 2022-06-02T11:14:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T18:41:54.000Z (about 1 month ago)
- Last Synced: 2025-04-25T14:15:07.919Z (about 1 month ago)
- Topics: android, compose-multiplatform, ios, kotlin, kotlin-multiplatform, twitch
- Language: Kotlin
- Homepage: https://just-chatting.app/
- Size: 21.6 MB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Chatting
An app focused on a great Twitch chat experience.
- iOS and Android support.
- Multi-chat. Open multiple chat bubbles, and switch between them (only on Android.)
- Tablet- and foldable-optimized interface.
- Custom emotes. If the default emotes aren't enough for you, we support third-party emote sets!
- Slide to reply to any message, and see the context of the conversation.
- See your favorite channels' schedule -- past, present, and future, in a unified timeline.https://github.com/user-attachments/assets/0f107cee-6294-4fbf-aa15-5466b57a548f

## Project setup
### Android
1. Install [Android Studio](https://developer.android.com/studio/install);
2. Open the project in the IDE.### iOS
1. Install Xcode 16;
2. Install [Tuist](https://docs.tuist.io/guides/quick-start/install-tuist);
3. Move to the `app-ios` directory, and run `tuist generate` to generate and open the Xcode project.