diff --git a/README.md b/README.md
index d9cbe4f..5640b43 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,9 @@ CheckCle is an Open Source solution for seamless, real-time monitoring of full-s
User: admin@example.com | Passwd: Admin123456
## ๐ Core Features
+### ๐ Roadmap : [DEVELOPMENT_ROADMAP](docs/DEVELOPMENT_ROADMAP.md)
-### Uptime Services & Infrastructure Server Monitoring
+### Uptime Services & Infrastructure Server Monitoring
- Monitor HTTP, DNS, and Ping protocols
- Monitor TCP-based, API services (e.g., FTP, SMTP, HTTP)
- Track detail uptime, response times, and performance issues
@@ -63,26 +64,9 @@ CheckCle is an Open Source solution for seamless, real-time monitoring of full-s
* โ x86_64 PCs, laptops, servers (amd64)
* โ Modern Raspberry Pi 3/4/5 with (64-bit OS), Apple Silicon Macs (arm64)
-### Install CheckCle using one of the options below.
+### Install CheckCle using one of the following methods:
-
-1. CheckCle One-Click Installation - Just copy and run on terminal
-```bash
-curl -fsSL https://checkcle.io/install.sh | bash
-
-```
-2. Install with docker run. Just copy ready docker run command below
-```bash
-docker run -d \
- --name checkcle \
- --restart unless-stopped \
- -p 8090:8090 \
- -v /opt/pb_data:/mnt/pb_data \
- --ulimit nofile=4096:8192 \
- operacle/checkcle:latest
-
-```
-3. Install with Docker compose Configuration.
+1. Install with Docker Compose Configuration (Recommended)
```bash
version: '3.9'
@@ -102,6 +86,18 @@ services:
hard: 8192
```
+2. Install with docker run. Just copy ready docker run command below
+```bash
+docker run -d \
+ --name checkcle \
+ --restart unless-stopped \
+ -p 8090:8090 \
+ -v /opt/pb_data:/mnt/pb_data \
+ --ulimit nofile=4096:8192 \
+ operacle/checkcle:latest
+
+```
+
3. Admin Web Management
Default URL: http://0.0.0.0:8090
@@ -118,28 +114,6 @@ services:

-## ๐ Development Roadmap
-
-- โ Health check & uptime monitoring (HTTP)
-- โ Dashboard UI with live stats
-- โ Auth with Multi-users system (admin)
-- โ Notifications (Telegram)
-- โ Docker containerization
-- โ CheckCle Website
-- โ CheckCle Demo Server
-- โ SSL & Domain Monitoring
-- โ Schedule Maintenance
-- โ Incident Management
-- โ Infrastructure Server Monitoring
-- โ Operational Status / Public Status Pages
-- โ Uptime monitoring (HTTP, TCP, PING, DNS) Full functionality
-- โ Distributed Regional Monitoring Agent
-- โ System Setting Panel and Mail Settings
-- โ User Permission Roles
-- [ ] Notifications (Email/Slack/Discord/Signal)
-- โ Data Retention & Automate Strink (Muti Options to Shrink Data & Database )
-- โ Open-source release with full documentation
-
## ๐ CheckCle for Communities?
- **Built with Passion**: Created by an open-source enthusiast for the community
- **Free & Open Source**: Completely free to use with no hidden costs
@@ -147,6 +121,30 @@ services:
---
+## Sponsors
+๐ We're incredibly thankful to our sponsors. Your contributions enable us to maintain infrastructure (hosting, domains), run tests, and continue developing valuable features.
+
+### ๐ฅ Silver Uptime Ally
+
+
+
+
+
+### ๐งก Ping Supporter
+
+
+
+
+
+---
+
+## ๐ฅ Contributors
+Thank you for contributing and continuously making CheckCle better, you're awesome ๐ซถ
+
+[](https://github.com/operacle/checkcle/graphs/contributors)
+
+---
+
## ๐ค Ways to Contribute
Here are some ways you can help improve CheckCle:
@@ -155,25 +153,20 @@ Here are some ways you can help improve CheckCle:
- ๐ **Suggest Features** โ Have an idea? Start a [Discussion](https://github.com/operacle/checkcle/discussions) or open a Feature Request issue.
- ๐ **Submit Pull Requests** โ Improve the code, fix bugs, add features, or enhance the docs.
- ๐ **Improve Documentation** โ Even a typo fix helps!
-- ๐ **Spread the Word** โ Star โญ the repo, share it on socials, and invite others to contribute!
+- ๐ **Spread the Word** โ Star โญ the [CheckCle](https://github.com/operacle/checkcle.git) repo, share it on socials, and invite others to contribute!
---
## ๐ Stay Connected
- Website: [checkcle.io](https://checkcle.io)
- Documentation: [docs.checkcle.io](https://docs.checkcle.io)
-- GitHub Repository: โญ [CheckCle](https://github.com/operacle/checkcle.git)
-- Reddit Community: [reddit](https://www.reddit.com/r/checkcle)
-- Discord: Join our community [@discord](https://discord.gg/xs9gbubGwX)
-- X: [@tlengoss](https://x.com/tlengoss)
+- Chat on Discord: Join our community [@discord](https://discord.gg/xs9gbubGwX)
+- Follow us on X: [@checkcle_oss](https://x.com/checkcle_oss)
## ๐ License
CheckCle is released under the MIT License.
---
-## ๐ฅ Contributors
-Thank you for contributing and continuously making CheckCle better, you're awesome ๐ซถ
-[](https://github.com/operacle/checkcle/graphs/contributors)
diff --git a/application/index.html b/application/index.html
index 200a3e1..bf65603 100644
--- a/application/index.html
+++ b/application/index.html
@@ -4,7 +4,7 @@