Skip to content

Commit 1926e4d

Browse files
committed
updated ui to reflect Sentinel
1 parent 60733e0 commit 1926e4d

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Wildfire Operations Platform
1+
# Sentinel Operations Platform
22

3-
A production-ready monorepo for a wildfire operations platform that coordinates mobile KOFA robots + FireFly drones, fuses multi-modal data, triangulates smoke, predicts spread, and plugs into firefighter workflows.
3+
A production-ready monorepo for a sentinel operations platform that coordinates mobile KOFA robots + FireFly drones, fuses multi-modal data, triangulates smoke, predicts spread, and plugs into firefighter workflows.
44

55
## 🚀 Quick Start
66

apps/console/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import './globals.css'
55
const inter = Inter({ subsets: ['latin'] })
66

77
export const metadata: Metadata = {
8-
title: 'Wildfire Operations Platform',
9-
description: 'Production-ready wildfire operations platform for mobile robots and drones',
8+
title: 'Sentinel Operations Platform',
9+
description: 'Production-ready sentinel operations platform for mobile robots and drones',
1010
}
1111

1212
export default function RootLayout({

apps/console/src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function HomePageContent() {
5959
<head>
6060
<meta charset="UTF-8">
6161
<meta name="viewport" content="width=device-width, initial-scale=1.0">
62-
<title>Wildfire Operations Map</title>
62+
<title>Sentinel Operations Map</title>
6363
<script src="https://cdn.tailwindcss.com"></script>
6464
<style>
6565
body { margin: 0; padding: 0; background: #0f0f0f; color: #e5e5e5; font-family: 'JetBrains Mono', monospace; }
@@ -95,7 +95,7 @@ function HomePageContent() {
9595
<span class="text-white text-lg">🔥</span>
9696
</div>
9797
<div>
98-
<h1 class="text-xl font-bold text-tactical-400">BIGMT.AI FIRELINE</h1>
98+
<h1 class="text-xl font-bold text-tactical-400">BIGMT.AI SENTINEL</h1>
9999
<p class="text-sm text-tactical-muted">INTELLIGENCE PLATFORM</p>
100100
</div>
101101
</div>
@@ -215,7 +215,7 @@ function HomePageContent() {
215215
<Flame className="w-5 h-5 text-white" />
216216
</div>
217217
<div>
218-
<h1 className="text-lg font-bold text-tactical-400">WILDFIRE OPS</h1>
218+
<h1 className="text-lg font-bold text-tactical-400">SENTINEL OPS</h1>
219219
</div>
220220
</div>
221221
</div>
@@ -529,7 +529,7 @@ function HomePageContent() {
529529
{/* Map Title */}
530530
<div className="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 pointer-events-none">
531531
<div className="text-center">
532-
<h2 className="text-2xl font-bold text-white/80 mb-2 drop-shadow-lg">WILDFIRE OPERATIONS MAP</h2>
532+
<h2 className="text-2xl font-bold text-white/80 mb-2 drop-shadow-lg">SENTINEL OPERATIONS MAP</h2>
533533
<p className="text-sm text-white/60 font-mono">SECTOR 7 - ACTIVE FIRE DETECTED</p>
534534
</div>
535535
</div>

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
The Wildfire Operations Platform provides a comprehensive REST API for managing wildfire operations, including telemetry data, detections, alerts, triangulation, and fire spread prediction.
5+
The Sentinel Operations Platform provides a comprehensive REST API for managing sentinel operations, including telemetry data, detections, alerts, triangulation, and fire spread prediction.
66

77
## Base URL
88

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## System Architecture
44

5-
The Wildfire Operations Platform is designed as a microservices-based system with clear separation of concerns and scalable components.
5+
The Sentinel Operations Platform is designed as a microservices-based system with clear separation of concerns and scalable components.
66

77
### High-Level Architecture
88

0 commit comments

Comments
 (0)