Hey DEV! I’m building NodeLane Comics, a manga reader and translator that runs as a browser extension.
The idea is to bring manga from different places into one library: supported websites, local files, and Google Drive. Translation is optional — you can just use it as a reader.
What it does
- Keep your manga in one place. Import from supported websites, Google Drive, or local files such as CBZ, CBR, PDF, and DRM-free MOBI.
- Keep track of your reading. Save your progress and check for new chapters from supported websites.
- Translate as you read. Use a cloud translation service or connect a local manga-translator-ui instance, then switch between the original and translated pages.
- Translate inside a browser tab. Display translated manga images directly on supported pages without importing the comic into the reader.
There’s also a cross-language title search to help you look for the same comic on selected websites in another language.
A little about the build
The extension uses TypeScript, React, and WXT, with a FastAPI backend. Both the frontend and backend code are public on GitHub.
Local translation connects to a separately running manga-translator-ui service — the extension itself doesn’t run the translation models.
Looking for feedback
It’s still early. I’m working on supporting more websites and improving stability, especially around translation.
Right now, I’m looking for people to try it with their usual reading setup and tell me what feels useful, confusing, or missing. Feedback on the reader itself is just as welcome as feedback on translation.
Do you mostly read manga on websites, from local files, or a mix of both? I’d love to hear how you currently keep everything organized.
I used AI to help draft the English text for this post.


Top comments (0)