diff --git a/readme.md b/readme.md
index bf461768926..d5bd1325e4d 100644
--- a/readme.md
+++ b/readme.md
@@ -1,71 +1,115 @@
-[](https://github.com/sumatrapdfreader/sumatrapdf/actions/workflows/build.yml)
+# 📄 PrettySumatraPDF
+
+[](https://github.com/JaviLendi/PrettySumatraPDF/releases)
+[](LICENSE)
+[](https://github.com/JaviLendi/PrettySumatraPDF/stargazers)
+[](https://github.com/JaviLendi/PrettySumatraPDF/actions)

-
PrettySumatraPDF
**PrettySumatraPDF** is a modern redesign of the classic SumatraPDF reader, bringing a fresh Windows 11-style interface while maintaining 100% of the original functionality and features.
-### What is PrettySumatraPDF?
+---
-PrettySumatraPDF reimagines the SumatraPDF experience with:
+## ✨ Key Features
-- **Modern Native UI**: A Windows 11-inspired design philosophy applied to the native Win32 toolbar and interface
-- **Zero Functionality Loss**: All original features and capabilities are fully preserved
-- **Hybrid Architecture**: Combines native Win32 rendering with optional WebView2 for advanced UI components
-- **Clean Aesthetic**: Refined visual design with rounded corners, modern color tokens, and contemporary spacing
-- **Performance Focused**: Optimized rendering core maintains the lightweight, fast performance SumatraPDF is known for
+- 🚀 **Performance Focused**: Optimized rendering core maintains the lightweight, fast performance SumatraPDF is known for.
+- 🎨 **Modern Native UI**: Windows 11-inspired design philosophy applied to the native Win32 toolbar and interface.
+- 🌙 **Dark Mode**: A true dark mode, pleasant to the eye and well-integrated with the application.
+- 🌐 **Zero Functionality Loss**: All original features and capabilities are fully preserved.
+- 📦 **Multi-Format Support**: PDF, EPUB, MOBI, CBZ, CBR, FB2, CHM, XPS, DjVu.
+- 📝 **Annotations**: Annotations with saved/unsaved state tracking.
+- 🎯 **Advanced Navigation**: Command palette, tabs, bookmarks, table of contents.
+- 🔧 **Customization**: Keyboard shortcuts, theme support, settings management.
-### Features
-PrettySumatraPDF supports all original SumatraPDF formats:
-- **Documents**: PDF, EPUB, MOBI, CBZ, CBR, FB2, CHM, XPS, DjVu
-- **Editing**: Annotations with saved/unsaved state tracking
-- **Navigation**: Command palette, tabs, bookmarks, table of contents
-- **Tools**: Text extraction, translation, search, zoom controls
-- **Customization**: Keyboard shortcuts, theme support, settings management
+---
-## Maintanibality and Contributions
+## 📸 Screenshots
-PrettySumatraPDF is an open-source project licensed under the same terms as SumatraPDF (A)GPLv3, with some code under BSD license. Contributions are welcome! For more information on how to contribute, please visit the [Developer Information](https://www.sumatrapdfreader.org/docs/Contribute-to-SumatraPDF) page.
+### Home Screen
-My goal with PrettySumatraPDF is to create a visually appealing and modernized version of SumatraPDF while ensuring that all existing features and functionalities remain intact. I am committed to maintaining the core principles of SumatraPDF, including its lightweight nature and fast performance, while enhancing the user experience with a fresh design.
+#### Light Theme
+
-I am committed to update PrettySumatraPDF with the latest features and improvements from the original SumatraPDF project, ensuring that users can enjoy the best of both worlds: a modern interface and the full functionality of the classic reader.
+#### Dark Theme
+
-### Screenshots
+### Toolbar
-#### Home Screen
+#### Light Theme
+
-##### Light Theme
+#### Dark Theme
+
-
+---
-##### Dark Theme
+## 🚀 Download & Installation
+
+Ready to try it out? Head to the releases section to download the latest compiled version:
+
+👉 [**Download PrettySumatraPDF (Latest Release)**](https://github.com/JaviLendi/PrettySumatraPDF/releases)
+
+**Note:** You can use it as a portable application or replace your current SumatraPDF installation.
+
+---
-
+## 🛠️ Build & Development
-#### Toolbar
+This project is built on top of the official SumatraPDF codebase. If you want to compile it yourself or contribute to visual development, follow these steps:
-##### Light Theme
+### Requirements
-
+- **Visual Studio** with C++ support
+- **Bun** (for build tools) - [Download Bun](https://bun.sh)
+- **Clang-Format** (for code formatting)
-##### Dark Theme
+### Basic Build
-
+1. Clone the repository:
+ ```bash
+ git clone https://github.com/JaviLendi/PrettySumatraPDF.git
+ cd PrettySumatraPDF
+ ```
+
+2. Run the build:
+ ```bash
+ bun ./cmd/build.ts
+ ```
+
+3. The executable will be located at: `./out/dbg64/SumatraPDF.exe`
+
+### Debugging
+
+To run with the debugger:
+```bash
+windbgx -Q -o -g ./out/dbg64/SumatraPDF.exe
+```
+
+### Code Formatting
+
+After making changes to `.cpp`, `.c` or `.h` files, run:
+```bash
+bun ./cmd/format.ts
+```
---
-## 📖 SumatraPDF Reader
+## 🤝 Maintainability & Contributions
+
+PrettySumatraPDF is an open-source project licensed under the same terms as SumatraPDF (A)GPLv3, with some code under BSD license. Contributions are welcome! For more information on how to contribute, please visit the [Developer Information](https://www.sumatrapdfreader.org/docs/Contribute-to-SumatraPDF) page.
+
+My goal with PrettySumatraPDF is to create a visually appealing and modernized version of SumatraPDF while ensuring that all existing features and functionalities remain intact. I am committed to maintaining the core principles of SumatraPDF, including its lightweight nature and fast performance, while enhancing the user experience with a fresh design.
-SumatraPDF is a multi-format (PDF, EPUB, MOBI, CBZ, CBR, FB2, CHM, XPS, DjVu) reader
-for Windows under (A)GPLv3 license, with some code under BSD license (see
-AUTHORS).
+I am committed to updating PrettySumatraPDF with the latest features and improvements from the original SumatraPDF project, ensuring that users can enjoy the best of both worlds: a modern interface and the full functionality of the classic reader.
### More Information
-* [Website](https://www.sumatrapdfreader.org/free-pdf-reader)
-* [Manual](https://www.sumatrapdfreader.org/manual)
-* [Developer Information](https://www.sumatrapdfreader.org/docs/Contribute-to-SumatraPDF)
+- 🌐 [SumatraPDF Website](https://www.sumatrapdfreader.org/free-pdf-reader)
+- 📚 [Manual](https://www.sumatrapdfreader.org/manual)
+- 👨💻 [Developer Information](https://www.sumatrapdfreader.org/docs/Contribute-to-SumatraPDF)
+- 📄 [License](LICENSE)
+- ✍️ [Authors](AUTHORS)