INNER CODE UNIT · JavaScript
SovereigntySection
MAIF/otoroshi · manual/next/src/pages/index.js:398
function SovereigntySection() {
return (
<section className={styles.sovereigntySection}>
<div className="container">
<div className={styles.sectionHeader}>
<Heading as="h2">Open Source & Sovereign by Design</Heading>
<p>Otoroshi is built from the ground up as an open source project. Your infrastructure, your rules — no strings attached.</p>
</div>
<div className={styles.sovereigntyGrid}>
<div className={styles.sovereigntyCard}>
<div className={styles.sovereigntyIcon}>🔓</div>
<Heading as="h4">No Vendor Lock-in</Heading>
<p>Apache 2.0 licensed, community-driven. Switch, fork, or extend — you're always in control.</p>
</div>
<div className={styles.sovereigntyCard}>
<div className={styles.sovereigntyIcon}>🌍</div>
<Heading as="h4">Deploy Anywhere</Heading>
<p>On-premises, any cloud, Kubernetes, bare metal, or edge. Otoroshi runs wherever you need it — no call-home, no telemetry walls.</p>