CINXE.COM

Patreon Belongs in the Fediverse

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Patreon Belongs in the Fediverse</title> <link rel="stylesheet" href="https://www.augment.ink/assets/built/screen.css?v=19002ed318"> <style> :root { --background-color: #ffffff } </style> <script> /* The script for calculating the color contrast was taken from https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */ var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color'); accentColor = accentColor.trim().slice(1); var r = parseInt(accentColor.substr(0, 2), 16); var g = parseInt(accentColor.substr(2, 2), 16); var b = parseInt(accentColor.substr(4, 2), 16); var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000; var textColor = (yiq >= 128) ? 'dark' : 'light'; document.documentElement.className = `has-${textColor}-text`; </script> <meta name="description" content="Patreon needs to become Threads before Threads become Patreon."> <link rel="icon" href="https://www.augment.ink/content/images/size/w256h256/2024/06/Copy-of-Your-paragraph-text-2.png" type="image/png"> <link rel="canonical" href="https://www.augment.ink/patreon-fediverse/"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta property="og:site_name" content="augment"> <meta property="og:type" content="article"> <meta property="og:title" content="Patreon Belongs in the Fediverse"> <meta property="og:description" content="Patreon needs to become Threads before Threads become Patreon."> <meta property="og:url" content="https://www.augment.ink/patreon-fediverse/"> <meta property="og:image" content="https://www.augment.ink/content/images/size/w1200/2024/06/fedipat-1.png"> <meta property="article:published_time" content="2024-06-03T20:31:55.000Z"> <meta property="article:modified_time" content="2024-06-03T20:34:11.000Z"> <meta property="article:tag" content="patreon"> <meta property="article:tag" content="threads"> <meta property="article:tag" content="activitypub"> <meta property="article:tag" content="fediverse"> <meta property="article:tag" content="social media"> <meta property="article:tag" content="creator economy"> <meta property="article:publisher" content="https://www.facebook.com/ghost"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Patreon Belongs in the Fediverse"> <meta name="twitter:description" content="Patreon needs to become Threads before Threads become Patreon."> <meta name="twitter:url" content="https://www.augment.ink/patreon-fediverse/"> <meta name="twitter:image" content="https://www.augment.ink/content/images/size/w1200/2024/06/fedipat-1.png"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Anuj Ahooja"> <meta name="twitter:label2" content="Filed under"> <meta name="twitter:data2" content="patreon, threads, activitypub, fediverse, social media, creator economy"> <meta name="twitter:site" content="@ghost"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="649"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "publisher": { "@type": "Organization", "name": "augment", "url": "https://www.augment.ink/", "logo": { "@type": "ImageObject", "url": "https://www.augment.ink/content/images/2024/06/Untitled-design.png" } }, "author": { "@type": "Person", "name": "Anuj Ahooja", "image": { "@type": "ImageObject", "url": "https://www.augment.ink/content/images/size/w1200/2024/02/received_322200897498364-2.jpeg", "width": 1200, "height": 1201 }, "url": "https://www.augment.ink/author/anuj/", "sameAs": [] }, "headline": "Patreon Belongs in the Fediverse", "url": "https://www.augment.ink/patreon-fediverse/", "datePublished": "2024-06-03T20:31:55.000Z", "dateModified": "2024-06-03T20:34:11.000Z", "image": { "@type": "ImageObject", "url": "https://www.augment.ink/content/images/size/w1200/2024/06/fedipat-1.png", "width": 1200, "height": 649 }, "keywords": "patreon, threads, activitypub, fediverse, social media, creator economy", "description": "Patreon needs to become Threads before Threads become Patreon.", "mainEntityOfPage": "https://www.augment.ink/patreon-fediverse/" } </script> <meta name="generator" content="Ghost 5.101"> <link rel="alternate" type="application/rss+xml" title="augment" href="https://www.augment.ink/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.46/umd/portal.min.js" data-i18n="true" data-ghost="https://www.augment.ink/" data-key="feea719b673a885c9b3a91aae7" data-api="https://augmentink.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style><script async src="https://js.stripe.com/v3/"></script> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="feea719b673a885c9b3a91aae7" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://augmentink.ghost.io/" data-locale="en" crossorigin="anonymous"></script> <link href="https://www.augment.ink/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=19002ed318"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=19002ed318"> <script defer src="/public/member-attribution.min.js?v=19002ed318"></script><style>:root {--ghost-accent-color: #ff0000;}</style> <div id="fb-root"></div> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v19.0" nonce="KrXer36U"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QG1BRT6R0V"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QG1BRT6R0V'); </script> </head> <body class="post-template tag-patreon tag-threads tag-activitypub tag-fediverse tag-social-media tag-creator-economy is-head-left-logo has-classic-feed"> <div class="gh-site"> <header id="gh-head" class="gh-head gh-outer"> <div class="gh-head-inner gh-inner"> <div class="gh-head-brand"> <div class="gh-head-brand-wrapper"> <a class="gh-head-logo" href="https://www.augment.ink"> <img src="https://www.augment.ink/content/images/2024/06/Untitled-design.png" alt="augment"> </a> </div> <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <button class="gh-burger"></button> </div> <nav class="gh-head-menu"> <ul class="nav"> <li class="nav-home"><a href="https://www.augment.ink/">Home</a></li> <li class="nav-about"><a href="https://www.augment.ink/about/">About</a></li> </ul> </nav> <div class="gh-head-actions"> <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17.5 17.5L12.5 12.5L17.5 17.5ZM14.1667 8.33333C14.1667 9.09938 14.0158 9.85792 13.7226 10.5657C13.4295 11.2734 12.9998 11.9164 12.4581 12.4581C11.9164 12.9998 11.2734 13.4295 10.5657 13.7226C9.85792 14.0158 9.09938 14.1667 8.33333 14.1667C7.56729 14.1667 6.80875 14.0158 6.10101 13.7226C5.39328 13.4295 4.75022 12.9998 4.20854 12.4581C3.66687 11.9164 3.23719 11.2734 2.94404 10.5657C2.65088 9.85792 2.5 9.09938 2.5 8.33333C2.5 6.78624 3.11458 5.30251 4.20854 4.20854C5.30251 3.11458 6.78624 2.5 8.33333 2.5C9.88043 2.5 11.3642 3.11458 12.4581 4.20854C13.5521 5.30251 14.1667 6.78624 14.1667 8.33333Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <div class="gh-head-members"> <a class="gh-head-link" href="#/portal/signin" data-portal="signin">Sign in</a> <a class="gh-head-btn gh-btn gh-primary-btn" href="#/portal/signup" data-portal="signup">Subscribe</a> </div> </div> </div> </header> <main class="gh-main gh-outer"> <div class="gh-inner"> <article class="gh-article post tag-patreon tag-threads tag-activitypub tag-fediverse tag-social-media tag-creator-economy"> <header class="gh-article-header gh-canvas"> <h1 class="gh-article-title">Patreon Belongs in the Fediverse</h1> <p class="gh-article-excerpt">Patreon needs to become Threads before Threads become Patreon.</p> <figure class="gh-article-image"> <img srcset="/content/images/size/w300/2024/06/fedipat-1.png 300w, /content/images/size/w720/2024/06/fedipat-1.png 720w, /content/images/size/w960/2024/06/fedipat-1.png 960w, /content/images/size/w1200/2024/06/fedipat-1.png 1200w, /content/images/size/w2000/2024/06/fedipat-1.png 2000w, /content/images/2024/06/fedipat-1.png" sizes="(max-width: 1200px) 100vw, 1200px" src="/content/images/size/w1200/2024/06/fedipat-1.png" alt="Patreon Belongs in the Fediverse" > </figure> </header> <section class="gh-content gh-canvas"> <p>There's a famous quote by Reed Hastings, former CEO of Netflix, that always sticks with me:</p><blockquote>“The goal is to become HBO faster than HBO can become us.”</blockquote><p>This quote lives in my head rent-free because I think every startup that's a few steps ahead of its behemoth competitor needs to think like this. </p><p>Patreon is one such startup and I hope that they're paying attention to what Meta is planning on doing with Threads.</p><h2 id="instagram-in-the-fediverse">Instagram in the Fediverse</h2><p>In <a href="https://dot-social.simplecast.com/episodes/threads?ref=augment.ink" rel="noreferrer">a conversation with Mike McCue</a> - CEO of Flipboard and host of the Dot Social podcast - and Rachel Lambert and Peter Cottle of Meta's Threads team, it's clear that Threads doesn't plan on being just another simple node in the Fediverse:</p><blockquote>"You could imagine extensions to the protocol eventually saying, like, I want to support micro payments, or [...] feel free to show me ads, if that supports you" - Peter Cottle</blockquote><p>In other words, Threads likely wants to be a monetization center for online creators and eventually compete with Patreon. </p><p>What makes this more interesting is that Instagram creators can now <a href="https://www.socialmediatoday.com/news/meta-tests-instagram-threads-cross-posting/715466/?ref=augment.ink" rel="noreferrer">cross-post their content</a> from their grid (images, carousels, and reels) directly to their Threads account. For those users, Threads will be a portal to the Fediverse for their Instagram account. If Meta turns on subscriptions, Instagram creators will not only be able to get paid for what they share on Instagram, but across the whole Fediverse as well. </p><p>Instagram will turn into Patreon overnight while tapping into the <a href="https://www.augment.ink/social-siloes-post/" rel="noreferrer">endless supply of network effects</a> on the social web.</p><p>Meta isn't taking this lightly either - they're committed to bringing Instagram users to Threads. They're <a href="https://www.theinformation.com/articles/threads-offers-creators-500-to-post-about-positivity?ref=augment.ink" rel="noreferrer">literally paying them</a> to use the new platform and to bring their followers over with them. </p><p>Why would a creator send their audience to a third-party platform when Instagram and Threads can be a one-stop-shop with their existing followers while having access to new paid subscribers across the social web?</p><p>Patreon can no longer just be the place where creators are paid, it needs to be a place where creators can be discovered. And it cannot do that as a <a href="https://www.augment.ink/social-siloes-post/" rel="noreferrer">social silo</a>.</p><h2 id="your-move-patreon">Your Move, Patreon</h2><p>Instagram isn't the only platform that's going to bring subscriptions to the Fediverse. <a href="https://www.augment.ink/ghost-substack-discoverability/" rel="noreferrer">Ghost is extending their platform</a> in a way that equalizes email and ActivityPub subscribers. <a href="https://www.linkedin.com/posts/buttondown_building-activitypub-activity-7188177990365712385-MfXO/?ref=augment.ink" rel="noreferrer">ButtonDown</a> is doing the same.</p><p>Users in the Fediverse are taking things into their own hands as well. Evan Prodromou, co-author of the ActivityPub spec, has <a href="https://prodromou.pub/@evanplus?ref=augment.ink" rel="noreferrer">a separate Mastodon account</a> that requires a $5/month PayPal subscription to gain access to its posts.</p><p>Go type "patreon fediverse" into a search engine of your choice and you'll find no shortage of users asking for a way to get paid subscribers on a Fediverse account. I'm sure there's a whole host of solo developers working on competitors as we speak.</p><p>It's clear a Patreon solution is something the social web needs. The question is: will Patreon be that solution?</p> <aside class="gh-article-meta"> <div class="gh-article-meta-inner"> <figure class="gh-author-image"> <img src="https://www.augment.ink/content/images/2024/02/received_322200897498364-2.jpeg" alt="Anuj Ahooja"> </figure> <div class="gh-article-meta-wrapper"> <h4 class="gh-author-name"> <a href="/author/anuj/">Anuj Ahooja</a> </h4> <time class="gh-article-date" datetime="2024-06-03">Jun 3, 2024</time></div> <a class="gh-article-tag" href="https://www.augment.ink/tag/patreon/" style="--tag-color: ">patreon</a> </div> </aside> </section> <footer class="gh-article-footer gh-canvas"> <nav class="gh-navigation"> <div class="gh-navigation-previous"> <a class="gh-navigation-link" href="/google-danced-will-apple/">← Previous</a> </div> <div class="gh-navigation-middle"></div> <div class="gh-navigation-next"> <a class="gh-navigation-link" href="/human-generated-content-2/">Next →</a> </div> </nav> </footer> </article> </div> </main> <footer class="gh-foot gh-outer"> <div class="gh-foot-inner gh-inner"> <nav class="gh-foot-menu"> <ul class="nav"> <li class="nav-sign-up"><a href="#/portal/">Sign up</a></li> </ul> </nav> <div class="gh-copyright"> augment © 2024. Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a> </div> </div> </footer> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <script src="https://www.augment.ink/assets/built/main.min.js?v=19002ed318"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10