import React from 'react'; import { motion, AnimatePresence } from 'motion/react'; import { X, ShieldCheck, Layers, Gift, CheckCircle2, HeartHandshake } from 'lucide-react'; import { Badge } from '../ui/Badge'; import { Button } from '../ui/Button'; interface VisionManifestoModalProps { isOpen: boolean; onClose: () => void; onOpenWaitlist: () => void; } export const VisionManifestoModal: React.FC = ({ isOpen, onClose, onOpenWaitlist }) => { if (!isOpen) return null; return (
{/* Backdrop */} {/* Modal Window */}
Official Declaration Public Document #001

The BM Connect Founder Manifesto

Why we are funding software through a community token instead of Venture Capital.

In 2024, we built BirthdayMessaging.io. It was a simple, elegant idea: automate meaningful personal messages so people never miss key milestones in the lives of their clients and loved ones. It grew organically to serve over 85,000 active users.

From that single product grew an ecosystem of 30+ digital micro-SaaS applications covering encrypted routing, workflow automation, and live telemetry.

When it came time to scale this ecosystem into BM Connect, traditional venture capital firms offered millions in exchange for board seats, liquidation preferences, and exit timelines. We turned them down.

"When VCs fund software, the investor becomes the customer and the user becomes the product. By funding BM Connect through a fair community token, our incentives remain 100% aligned with our software users."

Our Irrevocable Pledges:

  • 1. Real revenue-generating software always precedes token launches.
  • 2. Zero VC allocations, zero secret discount presales.
  • 3. Multi-sig treasury contracts audited and visible on-chain 24/7.
  • 4. Software subscription profits automatically buy back $SX tokens.
SX

BM Connect Core Engineering Team

Creators of BirthdayMessaging.io

); };