This commit is contained in:
Raven Scott
2026-07-27 02:32:13 -04:00
parent 661a1baefc
commit fef6dfd8bc
33 changed files with 240 additions and 240 deletions
+11 -11
View File
@@ -21,7 +21,7 @@
<title>Use Cases — BridgeSwarm</title>
<meta name="description" content="Eight things you can build with BridgeSwarm: P2P chat rooms, collaborative apps, data sync, live media, self-hosted web apps, live topic domains, firewall-controlled rooms, and developer tooling — with concrete APIs and runnable examples.">
<meta name="author" content="HoneyPeer, LLC">
<link rel="canonical" href="https://bridgeswarm.dev/use-cases/">
<link rel="canonical" href="https://bridgeswarm.honeypeer.com/use-cases/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -46,12 +46,12 @@
<meta property="og:site_name" content="BridgeSwarm">
<meta property="og:title" content="Use Cases — BridgeSwarm">
<meta property="og:description" content="P2P chat, collaborative apps, data sync, live media, self-hosted apps, live topic domains, firewall-controlled rooms, and developer tooling — with the actual BridgeSwarm APIs behind each one.">
<meta property="og:url" content="https://bridgeswarm.dev/use-cases/">
<meta property="og:image" content="https://bridgeswarm.dev/assets/brand/og-image.png">
<meta property="og:url" content="https://bridgeswarm.honeypeer.com/use-cases/">
<meta property="og:image" content="https://bridgeswarm.honeypeer.com/assets/brand/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Use Cases — BridgeSwarm">
<meta name="twitter:description" content="P2P chat, collaborative apps, data sync, live media, self-hosted apps, live topic domains, firewall-controlled rooms, and developer tooling.">
<meta name="twitter:image" content="https://bridgeswarm.dev/assets/brand/twitter-card.png">
<meta name="twitter:image" content="https://bridgeswarm.honeypeer.com/assets/brand/twitter-card.png">
<script type="application/ld+json">
{
@@ -59,24 +59,24 @@
"@graph": [
{
"@type": "Organization",
"@id": "https://bridgeswarm.dev/#organization",
"@id": "https://bridgeswarm.honeypeer.com/#organization",
"name": "HoneyPeer, LLC",
"url": "https://bridgeswarm.dev/",
"logo": "https://bridgeswarm.dev/assets/logo/bridgeswarm-icon-512.png",
"url": "https://bridgeswarm.honeypeer.com/",
"logo": "https://bridgeswarm.honeypeer.com/assets/logo/bridgeswarm-icon-512.png",
"email": "[email protected]",
"sameAs": ["https://git.ssh.surf/snxraven/BridgeSwarm"]
},
{
"@type": "SoftwareApplication",
"@id": "https://bridgeswarm.dev/#software",
"@id": "https://bridgeswarm.honeypeer.com/#software",
"name": "BridgeSwarm",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "macOS, Linux, Windows",
"url": "https://bridgeswarm.dev/",
"publisher": { "@id": "https://bridgeswarm.dev/#organization" },
"url": "https://bridgeswarm.honeypeer.com/",
"publisher": { "@id": "https://bridgeswarm.honeypeer.com/#organization" },
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
"downloadUrl": "https://bridgeswarm.dev/download",
"downloadUrl": "https://bridgeswarm.honeypeer.com/download",
"softwareVersion": "1.0.0",
"description": "Brings the Hyperswarm P2P stack into desktop browsers via a Bare native messaging host."
}