π Audiobook App (Open Source)
August 21, 2025 Β· View on GitHub
An open-source audiobook mobile application built with React Native and the React ecosystem.
A single codebase powers both Android and iOS apps.
This repo contains the very first version of the project.
The current production apps have a completely rewritten UX/UI, but the core logic remains similar.
π Installation
Clone the repository and run the app locally:
git clone git@github.com:homielab/audiobookapp.git
cd audiobookapp
npm install
npm run ios # for iOS
npm run android # for Android
β Questions & Issues
Have a question, found a bug, or want to request a feature?
π Open an issue here: GitHub Issues
π§ Production Version
Check out the production-ready version of the app:
- π Web: audioaz.com
- π± Android: Google Play
- π iOS: App Store
βΆοΈ Demo Preview
πΈ Screenshots
π License
This project is open-sourced under the MIT License.
Youβre free to use, modify, and distribute it.
π‘ Notes
- This is not the current production code. Itβs the original open-source version.
- The project is shared for learning, inspiration, and community contribution.
