Stos is a Kotlin Multiplatform app that uses the StackExchange API to display questions from Stack Overflow.
Built with Jetpack Compose and Kotlin Multiplatform, the app offers a fast and responsive way to browse, search, and explore questions directly from your device.
- 🔍 Search questions on Stack Overflow
- 🧵 Browse the latest questions
- 🏷️ Filter questions by tags
- 📖 View question details and answers
- Kotlin Multiplatform (KMP)
- Jetpack Compose
- StackExchange API
- multiplatform-markdown-renderer
- Koin
- Ktor
- Material3
- Clone the repository:
git clone https://github.com/m4ykey/stos
- Open the project in Android Studio
- Run the app on an Android emulator or a physical device.
Screenshots will be added soon.
This app uses the official StackExchange API to fetch data from Stack Overflow and other StackExchange network sites.
Contributions are welcome! If you find a better solution, spot a bug, or want to improve something — feel free to open a pull request directly. You can also open an issue if you’d like to discuss an idea first. Every suggestion, fix, or improvement is appreciated!
Copyright (C) 2025 Michał F
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.