Hi everyone,
I built an Android app called HexReader to browse and download Hex.pm documentation for offline reading.
The app mirrors documentation from hexdocs.pm (HTML, CSS, assets) and stores it locally, so you can read package docs without an internet connection.
What it does:
- search any Hex.pm package by name
- download docs for offline reading
- one-tap download of the official Elixir language documentation
- clean, Material 3 design
How to use:
- search for a package (e.g., phoenix_live_view)
- open the package details
- tap “Download docs”
- access it anytime from the “Downloaded documentation” section
It also has a dedicated button to download the Elixir language documentation, since it is not a regular Hex.pm package.
Why I built it:
I often work offline or with poor connectivity and wanted quick access to Elixir docs on my phone. Reading documentation on a mobile browser is not great, so a native app felt like a better experience.
It is open source and free:
- GitHub: GitHub - abreujp/hexreader: Offline HexDocs reader for Android · GitHub
- Download APK: Release HexReader v1.0 · abreujp/hexreader · GitHub
Minimum Android version: 8.0 (API 26)
Feedback is welcome, especially around: - download speed and reliability
- UI/UX improvements
- feature requests
Thanks!























