mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
188 lines
7.3 KiB
JSON
188 lines
7.3 KiB
JSON
{
|
||
"schemaVersion": 1,
|
||
"language": "en",
|
||
"route": "/basecamp",
|
||
"title": "Basecamp | Logos",
|
||
"description": "Logos Basecamp is a self-contained desktop application for running the Logos stack locally.",
|
||
"heading": "Basecamp",
|
||
"seo": {
|
||
"keywords": [
|
||
"logos",
|
||
"basecamp",
|
||
"desktop app",
|
||
"local first",
|
||
"wallet",
|
||
"node"
|
||
]
|
||
},
|
||
"sections": [
|
||
{
|
||
"componentType": "hero",
|
||
"key": "basecamp.hero",
|
||
"eyebrow": "Technology stack",
|
||
"headline": "Basecamp",
|
||
"body": "Logos Basecamp is a self-contained desktop application that bundles everything you need to interact with the Logos stack into a single install: a blockchain node, a wallet, a module manager, and a growing set of tools.",
|
||
"bodySecondary": "Basecamp runs on your machine and stays on your machine.\n\nno accounts to create\nno data handed to third parties\nno cloud dependencies",
|
||
"ctas": [
|
||
{
|
||
"label": "Install Linux",
|
||
"href": "https://github.com/logos-co/logos-basecamp/releases#release-0.2.3",
|
||
"external": true,
|
||
"variant": "secondary",
|
||
"iconOverride": "download"
|
||
},
|
||
{
|
||
"label": "Install macOS",
|
||
"href": "https://github.com/logos-co/logos-basecamp/releases#release-0.2.3",
|
||
"external": true,
|
||
"variant": "secondary",
|
||
"iconOverride": "download"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"componentType": "table",
|
||
"key": "basecamp.howItWorks",
|
||
"title": "How Basecamp Works",
|
||
"action": {
|
||
"label": "Install Linux",
|
||
"href": "https://github.com/logos-co/logos-basecamp/releases#release-0.2.3",
|
||
"external": true,
|
||
"variant": "secondary"
|
||
},
|
||
"rows": [
|
||
{
|
||
"number": "01",
|
||
"title": "Step 01",
|
||
"description": "Basecamp is built around a modular architecture. At its core is a lightweight runtime that manages self-contained modules, each providing a distinct capability such as private peer-to-peer messaging or distributed storage.",
|
||
"cta": {
|
||
"label": "Documentation",
|
||
"href": "https://docs.logos.co/basecamp",
|
||
"external": true,
|
||
"variant": "primary"
|
||
},
|
||
"secondaryCta": {
|
||
"label": "Install Macos",
|
||
"href": "https://github.com/logos-co/logos-basecamp/releases#release-0.2.3",
|
||
"external": true,
|
||
"variant": "secondary"
|
||
}
|
||
},
|
||
{
|
||
"number": "02",
|
||
"title": "Step 02",
|
||
"description": "When you run an app on Basecamp, Basecamp automatically loads in and configures the modules you need. Modules are loaded, updated, and managed through a built-in package manager, and new modules can be added as the stack grows. "
|
||
},
|
||
{
|
||
"number": "03",
|
||
"title": "Step 03",
|
||
"description": "Basecamp is a dynamic interface for applications built on the private, decentralised internet. The more tools are built on the Logos stack, the more its capabilities grow without requiring you to reinstall or reconfigure anything."
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"componentType": "ctaPanel",
|
||
"key": "basecamp.localFirst",
|
||
"eyebrow": "basecamp",
|
||
"footerLabel": "Storage",
|
||
"title": "Local First",
|
||
"description": "Logos Basecamp runs entirely on your own hardware. Your keys, your data, and your activity never leave your device unless you choose to broadcast a transaction to the network.\n\nThere is no hosted backend, no telemetry layer, and no intermediary between you and the network. When you run Basecamp, you are the infrastructure. Running local-first software means no server breaches, data harvesting, platform deplatforming, or silent policy changes that affect how your information is stored or shared.",
|
||
"image": {
|
||
"src": "/images/basecamp/local-first.webp",
|
||
"alt": "",
|
||
"width": 736,
|
||
"height": 831
|
||
},
|
||
"cta": {
|
||
"label": "Documentation",
|
||
"href": "https://docs.logos.co/basecamp",
|
||
"variant": "secondary"
|
||
}
|
||
},
|
||
{
|
||
"componentType": "featuredText",
|
||
"key": "basecamp.modular",
|
||
"title": {
|
||
"highlight": "Modular",
|
||
"rest": "by design"
|
||
},
|
||
"body": [
|
||
"Basecamp is designed as a seamless interface for apps that use the Logos stack. All modules run locally on your machine and deliver different functions. The modules you run depend on the app you are using."
|
||
]
|
||
},
|
||
{
|
||
"componentType": "cardGrid",
|
||
"key": "basecamp.capabilities",
|
||
"heading": "What you can you do with Basecamp",
|
||
"cards": [
|
||
{
|
||
"title": "Wallet",
|
||
"description": "Create and manage accounts on the Logos Execution Zone. Send and receive tokens, including privacy-preserving transfers backed by zero-knowledge proofs where the network verifies correctness without ever seeing your private data."
|
||
},
|
||
{
|
||
"title": "Private Messaging",
|
||
"description": "Send encrypted messages over the Logos communications layer. Messages flow peer-to-peer through a mix-routed network with no central relay or metadata logging."
|
||
},
|
||
{
|
||
"title": "Blockchain Explorer",
|
||
"description": "Inspect the chain, browse transactions, and explore activity on the Logos Execution Zone."
|
||
},
|
||
{
|
||
"title": "File Sharing",
|
||
"description": "Store and share files using decentralised storage. Your file index stays on your device; data moves directly between peers."
|
||
},
|
||
{
|
||
"title": "Node Dashboard",
|
||
"description": "Run a full blockchain node directly from Basecamp. Participate in the testnet, validate module integration, and contribute to the health of the network."
|
||
},
|
||
{
|
||
"title": "Package Manager",
|
||
"description": "Browse, install, and manage modules. As new tools are built on the Logos stack, Basecamp discovers them automatically."
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"componentType": "cardGrid",
|
||
"key": "basecamp.resources",
|
||
"cards": [
|
||
{
|
||
"title": "Basecamp Documentation",
|
||
"description": "Basecamp is an open-source application. If you want to explore the codebase, build from source, or develop your own modules, everything lives on GitHub.",
|
||
"cta": {
|
||
"label": "View the docs",
|
||
"href": "https://docs.logos.co/",
|
||
"external": true,
|
||
"variant": "primary"
|
||
}
|
||
},
|
||
{
|
||
"title": "Start Building",
|
||
"description": "Build privacy-preserving tools and applications",
|
||
"image": {
|
||
"src": "/images/basecamp/builder-hub.webp",
|
||
"alt": "",
|
||
"width": 2880,
|
||
"height": 3839
|
||
},
|
||
"cta": {
|
||
"label": "Build",
|
||
"href": "/get-started",
|
||
"variant": "secondary"
|
||
}
|
||
},
|
||
{
|
||
"title": "Install Basecamp",
|
||
"description": "Download the local launcher for apps built on Logos",
|
||
"cta": {
|
||
"label": "Install",
|
||
"href": "https://github.com/logos-co/logos-basecamp/releases#release-0.2.3",
|
||
"external": true,
|
||
"variant": "primary",
|
||
"iconOverride": "download"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|