Building an AI-Powered Local Book Translator with React and Node.js
dev.toΒ·1dΒ·
Discuss: DEV
Flag this post

Have you ever wanted to translate entire books or documents with AI β€” but without uploading your personal files to the cloud?

That was my motivation when creating Smart Book Translator, a desktop application that uses DeepL, OpenAI, or Google Translate APIs to translate EPUB, DOCX, and PDF files intelligently and locally β€” keeping your data 100% private.

The project started as a personal learning journey to explore how modern technologies like React, Node.js, and SQLite can be combined to create something truly practical.

πŸ‘‰ GitHub Repository

πŸš€ Project Overview

Smart Book Translator is designed as a cross-platform desktop app that performs intelligent translation of long documents using AI-based translation APIs.

Main Features:

πŸ“˜ Supports EPUB, DOCX, and PDF

βš™οΈ Smart document spl…

Similar Posts

Loading similar posts...