An open API service indexing awesome lists of open source software.

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.

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

![](./assets/screenshots/ios/ipad-static.png)

## 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.