2023-06-05 11:25:35 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
< title > Comparison< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" / >
<!-- Themify -->
2023-06-05 11:31:35 +00:00
< link rel = "stylesheet" href = "https://www.federated.computer/themify/themify.css" >
2023-06-05 11:25:35 +00:00
<!-- Critical CSS -->
2023-06-05 11:31:35 +00:00
< link href = "https://www.federated.computer/scss/critical.min.css" rel = "stylesheet" / >
2023-06-05 11:25:35 +00:00
<!-- Favicon -->
2023-06-05 11:31:35 +00:00
< link rel = "shortcut icon" href = "https://www.federated.computer/images/favicon.png" type = "image/x-icon" / >
< link rel = "icon" href = "https://www.federated.computer/images/favicon.png" type = "image/x-icon" / >
2023-06-05 11:25:35 +00:00
2023-06-06 11:25:06 +00:00
< script defer data-domain = "federated.computer" src = "https://plausible.io/js/script.js" >
< / script >
2023-06-20 21:25:00 +00:00
< script async src = "https://www.googletagmanager.com/gtag/js?id=G-YSPFBHDRLR" >
< / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YSPFBHDRLR');
< / script >
2023-06-05 11:25:35 +00:00
< / head >
< body >
< nav class = "main-nav navbar navbar-expand-lg" >
< div class = "container-fluid" >
2023-06-05 11:31:35 +00:00
< a class = "navbar-brand" href = "https://www.federated.computer" >
2023-06-05 11:25:35 +00:00
< img
class="logo-main"
2023-06-05 11:31:35 +00:00
src="https://www.federated.computer/images/logo.png"
2023-06-05 11:25:35 +00:00
alt="logo-white"
/>
< / a >
< button
class="navbar-toggler collapsed"
type="button"
data-toggle="collapse"
data-target="#mainNav"
>
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< div class = "collapse navbar-collapse nav-list" id = "mainNav" >
< ul class = "navbar-nav ml-auto" >
< li class = "nav-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer/#hero" class = "nav-link " > Home< / a >
2023-06-05 11:25:35 +00:00
< / li >
< li class = "nav-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer#" class = "nav-link " > Product< / a >
2023-06-05 11:25:35 +00:00
< span class = "drop-icon" for = "Product" > ▾< / span >
< ul class = "sub-menu" >
< li class = "" >
2023-06-05 16:42:16 +00:00
< a href = "https://www.federated.computer/description" class = "nav-link " > Federated Core< / a >
2023-06-05 11:25:35 +00:00
< / li >
< li class = "" >
2023-06-05 16:42:16 +00:00
< a href = "https://www.federated.computer/comparison" class = "nav-link " > vs Competition< / a >
2023-06-05 11:25:35 +00:00
< / li >
< / ul >
< / li >
< li class = "nav-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer/support" class = "nav-link " > Support< / a >
2023-06-05 11:25:35 +00:00
< / li >
< li class = "nav-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer/documentation" class = "nav-link " > Docs< / a >
2023-06-05 11:25:35 +00:00
< / li >
< li class = "nav-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer#" class = "nav-link " > Community< / a >
2023-06-05 11:25:35 +00:00
< span class = "drop-icon" for = "Community" > ▾< / span >
< ul class = "sub-menu" >
< li class = "" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer/merchandise" class = "nav-link " > Merchandise< / a >
2023-06-05 11:25:35 +00:00
< / li >
< li class = "" >
2023-06-24 15:12:01 +00:00
< a href = "https://www.federated.computer/blog" class = "nav-link " > Sovereign Reset< / a >
2023-06-05 11:25:35 +00:00
< / li >
< li class = "" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer/projectswelove" class = "nav-link " > Projects We Love< / a >
2023-06-05 11:25:35 +00:00
< / li >
< / ul >
< / li >
< / ul >
< div class = "account-list list-inline" >
< li class = "list-inline-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer/purchase" class = "btn btn-sm btn-violate" >
2023-06-05 11:25:35 +00:00
Buy now
< / a >
< / li >
< / div >
< / div >
< / div >
< / nav >
< div id = "content" >
< section class = "page-header" >
< div class = "container" >
< div class = "row justify-content-center" >
< div class = "col-lg-8" >
< h1 > Comparison< / h1 >
< p >
Comparing Federated Computer with the Other Products
< / p >
< / div >
< / div >
< / div >
< / section >
2023-06-05 16:42:16 +00:00
< section class = "blog-single" >
2023-06-05 11:25:35 +00:00
< div class = "container" >
< div class = "row" >
< div class = "col-lg-10 mx-auto" >
2023-06-05 16:42:16 +00:00
< article class = "blog-single-post" >
2023-06-05 16:58:35 +00:00
< p > There are some < em > amazing< / em > offerings available for individuals, teams, and small businesses today. The trouble is, kinda like cable and entertainment pricing, all the subscriptions really start to add up, and they don’ t really work well together.< / p >
2023-06-05 16:42:16 +00:00
< h3 id = "federated-core-compared-to-the-competition" > Federated Core Compared to the Competition< / h3 >
2023-06-07 14:52:41 +00:00
< p > We’ ve done the math and we come up with some significant saving for Federated Computer Customers.< / p >
< h1 id = "federated-core-39month-competition-39365month" > Federated Core: $39/month. Competition: $393.65/month.< / h1 >
< p > (Assuming five users. Here’ s a handy reference list to understand how Federated Core stacks up to the competition. The idea is to give you a sense of what other products you’ d have to collect together to make up a Federated Core for five users.)< / p >
2023-06-05 17:46:33 +00:00
< ul >
2023-06-06 10:16:20 +00:00
< li > < strong > Groupware< / strong > : Federated comes with Nextcloud, a full featured groupware platform comparable to Google Workplace (pricing: $12/month x 5 = $60/month).< / li >
2023-06-05 17:46:33 +00:00
< li > < strong > Mail< / strong > : Both Federated and Google Workplace include an email service for no additional charge.< / li >
< li > < strong > Video Conferencing< / strong > : Federated includes Jitsi which is also the basis for Google Meet, a part of Google Workplace.< / li >
< li > < strong > Worldwide Chat< / strong > : Element/Matrix provide you with a global chat/communications platform. That would cost $7.25/month from Slack or $39.95.< / li >
< li > < strong > Email Marketing< / strong > : Listmonk is included in Federated replacing Mailchimp at $20/month.< / li >
< li > < strong > Database/Custom Applications< / strong > : Baserow is included replacing Airtable for $100/month for 5 users.< / li >
< li > < strong > Password Management< / strong > : Vaultwarden does everything you’ d pay $19.95 to get from 1Password.< / li >
< li > < strong > VPN< / strong > : our Wireguard solution replaces NordVPN at $3.29/month per user or $16.45.< / li >
< li > < strong > Source Code< / strong > and < strong > Static Website Publishing< / strong > replaces Netlify, assuming two users, for $38/month.< / li >
< li > < strong > Backups< / strong > are included for both Federated Core and Google Workplace.< / li >
2023-06-06 10:16:20 +00:00
< li > < strong > Human Support< / strong > is included with Federated Core. Is it fair to say you might spend $100/month for someone outside to help you work with all your other software?< / li >
2023-06-05 17:46:33 +00:00
< / ul >
2023-06-06 10:16:20 +00:00
< p > Federated Core is: flexible, integrated, great value for $39/month. The Competition is: fixed and rigid, dis-connected, and very expensive at $393.65/month. Make your own comparison, live a digital self sovereign life, and come join us at Federated Computer.< / p >
< h3 id = "how-is-this-possible" > How is this possible?< / h3 >
2023-06-07 14:52:41 +00:00
< p > Federated Core delivers high value because it is built using industry-best open-source software. Federated works to provide the right levels of integration and on-of-the-box ease-of-use. And we have the experience to package and deliver the right solution for you at a compelling price for both of us.< / p >
2023-06-05 11:25:35 +00:00
2023-06-05 16:42:16 +00:00
< / article >
2023-06-05 11:25:35 +00:00
< / div >
< / div >
< / div >
< / section >
< / div >
< footer class = "footer" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-12" >
< div class = "footer-subscribe-title" >
< h2 > Support Digital Sovereignty< / h2 >
< / div >
< / div >
< div class = "col-lg-8 mx-auto" >
< form action = "#" class = "footer-subscribe-form" >
< div class = "from-group" >
< div class = "input-group" >
< input type = "email" class = "form-control" placeholder = "Enter Your E-mail" >
< div class = "subscribe" >
< button class = "btn btn-subscribe" type = "submit" >
< span class = "btn-area" >
Subscribe
< / span >
< svg class = "icon-left" xmlns = "http://www.w3.org/2000/svg" width = "16.317" height = "15.323"
viewBox="0 0 16.317 15.323">
< g data-name = "Group 1167" >
< g data-name = "Group 1166" >
< path data-name = "Path 1349"
d="M.004 5.359a.7.7 0 00.587.693l6.091 1.609L.591 9.27a.7.7 0 00-.587.693v4.656a.7.7 0 00.206.5.726.726 0 00.119.1.7.7 0 00.675.044l14.911-6.958a.7.7 0 000-1.274L1.004.066a.7.7 0 00-1 .637zm13.952 2.3"
fill="#fff" />
< / g >
< / g >
< / svg >
< svg class = "icon-center" xmlns = "http://www.w3.org/2000/svg" width = "16.317" height = "15.323"
viewBox="0 0 16.317 15.323">
< g data-name = "Group 1167" >
< g data-name = "Group 1166" >
< path data-name = "Path 1349"
d="M.004 5.359a.7.7 0 00.587.693l6.091 1.609L.591 9.27a.7.7 0 00-.587.693v4.656a.7.7 0 00.206.5.726.726 0 00.119.1.7.7 0 00.675.044l14.911-6.958a.7.7 0 000-1.274L1.004.066a.7.7 0 00-1 .637zm13.952 2.3"
fill="#fff" />
< / g >
< / g >
< / svg >
< / button >
< / div >
< / div >
< / div >
< / form >
< / div >
< / div >
< div class = "row" >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-description" >
2023-06-05 11:31:35 +00:00
< img src = "https://www.federated.computer/images/logo.png" alt = "logo" >
2023-06-05 11:25:35 +00:00
< div class = "footer-widget-list" >
< ul >
< li >
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/developers" > Developers< / a > < / li >
2023-06-05 11:25:35 +00:00
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/careers" > Careers< / a > < / li >
2023-06-05 11:25:35 +00:00
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/partners" > Resellers & Partners< / a > < / li >
2023-06-05 11:25:35 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-widget" >
< h4 > Sitemap< / h4 >
< div class = "footer-widget-list" >
< ul >
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer" > Home< / a > < / li >
2023-06-05 11:25:35 +00:00
2023-06-06 15:37:41 +00:00
< li > < a href = "https://www.federated.computer/blog" > Latest Blogs< / a > < / li >
2023-06-05 11:25:35 +00:00
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/privacy" > Privacy & Policy< / a > < / li >
2023-06-05 11:25:35 +00:00
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/team" > Team< / a > < / li >
2023-06-05 11:25:35 +00:00
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/contact" > Contact< / a > < / li >
2023-06-05 11:25:35 +00:00
< / ul >
< / div >
< / div >
< / div >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-widget" >
< h4 > Address< / h4 >
< div class = "footer-widget-list" >
< ul >
< li > < a href = "tel:+1-970-722-8715" > < i class = "ti-mobile" > < / i > + 1-970-722-8715< / a > < / li >
2023-06-05 13:14:17 +00:00
< li > < a href = "mailto:info@federated.computer" > < i class = "ti-email" > < / i > info@federated.computer< / a > < / li >
2023-06-05 11:25:35 +00:00
< li > < p > < i class = "ti-pin" > < / i > RXR5+ 83< / p > < / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "footer-copyright" >
< p >
All rights reserved
< / br >
2023-06-05 13:14:17 +00:00
Copyright © < a href = "https://www.federated.computer" target = "_blank" > Federated Computer, Inc. < / a > 2023. Hosted on a Federated Core.
2023-06-05 11:25:35 +00:00
< / p >
< ul class = "footer-description-social" >
< li >
< a href = "https://twitter.com/federatedworld" > < i class = "ti-twitter-alt" > < / i > < / a >
< / li >
< li >
2023-06-06 15:37:41 +00:00
< a href = "https://github.com/federatedcomputer" > < i class = "ti-github" > < / i > < / a >
2023-06-05 11:25:35 +00:00
< / li >
< li >
< a href = "https://www.reddit.com/r/federatedworld/" > < i class = "ti-reddit" > < / i > < / a >
< / li >
< li class = "social-icon" >
2023-06-06 15:37:41 +00:00
< a href = "https://iris.to/npub1hpnu5kl8lar2m6wz9s72zrmasr96rsc34r0y8e5sfdswueqeaf6svpj0x7" > < img src = "/images/footer/nostr1.png" > < / a >
2023-06-05 11:25:35 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< / footer >
2023-06-05 11:31:35 +00:00
< link href = "https://www.federated.computer/scss/non-critical.min.css" rel = "stylesheet" / >
2023-06-05 11:25:35 +00:00
2023-06-05 11:31:35 +00:00
< script src = "https://www.federated.computer/js/vendor.min.js" > < / script >
2023-06-05 11:25:35 +00:00
2023-06-05 11:31:35 +00:00
< script src = "https://www.federated.computer/js/script.min.js" > < / script >
2023-06-05 11:25:35 +00:00
< / body >
< / html >