Files
enterprise.federated.computer/data/landing.yaml
2026-05-28 11:51:22 -06:00

204 lines
7.1 KiB
YAML

# Note: Template blocks require a 'weight' parameter so they're correctly ordered on the landing page
# Hero
hero:
enable: true
weight: 10
template: hero
backgroundImage:
path: "images/templates/hero"
filename:
desktop: "gradient-desktop.webp"
mobile: "gradient-mobile.webp"
badge:
text: v2.1 (May, 2026)
color: primary # primary, secondary, success, danger, warning, info, light, dark
pill: false # boolean
soft: true # boolean
title: "Federated Core Platform"
subtitle: Everything you need to deploy, monitor, backup, and support the best open source SaaS applications on the VM, host, server, or cloud you want. Self-hosting without the self-doubt.
image:
path: "images" # path to image under configured assets directory. default 'images'
filename: "scanner.png" # filename of your hero image (including file extension)
alt: "Core Scanner" # Optional but recommended
boxShadow: true # default 'false' (excludes .svg images)
rounded: true # round the image corners? default 'false' (excludes .svg images)
ctaButton:
icon: rocket_launch
btnText: "Learn More"
url: "/docs/overview/"
# cta2Button:
# icon: construction
# btnText: "Roadmap"
# url: "/docs/about-federated-computer/roadmap.md"
# Feature Grid
featureGrid:
enable: true
weight: 20
template: feature grid
title: Why Choose Federated Core Platform?
subtitle: More and more businesses and individuals are moving away from expensive, intrusive, and proprietary software like Google and Microsoft to open source SaaS. With Federated Core Platform, you can offer the best open source SaaS product on your own cloud, VMs, hosts, servers, and ear great margins on an easy-to-manage platform.
items:
- title: Fast, Popular, Secure
icon: speed
description: Used by 10s of millions of users around the globe, open source SaaS is fast, feature-rich, and always being improved.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/fast/
- title: Flexibility
icon: settings
description: Your customers, your partners, and you all building the solutions paying customers want for their busineses. That's superior value.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/flexibility/
- title: Privacy & Security
icon: lock
description: There's nothing "shared" in a Federated Core installation. Everything is specific to your customer. Your customers achieve industry-leading privacy and security.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/privacy-security/
- title: Unbeatable Profits
icon: trending_up
description: Based on open source, our partners deliver offerings that provide great value for customers and 80+% operating margins.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/unbeatable-profits/
- title: Up-to-Date Software
icon: change_history
description: Built in to Federated Core Platform is a battle-tested system for keeping everything up-to-date, patched, and running smoothly.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/up-to-date-software/
- title: 24/7 Management
icon: dark_mode
description: Our team and "intelligent" software platform ensure your offering runs without problems 24/7/365.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/24-7-management/
- title: Great Customer Support
icon: search
description: We provide your customers the best experience on-boarding, learning and using all the software, and dealing with any hurdles. Email, SMS, phone.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/great-customer-support/
- title: Multilingual Support
icon: translate
description: Federated Computer's curated open source SaaS products are curated for those offering the most popular languages used by your customers and partners.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/multilingual-support/
- title: Customizable
icon: palette
description: Additional open source SaaS and workflows can be added to your particular offerings easily. You can define bundles of software and services for the best experience and a differentiated product offering.
ctaLink:
text: Learn more
url: /docs/why-choose-federated-core-platform/customizable/
imageText:
enable: true
weight: 25
template: image text
title: Federated Core Platform is built with performance, affordability, and security in mind. Customers around the world appreciate Federated Core Platform's savings and reliability. Developers can build purpose built devices, services and workflows using Core Platform.
subtitle: You can bring the best of open source SaaS to your customers opening up new paths to high-margins and customer satisfaction.
list:
- text: Blazing fast applications speeds
icon: speed
- text: Margins that make the CFO smile
icon: area_chart
- text: Designed for customer satisfaction
icon: accessibility
image:
path: "images/templates/single"
filename: "coreplatform.svg"
alt: "Federated Core Platform" # Optional but recommended
imgOrder:
desktop: 2
mobile: 1
ctaButton:
text: Learn more
url: "/docs/overview"
# Image compare
imageCompare:
enable: false
weight: 30
template: image compare
title: Customise The Lotus Docs Appearance
subtitle: Much of Lotus Docs' appearance can be customised. Dark mode is optional (enabled by default) and you can choose a Google font that suites you via the config parameters.
items:
- title: Dark Mode
config: {
startingPoint: 50,
addCircle: true,
addCircleBlur: false,
showLabels: true,
labelOptions: {
before: 'Dark',
after: 'Light',
onHover: false
}
}
imagePath: "images/screenshots"
imageBefore: "lotusdocs_dark_v0.8.webp"
imageAfter: "lotusdocs_light_v0.8.webp"
- title: Custom Fonts
config: {
controlColor: "#3C4257",
startingPoint: 25,
addCircle: true,
addCircleBlur: false,
showLabels: true,
labelOptions: {
before: 'Inter',
after: 'Life Saver',
onHover: false
}
}
imagePath: "images/screenshots"
imageBefore: "lotusdocs_google_font_demo_inter_screenshot.webp"
imageAfter: "lotusdocs_google_font_demo_lifesavers_screenshot.webp"
- title: Accent Color
config: {
startingPoint: 25,
addCircle: true,
addCircleBlur: true,
showLabels: true,
labelOptions: {
before: 'Blue',
after: 'Cardinal',
onHover: false
}
}
imagePath: "images/screenshots"
imageBefore: "lotusdocs_blue_theme_colour.webp"
imageAfter: "lotusdocs_cardinal_theme_colour.webp"