diff --git a/README.md b/README.md
index 8b079b6..09a5efd 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# Software X
+# BM Connect
A polished React + Vite landing page and community waitlist experience for a premium meme-coin launch platform. The app includes a hero section, ecosystem overview, funding narrative, tokenomics modal, roadmap, and a live waitlist flow backed by Firebase Firestore.
## Overview
-Software X is designed to present a high-trust launch narrative for a community-driven web3 product. The project combines brand storytelling, conversion-focused sections, and a waitlist system that tracks registrations and community momentum.
+BM Connect is designed to present a high-trust launch narrative for a community-driven web3 product. The project combines brand storytelling, conversion-focused sections, and a waitlist system that tracks registrations and community momentum.
## Highlights
diff --git a/index.html b/index.html
index 21dfe69..f625e7e 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
- My Google AI Studio App
+ BM Connect
diff --git a/metadata.json b/metadata.json
index f1260fe..6aa5ed3 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
- "name": "Software X",
- "description": "Premium launch platform and brand strategy for Software X.",
+ "name": "BM Connect",
+ "description": "Premium launch platform and brand strategy for BM Connect.",
"requestFramePermissions": [],
"majorCapabilities": ["MAJOR_CAPABILITY_SERVER_SIDE_GEMINI_API"]
}
diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx
index 1d8f5ca..e25bcf0 100644
--- a/src/components/layout/Footer.tsx
+++ b/src/components/layout/Footer.tsx
@@ -35,7 +35,7 @@ export const Footer: React.FC = ({
- Software X is the evolution of BirthdayMessaging.io, anchoring an ecosystem of 30+ digital tools funded directly by a fair community token. Zero VCs. 100% real products.
+ BM Connect is the evolution of BirthdayMessaging.io, anchoring an ecosystem of 30+ digital tools funded directly by a fair community token. Zero VCs. 100% real products.
- Software X
+ BM Connect
30+ Apps
diff --git a/src/components/sections/CommunitySection.tsx b/src/components/sections/CommunitySection.tsx
index db4c0c0..1265b59 100644
--- a/src/components/sections/CommunitySection.tsx
+++ b/src/components/sections/CommunitySection.tsx
@@ -49,7 +49,7 @@ export const CommunitySection: React.FC = () => {
badgeVariant="tangerine"
title="Built Out in the Open."
gradientTitle="Backed by Community."
- subtitle="Software X is guided by real users, software engineers, and community members worldwide."
+ subtitle="BM Connect is guided by real users, software engineers, and community members worldwide."
/>
{/* Social Cards Grid */}
@@ -99,7 +99,7 @@ export const CommunitySection: React.FC = () => {
Founders' Public Commitment Pledge
-
Signed by the Software X & BirthdayMessaging.io Core Team
+
Signed by the BM Connect & BirthdayMessaging.io Core Team
diff --git a/src/components/sections/FAQSection.tsx b/src/components/sections/FAQSection.tsx
index 2ac0c4a..24ba1c4 100644
--- a/src/components/sections/FAQSection.tsx
+++ b/src/components/sections/FAQSection.tsx
@@ -32,7 +32,7 @@ export const FAQSection: React.FC = () => {
badgeVariant="sky"
title="Frequently Asked"
gradientTitle="Questions"
- subtitle="Everything you need to know about Software X, BirthdayMessaging.io, tokenomics, and community-driven software development."
+ subtitle="Everything you need to know about BM Connect, BirthdayMessaging.io, tokenomics, and community-driven software development."
/>
{/* Filter Controls Bar */}
diff --git a/src/components/sections/FeaturesSection.tsx b/src/components/sections/FeaturesSection.tsx
index 7427139..e6124fc 100644
--- a/src/components/sections/FeaturesSection.tsx
+++ b/src/components/sections/FeaturesSection.tsx
@@ -14,9 +14,9 @@ export const FeaturesSection: React.FC = () => {
currency: 'USD'
});
- const sampleSnippet = `import { SoftwareX } from '@software-x/sdk';
+ const sampleSnippet = `import { BMConnect } from '@bm-connect/sdk';
-const sx = new SoftwareX({
+const sx = new BMConnect({
identityKey: process.env.SX_IDENTITY_KEY,
ecosystemApp: 'birthday-messaging'
});
@@ -39,7 +39,7 @@ console.log('User active across apps:', session.user.apps);`;
badgeVariant="sky"
title="Engineered for Performance."
gradientTitle="Built for Scale."
- subtitle="Software X combines modern TypeScript microservices, zero-trust SSO authentication, and automated treasury buy-backs into a cohesive developer platform."
+ subtitle="BM Connect combines modern TypeScript microservices, zero-trust SSO authentication, and automated treasury buy-backs into a cohesive developer platform."
/>
{/* Bento Grid */}
@@ -66,7 +66,7 @@ console.log('User active across apps:', session.user.apps);`;
- software-x-auth.ts
+ bm-connect-auth.ts
TypeScript Native
- npm i @software-x/sdk
+ npm i @bm-connect/sdk
diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx
index c2a095f..23cf054 100644
--- a/src/components/sections/HeroSection.tsx
+++ b/src/components/sections/HeroSection.tsx
@@ -28,7 +28,7 @@ export const HeroSection: React.FC = ({
const ecosystemNodes = [
{ id: 'birthday-messaging', name: 'BirthdayMessaging.io', icon: Gift, users: '85k+ Users', status: 'Live Flagship', color: 'from-pink-500 to-rose-600' },
- { id: 'software-x-core', name: 'Software X Core', icon: Cpu, users: 'Protocol Hub', status: 'Core Protocol', color: 'from-indigo-500 to-purple-600' },
+ { id: 'bm-connect-core', name: 'BM Connect Core', icon: Cpu, users: 'Protocol Hub', status: 'Core Protocol', color: 'from-indigo-500 to-purple-600' },
{ id: 'signaldrop', name: 'SignalDrop Protocol', icon: Radio, users: '18k+ Users', status: 'Live App', color: 'from-emerald-500 to-teal-600' },
{ id: 'craftflow', name: 'CraftFlow Engine', icon: Zap, users: '12k+ Creators', status: 'Live App', color: 'from-amber-500 to-orange-600' }
];
@@ -89,7 +89,7 @@ export const HeroSection: React.FC = ({
transition={{ duration: 0.6, delay: 0.2 }}
className="mt-6 text-lg sm:text-xl text-slate-300 max-w-2xl leading-relaxed font-normal"
>
- Software X is the core protocol connecting 30+ live digital products. Funded by a fair community token to build real, revenue-generating software — zero VC dilution.
+ BM Connect is the core protocol connecting 30+ live digital products. Funded by a fair community token to build real, revenue-generating software — zero VC dilution.
{/* Fast Email Waitlist Box */}
@@ -177,7 +177,7 @@ export const HeroSection: React.FC = ({
- software-x://ecosystem-matrix.v1
+ bm-connect://ecosystem-matrix.v1
{activeNode === 'birthday-messaging' && 'BirthdayMessaging.io: 85,000+ Active Users • Multi-channel automated engine'}
- {activeNode === 'software-x-core' && 'Software X Core Protocol: Unified Single Sign-On and automated revenue burn contracts'}
+ {activeNode === 'bm-connect-core' && 'BM Connect Core Protocol: Unified Single Sign-On and automated revenue burn contracts'}
{activeNode === 'signaldrop' && 'SignalDrop Protocol: 18,200+ Active encrypted message routes across 24 regions'}
{activeNode === 'craftflow' && 'CraftFlow Engine: 12,400+ Active workflows deployed with sub-50ms execution runtime'}
diff --git a/src/components/sections/MemeCoinLaunchSection.tsx b/src/components/sections/MemeCoinLaunchSection.tsx
index ff90732..340e6e2 100644
--- a/src/components/sections/MemeCoinLaunchSection.tsx
+++ b/src/components/sections/MemeCoinLaunchSection.tsx
@@ -136,7 +136,7 @@ export const MemeCoinLaunchSection: React.FC = ({
if (safeAmount >= 5000) {
materialPerks.push('Numbered Serialized Gold-Plated 3-Coin Master Set');
- materialPerks.push('Permanent Enterprise Pass for all future Software X tools');
+ materialPerks.push('Permanent Enterprise Pass for all future BM Connect tools');
}
// Non-Material Perks unlocked
@@ -828,7 +828,7 @@ export const MemeCoinLaunchSection: React.FC = ({
On-Chain Founder Wall
- Permanent, immutable inscription of your wallet address or handle on the Software X On-Chain Public Hall of Fame.
+ Permanent, immutable inscription of your wallet address or handle on the BM Connect On-Chain Public Hall of Fame.
diff --git a/src/components/sections/ProblemSection.tsx b/src/components/sections/ProblemSection.tsx
index f2fbd82..5d155b4 100644
--- a/src/components/sections/ProblemSection.tsx
+++ b/src/components/sections/ProblemSection.tsx
@@ -55,7 +55,7 @@ export const ProblemSection: React.FC = () => {
badgeVariant="tangerine"
title="Traditional VC Capital vs."
gradientTitle="Community-Powered Funding"
- subtitle="Venture capital forces software companies into short-term quarterly metrics and investor-first decisions. Software X aligns founders and users directly."
+ subtitle="Venture capital forces software companies into short-term quarterly metrics and investor-first decisions. BM Connect aligns founders and users directly."
/>
{/* Comparison Toggle Control */}
@@ -81,7 +81,7 @@ export const ProblemSection: React.FC = () => {
}`}
>
- Software X Model
+ BM Connect Model
- By funding Software X with a community-driven model, 100% of our incentives remain anchored to building real software solutions that users love every single day.
+ By funding BM Connect with a community-driven model, 100% of our incentives remain anchored to building real software solutions that users love every single day.
diff --git a/src/components/sections/SolutionSection.tsx b/src/components/sections/SolutionSection.tsx
index a05fa78..c1763a8 100644
--- a/src/components/sections/SolutionSection.tsx
+++ b/src/components/sections/SolutionSection.tsx
@@ -12,8 +12,8 @@ export const SolutionSection: React.FC = () => {
badgeText="The Solution Architecture"
badgeVariant="tangerine"
title="From BirthdayMessaging.io to"
- gradientTitle="Software X Ecosystem"
- subtitle="Software X is not an abstract whitepaper. It is the evolution of a proven, live software product that already powers messaging for thousands of daily users."
+ gradientTitle="BM Connect Ecosystem"
+ subtitle="BM Connect is not an abstract whitepaper. It is the evolution of a proven, live software product that already powers messaging for thousands of daily users."
/>
{/* 3 Step Evolution Grid */}
@@ -62,7 +62,7 @@ export const SolutionSection: React.FC = () => {
- The Software X Circular Value Engine
+ The BM Connect Circular Value Engine
How real user subscription revenue drives protocol liquidity without relying on token inflation.
diff --git a/src/components/sections/StatsSection.tsx b/src/components/sections/StatsSection.tsx
index a0fff66..2db5501 100644
--- a/src/components/sections/StatsSection.tsx
+++ b/src/components/sections/StatsSection.tsx
@@ -13,7 +13,7 @@ export const StatsSection: React.FC = () => {
developer: {
title: 'Developer Tier (API Access)',
positionBoost: 'Top 5% Priority Access',
- perks: ['Free $SX SDK API Quota', 'Access to Software X Private Auth Sandbox', 'Direct Discord Dev Channel Access']
+ perks: ['Free $SX SDK API Quota', 'Access to BM Connect Private Auth Sandbox', 'Direct Discord Dev Channel Access']
},
creator: {
title: 'Creator & User Tier',
@@ -35,7 +35,7 @@ export const StatsSection: React.FC = () => {
badgeVariant="sky"
title="Numbers That Prove"
gradientTitle="Real Software Adoption"
- subtitle="Software X is backed by real metrics from existing software products operating every day."
+ subtitle="BM Connect is backed by real metrics from existing software products operating every day."
/>
{/* 4 Big Metrics Grid */}
diff --git a/src/components/sections/VisionManifestoModal.tsx b/src/components/sections/VisionManifestoModal.tsx
index df0e462..5fbeeaf 100644
--- a/src/components/sections/VisionManifestoModal.tsx
+++ b/src/components/sections/VisionManifestoModal.tsx
@@ -49,7 +49,7 @@ export const VisionManifestoModal: React.FC = ({
- The Software X Founder Manifesto
+ The BM Connect Founder Manifesto
Why we are funding software through a community token instead of Venture Capital.
@@ -63,10 +63,10 @@ export const VisionManifestoModal: React.FC = ({
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 Software X, traditional venture capital firms offered millions in exchange for board seats, liquidation preferences, and exit timelines. We turned them down.
+ 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 Software X through a fair community token, our incentives remain 100% aligned with our software users."
+ "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."