Arivu Tech Design System Reference
Master token sheet, TypeUI spatial grid principles, glassmorphic depth layers, and interactive component library.
01. Canvas & Surface Hierarchy
Multi-layered dark theme surfaces built for high-contrast enterprise SaaS interfaces.
Page root background
Section background
Sidebar & elevated cards
Interactive cards
Hover overlays
02. Sector Accent Palettes
Dedicated domain accent colors representing Arivu's six core industry verticals.
03. Typography Scale & Fonts
Space Grotesk for display headers, Satoshi for UI body text, and JetBrains Mono for code.
Arivu Technologies builds mission-critical industrial software, enterprise SaaS security platforms, and high-performance IoT telemetry gateways for global industries.
04. Core UI Components
TypeUI-compliant glass cards, badges, buttons, metric callouts, and code consoles.
Button Variants & Interaction States
Enterprise Metric Callouts
Enterprise Projects Delivered
Cyber Incident Response SLA
Telemetry Uptime SLA
Agritech Crop Yield Uplift
Glassmorphic Bento Cards
LoRaWAN Edge Telemetry
Real-time soil sensor data collection with offline storage and satellite yield forecasting models.
Predictive Maintenance
SCADA and PLC MQTT stream analysis detecting anomaly vibration patterns before line failure.
Civic Asset Grid
GIS-mapped infrastructure monitoring managing over 45,000 active urban sensor endpoints.
Tech Ecosystem Console
1import { GlassCard } from "@/components/ui/GlassCard";2import { GradientHeading } from "@/components/ui/GradientHeading";34export default async function ServicesPage() {5 const services = await getEnterpriseServices();6 return (7 <section className="py-24 px-6 max-w-7xl mx-auto">8 <GradientHeading9 as="h1"10 gradient="cyan"11 gradientText="Enterprise Software"12 afterText="at Scale"13 subtitle="Precision engineered systems built for global performance."14 />15 </section>16 );17}Accessibility & Micro-Interaction Contract
All contrast ratios exceed 4.5:1 for normal copy and 3:1 for large display elements. High-contrast visible focus rings (`:focus-visible`) are enforced across all interactive controls. Reduced motion fallbacks disable animations when requested by system preferences.