Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,28 @@ Don't write blindly. The app analyzes trends before you type a single word.

* **Frontend:** React 18, TypeScript, Tailwind CSS
* **AI Core:** Google GenAI SDK (Gemini 2.5 Flash, Gemini 3.0 Pro)
* **Desktop Wrapper:** Tauri v2 (Rust)
* **State Management:** IndexedDB (Custom wrapper for massive storage capacity beyond 5MB)
* **Graphics:** FabricJS (Canvas manipulation), Pollinations.ai (Image Generation)
* **Export:** JSZip, Epub-Gen-ES
* **Backend (Optional Bot):** Node.js, Express, WebSockets, Playwright

---

## 🗂️ App Data Location

All application data (SQLite databases, caches, settings) is stored under the OS **AppData** directory:

| Platform | Path |
| :--- | :--- |
| **Windows** | `%APPDATA%\com.kdpebookgenerator.app\` |
| **macOS** | `~/Library/Application Support/com.kdpebookgenerator.app/` |
| **Linux** | `~/.local/share/com.kdpebookgenerator.app/` |

Window size and position are automatically saved on exit and restored on the next launch (powered by `tauri-plugin-window-state`).

---

## 💾 Installation & Setup

1. **Clone the Repo**
Expand Down
Loading