import { Card, CardContent } from "@/components/ui/card";
import { motion } from "framer-motion";
import { Wifi, Fingerprint, Cpu, Zap } from "lucide-react";
export default function Presentation() {
return (
SABITX — Free Systems for Humanity
{/* LAN First */}
LAN First
No cloud landlords. Devices speak directly. Local-first nervous system that
can’t be shut down from the outside.
{/* Identity */}
Presence as Proof
NFC, heat, bio signals. Identity anchored in the human body, not in passwords or corporate APIs.
{/* Policy */}
Policy Engine
Rules written in plain language. If this → then that. No brands, no permissions, just cause and effect.
{/* Journal */}
Immutable Journal
Append-only receipts. Every action logged locally. No gaslight, no revisionism.
No ecosystem. No permission. Just a system that serves humanity.
);
}
SABITX — Domain OS (Local‑First)
LAN nervous system: MQTT
Policy: YAML (IF → THEN)
Identity: NFC → Role
Journal: Append‑only receipts
Scenario Preview
Select a scenario to preview the rule → action flow.
Notes
- LAN is the bloodstream. If WAN dies, the organism keeps breathing.
- Policy is the constitution. Edit YAML, hot‑reload, done.
- Identity is the firewall. Love ≠ leverage. Keys are revocable.
- Journal beats opinions. Receipts or it didn’t happen.