diff --git a/README.md b/README.md
index ed96cff..f766d34 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# System Monitor
+# Tyto
@@ -10,6 +10,8 @@
**A real-time Linux system monitoring dashboard with a modern web interface**
+*Named after Tyto alba, the barn owl — nature's silent, watchful guardian*
+
[Features](#features) • [Quick Start](#quick-start) • [Multi-Host Setup](#multi-host-monitoring) • [API](#api-reference) • [Development](#development)
@@ -18,7 +20,7 @@
## Overview
-System Monitor is a lightweight, containerized monitoring solution that provides real-time visibility into your Linux systems. Built with a Go backend for efficient metric collection and a SvelteKit frontend for a responsive, modern UI.
+Tyto is a lightweight, containerized monitoring solution that provides real-time visibility into your Linux systems. Built with a Go backend for efficient metric collection and a SvelteKit frontend for a responsive, modern UI.
### Key Highlights
@@ -57,8 +59,8 @@ System Monitor is a lightweight, containerized monitoring solution that provides
```bash
# Clone the repository
-git clone https://github.com/yourusername/system-monitor.git
-cd system-monitor
+git clone https://github.com/yourusername/tyto.git
+cd tyto
# Start the containers
docker compose up -d
@@ -173,7 +175,7 @@ The backend allows cross-origin requests by default. Ensure ports are accessible
### Host Configuration Storage
-Host configurations are stored in browser localStorage under the key `system-monitor-hosts`. The active host is stored in `system-monitor-active-host`.
+Host configurations are stored in browser localStorage under the key `tyto-hosts`. The active host is stored in `tyto-active-host`.
---
@@ -267,7 +269,7 @@ npm test
### Project Structure
```
-system-monitor/
+tyto/
├── backend/
│ ├── cmd/server/ # Main entry point
│ ├── internal/
@@ -388,6 +390,6 @@ MIT License - see [LICENSE](LICENSE) for details.
-**[Back to top](#system-monitor)**
+**[Back to top](#tyto)**