πŸ“š 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:


▢️ Demo Preview

Audiobook App Demo


πŸ“Έ 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.