Companion app for Twitch built from scratch using Kotlin + Jetpack Compose
You need Android Studio Hedgehog (or newer) to be able to build the app.
You need to register your own Twitch app at the Twitch Developer Console
When creating an OAuth app, set the redirect URI to:
twisee://open
After receiving your keys, add them to your local.properties file in the root directory:
TWITCH_CLIENT_ID = your_client_id
TWITCH_CLIENT_SECRET = your_client_secret
TWITCH_REDIRECT_URI = twisee://open
If you just want to try the app without building:
➡ Download APK from Releases
- 🌙 Light & Dark theme toggle
- 🔐 Login via Twitch OAuth
- 📺 Browse top live streams
- 👤 Profile screen with avatar
- ⚙️ Settings and theme preferences