From 7ee40d6aca0970d3974801bffc048b7242478be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Fri, 28 Nov 2025 17:06:23 +0300 Subject: [PATCH] Add web application version of Abogen Added information about the web application version of Abogen, including repository access and future plans for merging. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 59d4f3d..277fd42 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,17 @@ Known issues: > Special thanks to [@geo38](https://www.reddit.com/user/geo38/) from Reddit, who provided the Dockerfile and instructions in [this comment](https://www.reddit.com/r/selfhosted/comments/1k8x1yo/comment/mpe0bz8/). +## `🌐 Web Application` + +A web-based version of Abogen has been developed by [@jeremiahsb](https://github.com/jeremiahsb). + +**Access the repository here:** [jeremiahsb/abogen](https://github.com/jeremiahsb/abogen) + +> [!NOTE] +> I intend to merge this implementation into the main repository in the future once existing conflicts are resolved. Until then, please be aware that the web version is maintained independently and may not always be in sync with the latest updates in this repository. + +> Special thanks to [@jeremiahsb](https://github.com/jeremiahsb) for implementing the web app! + ## `Similar Projects` Abogen is a standalone project, but it is inspired by and shares some similarities with other projects. Here are a few: - [audiblez](https://github.com/santinic/audiblez): Generate audiobooks from e-books. **(Has CLI and GUI support)**