diff --git a/README.md b/README.md index 5eeadc0..3e18b79 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ **NaxOS** is a declarative, appliance-like Network Attached Storage (NAS) operating system built on top of **NixOS** and **OpenZFS**. +## Appliance Interface Preview + +| Overview Dashboard | OpenZFS Storage & Migration | +| :---: | :---: | +| ![Dashboard Overview](docs/images/dashboard-overview.jpg) | ![Storage & Migration](docs/images/storage-management.jpg) | +| **CNCF Perses Analytics** | **App Store Catalog** | +| ![Perses Analytics](docs/images/perses-analytics.jpg) | ![App Store](docs/images/app-store.jpg) | + ## Architecture & Features - **Declarative NixOS Foundation**: Complete system state defined as code, from kernel sysctl parameters to users and storage configurations. diff --git a/docs/images/app-store.jpg b/docs/images/app-store.jpg new file mode 100644 index 0000000..579e5e4 Binary files /dev/null and b/docs/images/app-store.jpg differ diff --git a/docs/images/dashboard-overview.jpg b/docs/images/dashboard-overview.jpg new file mode 100644 index 0000000..6a78b4e Binary files /dev/null and b/docs/images/dashboard-overview.jpg differ diff --git a/docs/images/perses-analytics.jpg b/docs/images/perses-analytics.jpg new file mode 100644 index 0000000..a50311f Binary files /dev/null and b/docs/images/perses-analytics.jpg differ diff --git a/docs/images/storage-management.jpg b/docs/images/storage-management.jpg new file mode 100644 index 0000000..c3fdb4e Binary files /dev/null and b/docs/images/storage-management.jpg differ