From 1ca13a0d5be3718c6465d5541fd3ea97e8a80be5 Mon Sep 17 00:00:00 2001 From: blackroad Date: Mon, 16 Mar 2026 12:31:47 -0500 Subject: [PATCH] docs: add README --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..485ad10 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# BlackRoad Watch + +Apple Watch companion app for monitoring BlackRoad fleet status on the go. + +Part of [BlackRoad OS](https://blackroad.io) — your device, your data, your AI. + +## What This Does + +Glanceable fleet health, agent status, and alerts right on your wrist. Connects to the BlackRoad status API. + +## Quick Start + +```bash +make build +make install +# Requires Xcode and Apple Watch +``` + +## Tech Stack + +- Swift/SwiftUI +- watchOS +- Makefile build +- Fleet status API + +## Related + +- [BlackRoad OS](https://blackroad.io) +- [Documentation](https://docs.blackroad.io) + +--- + +BlackRoad OS — Pave Tomorrow.