2023-08-02 20:28:43 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
2023-08-16 20:29:07 +00:00
< title > Element and Matrix Service from Federated< / title >
2023-08-02 20:28:43 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" / >
<!-- Themify -->
< link rel = "stylesheet" href = "https://www.federated.computer/themify/themify.css" >
<!-- Critical CSS -->
< link href = "https://www.federated.computer/scss/critical.min.css" rel = "stylesheet" / >
<!-- Favicon -->
2023-10-02 21:49:17 +00:00
< link rel = "shortcut icon" href = "https://www.federated.computer/images/favicon.ico" type = "image/x-icon" / >
< link rel = "icon" href = "https://www.federated.computer/images/favicon.ico" type = "image/x-icon" / >
2023-08-02 20:28:43 +00:00
2023-09-07 17:14:37 +00:00
2023-08-02 20:28:43 +00:00
< script defer data-domain = "federated.computer" src = "https://plausible.io/js/script.js" >
< / script >
2023-09-07 17:14:37 +00:00
2023-10-17 15:41:02 +00:00
2023-11-06 17:49:19 +00:00
< script > ( f u n c t i o n ( w , d , s , l , i ) { w [ l ] = w [ l ] | | [ ] ; w [ l ] . p u s h ( { ' g t m . s t a r t ' :
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WD9K8NK9');
2023-08-02 20:28:43 +00:00
< / script >
2023-08-30 14:57:09 +00:00
2023-10-17 15:41:02 +00:00
2023-11-06 17:49:19 +00:00
2023-08-30 14:57:09 +00:00
< script > var FreeScoutW = { s : { "color" : "#0068bd" , "position" : "br" , "id" : 401123151 } } ; ( function ( d , e , s ) { if ( d . getElementById ( "freescout-w" ) ) return ; a = d . createElement ( e ) ; m = d . getElementsByTagName ( e ) [ 0 ] ; a . async = 1 ; a . id = "freescout-w" ; a . src = s ; m . parentNode . insertBefore ( a , m ) } ) ( document , "script" , "https://support.federated.computer/modules/chat/js/widget.js?v=3115" ) ; < / script >
2023-08-02 20:28:43 +00:00
2023-10-03 17:16:05 +00:00
< script type = "text/javascript" >
twq('event', 'tw-ogjuo-ogqd0', {
});
< / script >
2023-10-18 13:09:41 +00:00
< script > ( function ( w , r ) { w . _rwq = r ; w [ r ] = w [ r ] || function ( ) { ( w [ r ] . q = w [ r ] . q || [ ] ) . push ( arguments ) } } ) ( window , 'rewardful' ) ; < / script >
< script async src = 'https://r.wdfl.co/rw.js' data-rewardful = '9bfd42' > < / script >
2023-10-31 15:19:45 +00:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js" > < / script >
2023-10-18 13:09:41 +00:00
2023-08-02 20:28:43 +00:00
< / head >
< body >
< nav class = "main-nav navbar navbar-expand-lg" >
< div class = "container-fluid" >
< a class = "navbar-brand" href = "https://www.federated.computer" >
< img
class="logo-main"
src="https://www.federated.computer/images/logo.png"
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" >
< a href = "https://www.federated.computer/#hero" class = "nav-link " > Home< / a >
< / li >
< li class = "nav-item" >
< a href = "https://www.federated.computer#" class = "nav-link " > Product< / a >
< span class = "drop-icon" for = "Product" > ▾< / span >
< ul class = "sub-menu" >
< li class = "" >
< a href = "https://www.federated.computer/description" class = "nav-link " > Federated Core< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/email" class = "nav-link " > Email< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/nextcloud" class = "nav-link " > Nextcloud< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/jitsi" class = "nav-link " > Jitsi< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/elementmatrix" class = "nav-link " > Element & Matrix< / a >
< / li >
2023-08-10 12:50:28 +00:00
< li class = "" >
< a href = "https://www.federated.computer/baserow" class = "nav-link " > Baserow< / a >
< / li >
2023-09-19 18:18:01 +00:00
< li class = "" >
< a href = "https://www.federated.computer/listmonk" class = "nav-link " > Listmonk< / a >
< / li >
2023-08-02 20:28:43 +00:00
< li class = "" >
< a href = "https://www.federated.computer/wordpress" class = "nav-link " > Wordpress< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/castopod" class = "nav-link " > Castopod< / a >
< / li >
2023-08-28 17:30:31 +00:00
< li class = "" >
< a href = "https://www.federated.computer/gitea" class = "nav-link " > Gitea< / a >
< / li >
2023-08-02 20:28:43 +00:00
< li class = "" >
< a href = "https://www.federated.computer/comparison" class = "nav-link " > vs Competition< / a >
< / li >
< / ul >
< / li >
< li class = "nav-item" >
2023-11-08 12:55:36 +00:00
< a href = "https://www.federated.computer/pricing" class = "nav-link " > Pricing< / a >
2023-08-02 20:28:43 +00:00
< / li >
< li class = "nav-item" >
2023-11-08 12:55:36 +00:00
< a href = "https://www.federated.computer/support" class = "nav-link " > Support< / a >
2023-08-02 20:28:43 +00:00
< / li >
< li class = "nav-item" >
< a href = "https://www.federated.computer#" class = "nav-link " > Community< / a >
< span class = "drop-icon" for = "Community" > ▾< / span >
< ul class = "sub-menu" >
< li class = "" >
< a href = "https://www.federated.computer/merchandise" class = "nav-link " > Merchandise< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/blog" class = "nav-link " > Blog< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/projectswelove" class = "nav-link " > Projects We Love< / a >
< / li >
< / ul >
< / li >
< / ul >
< div class = "account-list list-inline" >
< li class = "list-inline-item" >
2023-11-08 12:55:36 +00:00
< a href = "https://pay.federated.computer/b/4gw7uGcO46gdgtq002" class = "btn btn-sm btn-violate" >
2023-08-02 20:28:43 +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" >
2023-08-16 20:29:07 +00:00
< h1 > Element and Matrix Service from Federated< / h1 >
2023-08-02 20:28:43 +00:00
< p >
You don' t have to be stuck with Slack...
< / p >
< / div >
< / div >
< / div >
< / section >
< section class = "blog-single" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-10 mx-auto" >
< article class = "blog-single-post" >
2023-08-16 20:29:07 +00:00
< p > < a href = "https://www.youtube.com/watch?v=kjZCD14qMK0" > < img src = "/images/general/whatiselement.png" alt = "IMAGE Element Introduction" > < / a > < / p >
< h2 id = "slack-72-per-month-for-a-team-of-10-people-with-federated-included" > Slack? $72 per month for a team of 10 people! With Federated, Included.< / h2 >
2023-08-02 20:28:43 +00:00
< p > Slack is a centralized service and locks you in to a closed system.< / p >
< p > You could instead own your company’ s data and run it 100% privately on your own virtual machine on Matrix with Federated Computer for only $39 per month.< / p >
< p > Leave the Slack silo behind and get:< / p >
< ol >
< li > Unlimited private and public rooms< / li >
< li > Fully encrypted< / li >
< li > Single-sign on (SSO)< / li >
< li > Element is the free client-side app that works with Matrix available for Windows, Mac, Linux desktop and Android/iOS< / li >
< li > Video and voice chat< / li >
< / ol >
< p > < img src = "/images/general/matrixatwork.png" alt = "image" > < / p >
< p > Matrix is part of Federated Core which also includes email hosting, VPN (Wireguard), Nextcloud, Baserow (Airtable clone), and more! Use what you want.< / p >
< p > If you’ re entrenched in Slack, don’ t fret! Migration is simple: < a href = "https://element.io/blog/slack-migration/" > https://element.io/blog/slack-migration/< / a > < / p >
< p > The Element wizard (software from Element) will migrate a complete Slack Workspace including all users, public channels, messages and files.< / p >
< p > < img src = "/images/general/matrixslackcomparison.png" alt = "image" > < / p >
2023-08-07 20:54:48 +00:00
< p > < strong > The Convenience of SaaS, the Security of Open-Source Solutions< / strong > < / p >
< p > Federated Core remains steadfast in its value proposition: bridging the gap between the convenience of Software as a Service (SaaS) and the security of open-source solutions. By integrating Castopod into Federated Core, we are expanding the horizons of your online business potential while upholding our commitment to data privacy, encryption, and automated backups.< / p >
< p > For just $39 per month (per domain), Federated Core empowers you with the tools you need for managing your podcast, backed by the Castopod developer community.< / p >
2023-08-02 20:28:43 +00:00
< / article >
< / div >
2023-11-06 17:49:19 +00:00
< noscript > < iframe src = "https://www.googletagmanager.com/ns.html?id=GTM-WD9K8NK9"
height="0" width="0" style="display:none;visibility:hidden">< / iframe > < / noscript >
2023-08-02 20:28:43 +00:00
< / div >
< / div >
< / section >
< / div >
< footer class = "footer" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-12" >
< div class = "footer-subscribe-title" >
2023-10-18 13:09:41 +00:00
< h2 > Open-Source-as-a-Service< / h2 >
2023-08-02 20:28:43 +00:00
< / div >
< / div >
< div class = "col-lg-8 mx-auto" >
2023-08-16 19:27:16 +00:00
2023-08-02 20:28:43 +00:00
< / div >
< / div >
< div class = "row" >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-description" >
< img src = "https://www.federated.computer/images/logo.png" alt = "logo" >
< div class = "footer-widget-list" >
< ul >
< li >
< li > < a href = "https://www.federated.computer/developers" > Developers< / a > < / li >
< li > < a href = "https://www.federated.computer/careers" > Careers< / a > < / li >
< li > < a href = "https://www.federated.computer/partners" > Resellers & Partners< / a > < / li >
< / 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 >
< li > < a href = "https://www.federated.computer" > Home< / a > < / li >
< li > < a href = "https://www.federated.computer/blog" > Latest Blogs< / a > < / li >
< li > < a href = "https://www.federated.computer/privacy" > Privacy & Policy< / a > < / li >
< li > < a href = "https://www.federated.computer/team" > Team< / a > < / li >
< li > < a href = "https://www.federated.computer/contact" > Contact< / a > < / li >
< / 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 >
< li > < a href = "mailto:info@federated.computer" > < i class = "ti-email" > < / i > info@federated.computer< / a > < / li >
2023-11-08 12:55:36 +00:00
< li > < p > < i class = "ti-pin" > < / i > Colorado Springs, Colorado< / p > < / li >
2023-08-02 20:28:43 +00:00
< / ul >
< / div >
< / div >
< / div >
< div class = "footer-copyright" >
< p >
All rights reserved
< / br >
Copyright © < a href = "https://www.federated.computer" target = "_blank" > Federated Computer, Inc. < / a > 2023. Hosted on a Federated Core.
< / p >
< ul class = "footer-description-social" >
< li >
< a href = "https://twitter.com/federatedworld" > < i class = "ti-twitter-alt" > < / i > < / a >
< / li >
< li >
< a href = "https://github.com/federatedcomputer" > < i class = "ti-github" > < / i > < / a >
< / li >
< li >
< a href = "https://www.reddit.com/r/federatedworld/" > < i class = "ti-reddit" > < / i > < / a >
< / li >
< li class = "social-icon" >
< a href = "https://iris.to/npub1hpnu5kl8lar2m6wz9s72zrmasr96rsc34r0y8e5sfdswueqeaf6svpj0x7" > < img src = "/images/footer/nostr1.png" > < / a >
< / li >
< / ul >
< / div >
< / div >
< / div >
< / footer >
< link href = "https://www.federated.computer/scss/non-critical.min.css" rel = "stylesheet" / >
< script src = "https://www.federated.computer/js/vendor.min.js" > < / script >
< script src = "https://www.federated.computer/js/script.min.js" > < / script >
< / body >
< / html >