diff --git a/README.md b/README.md index 8652474..cb8aaa7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ **Self-hosted MikroTik fleet management for MSPs.** +> **Warning** +> This software is in active development and testing. It is **not yet ready for production use**. APIs, database schemas, and features may change without notice. Use at your own risk. + TOD is a multi-tenant platform for managing RouterOS devices at scale. It replaces the chaos of juggling WinBox sessions and SSH terminals across hundreds of routers with a single, centralized web interface -- fleet visibility, configuration management, diff --git a/docs/website/docs.html b/docs/website/docs.html index 403c4f4..798b45e 100644 --- a/docs/website/docs.html +++ b/docs/website/docs.html @@ -35,6 +35,13 @@ + +
+
+ Early Access — This software is in active development and testing. It is not yet ready for production use. +
+
+ + + + +
+
+ Early Access — This software is in active development and testing. It is not yet ready for production use. +
+
+
diff --git a/docs/website/style.css b/docs/website/style.css index 1dc5e8e..edab65b 100644 --- a/docs/website/style.css +++ b/docs/website/style.css @@ -68,6 +68,32 @@ body { overflow-x: hidden; } +/* Testing / Early Access banner */ +.testing-banner { + background: linear-gradient(90deg, #8B1A1A, #a82222); + color: #F5E6C8; + text-align: center; + padding: 0.5rem 1rem; + font-size: 0.875rem; + letter-spacing: 0.02em; + position: relative; + z-index: 1000; +} + +.testing-banner strong { + text-transform: uppercase; + letter-spacing: 0.08em; +} + +.testing-banner--light { + background: linear-gradient(90deg, #fef3cd, #fce8b2); + color: #664d03; +} + +.testing-banner--light strong { + color: #523e02; +} + h1, h2, h3, h4, h5, h6 { font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.2;