diff --git a/README.md b/README.md
index 8fdbdae..2838f5c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,15 @@
-# š¶ Bichon
+
+
+
+ Bichon
+
+
-**Minimal, High-Performance Email Archiving & Management System in Rust**
+
+ A lightweight, high-performance Rust email archiver with WebUI
+
@@ -18,16 +25,11 @@
-
-
-
-
-Bichon is a **minimal, high-performance, standalone Rust email archiver** with a built-in WebUI.
-It runs as a **single binary**, requires **no external dependencies**, and provides fast, efficient email archiving, management, and search.
-
----
+Bichon is a minimal, high-performance, standalone Rust email archiver with a built-in WebUI.
+Its name is inspired by the puppy my daughter adopted last month.
+It runs as a single binary, requires no external dependencies, and provides fast, efficient email archiving, management, and search.
## š Features
@@ -69,11 +71,24 @@ It runs as a **single binary**, requires **no external dependencies**, and provi
- Provides **OpenAPI documentation**.
- **Access token authentication** for programmatic access.
----
+## š¾ Why Create Bichon?
+A few months ago, I released **rustmailer**, an email API middleware:
+https://github.com/rustmailer/rustmailer
-Bichon is designed for **speed**, **simplicity**, and **efficiency**, letting you manage and archive emails effortlessly.
+Since then, Iāve received many emails asking whether it could also archive emails, perform unified search, and support full-text indexingānot just querying recipients.
+But rustmailer was designed as a middleware focused on providing API services.
+Adding archiving and full-text search would complicate its core purpose and go far beyond its original scope.
+Meanwhile, I realized that email archiving itself only requires a small portion of rustmailerās functionality, plus a search engine.
+With that combination, building a dedicated, efficient archiver becomes much simpler.
+
+Using the experience gained from rustmailer, I designed and built **Bichon** in less than two weeks, followed by another two weeks of testing and optimization.
+It has now reached a stable, usable stateāand I decided to release it publicly.
+
+**Bichon is completely free**.
+You can download and use it however you like.
+Itās not perfect, but I hope it brings you value.
## š Quick Start
@@ -152,4 +167,4 @@ This project is licensed under [AGPLv3](LICENSE).
Made with ā¤ļø by rustmailer.com
-
\ No newline at end of file
+