home.social

#fediversedevs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fediversedevs, aggregated by home.social.

  1. Introducing the MAN Protocol ($MAN): An uncheatable, perfectly equal economic network for humanity. 🌍

    I have spent years designing an open-source economic experiment built to permanently address the global wealth gap and hyperinflation. Today, the core architecture is officially live.

    🔗 Read the complete blueprint: github.com/El-Eye-Jah-7/man-pr

    Feel free to challenge any thoughts on this and I'll be happy to resolve your doubts.

    Join in and let's get started.

    (1/4) #OpenSource #Crypto #Web3 #UBI #MANProtocol #FediverseDevs

  2. Introducing the MAN Protocol ($MAN): An uncheatable, perfectly equal economic network for humanity. 🌍

    I have spent years designing an open-source economic experiment built to permanently address the global wealth gap and hyperinflation. Today, the core architecture is officially live.

    🔗 Read the complete blueprint: github.com/El-Eye-Jah-7/man-pr

    Feel free to challenge any thoughts on this and I'll be happy to resolve your doubts.

    Join in and let's get started.

    (1/4) #OpenSource #Crypto #Web3 #UBI #MANProtocol #FediverseDevs

  3. Day 5 design-tips wrap-up.

    We ship dual-surface SaaS dashboards — dark for sessions, light for reads, design tokens for both. Five-year-old apps with magic-number CSS are why this matters.

    Portfolio: risesitelab.com/#portfolio

    GrowthSite Lab.

    #WebDev #DesignSystems #FediverseDevs

  4. Dark mode looks cool. Light mode reads. In premium SaaS you ship both.

    Default by context — not trend. Session-heavy apps default dark. Read-heavy default light. Respect prefers-color-scheme on first visit. Persist the user's choice forever after they toggle.

    WCAG 4.5:1 on body text — both palettes — is non-negotiable. Design tokens, never magic numbers; light + dark are two themes of the same color tree.

    GrowthSite Lab.

    #WebDev #UIUX #DesignSystems #A11y #FediverseDevs

  5. Dark mode looks cool. Light mode reads. In premium SaaS you ship both.

    Default by context — not trend. Session-heavy apps default dark. Read-heavy default light. Respect prefers-color-scheme on first visit. Persist the user's choice forever after they toggle.

    WCAG 4.5:1 on body text — both palettes — is non-negotiable. Design tokens, never magic numbers; light + dark are two themes of the same color tree.

    GrowthSite Lab.

    #WebDev #UIUX #DesignSystems #A11y #FediverseDevs

  6. Dark mode looks cool. Light mode reads. In premium SaaS you ship both.

    Default by context — not trend. Session-heavy apps default dark. Read-heavy default light. Respect prefers-color-scheme on first visit. Persist the user's choice forever after they toggle.

    WCAG 4.5:1 on body text — both palettes — is non-negotiable. Design tokens, never magic numbers; light + dark are two themes of the same color tree.

    GrowthSite Lab.

    #WebDev #UIUX #DesignSystems #A11y #FediverseDevs

  7. Dark mode looks cool. Light mode reads. In premium SaaS you ship both.

    Default by context — not trend. Session-heavy apps default dark. Read-heavy default light. Respect prefers-color-scheme on first visit. Persist the user's choice forever after they toggle.

    WCAG 4.5:1 on body text — both palettes — is non-negotiable. Design tokens, never magic numbers; light + dark are two themes of the same color tree.

    GrowthSite Lab.

    #WebDev #UIUX #DesignSystems #A11y #FediverseDevs

  8. Premium tech brands rarely use more than two typefaces. Clean contrast wins trust.

    Five pairs we ship in 2026: Satoshi + Inter (clean modern SaaS) · Neue Haas Grotesk + Space Grotesk (Swiss editorial) · Cormorant + Inter (luxury aesthetic) · Obviously + General Sans (confident startup) · Tiempos + Söhne (editorial premium).

    Cap the weight ladder at three (200/400/700). Mid-weights read muddy at small sizes.

    GrowthSite Lab.

    #Typography #WebDev #UIUX #BrandIdentity #FediverseDevs

  9. Premium tech brands rarely use more than two typefaces. Clean contrast wins trust.

    Five pairs we ship in 2026: Satoshi + Inter (clean modern SaaS) · Neue Haas Grotesk + Space Grotesk (Swiss editorial) · Cormorant + Inter (luxury aesthetic) · Obviously + General Sans (confident startup) · Tiempos + Söhne (editorial premium).

    Cap the weight ladder at three (200/400/700). Mid-weights read muddy at small sizes.

    GrowthSite Lab.

    #Typography #WebDev #UIUX #BrandIdentity #FediverseDevs

  10. Micro-interactions aren't decoration — they're feedback. Tiny animations answering: 'Was my click registered?', 'Is my work safe?', 'Where am I going?'.

    Premium product feel comes from how the surface responds, not how it looks at rest. 120ms hover, 200ms transition, zero layout shift, skeleton over spinner, reduced-motion honored.

    GrowthSite Lab.

    #WebDev #UIUX #FramerMotion #ProductDesign #FediverseDevs

  11. A medspa redesign concept built around a single editorial cover plate that replaces the need for prospect-specific photography.

    Same client photos, different positioning: cream/champagne/ink palette, Cormorant Garamond serif display, 5-section narrative arc — Hero, Trust, Services, Before-After, CTA. Vite + React 18 + Tailwind v4 + Framer Motion 11. 97 KB gzip total bundle, 1.4s mobile load.

    Built by GrowthSite Lab.

    #WebDev #ReactJS #TailwindCSS #FramerMotion #FediverseDevs #UIUX

  12. Micro-interactions aren't decoration — they're feedback. Tiny animations answering: 'Was my click registered?', 'Is my work safe?', 'Where am I going?'.

    Premium product feel comes from how the surface responds, not how it looks at rest. 120ms hover, 200ms transition, zero layout shift, skeleton over spinner, reduced-motion honored.

    GrowthSite Lab.

    #WebDev #UIUX #FramerMotion #ProductDesign #FediverseDevs

  13. A hero section is a 5-second contract.

    Headline answers 'what do I get'. Subhead answers 'why now'. One CTA — never two. One trust signal above the fold. Numbers beat adjectives.

    Found this rule by auditing 50+ funded SaaS landings. The median sits between 50-70 on mobile Lighthouse — and the hero is where the bleeding starts.

    GrowthSite Lab.

    #WebDev #UIUX #SaaS #ConversionDesign #FediverseDevs

  14. A SaaS landing built around the Command Palette as a conversion surface — not decoration.

    CMDK wired to live state, streaming AI responses, R3F dashboard backdrop running off the main thread. Lighthouse 96 mobile · LCP 1.6s · CLS 0.03.

    Stack: Next.js 15 App Router · Tailwind v4 @Theme · Framer Motion 12 · Vercel AI SDK. Performance budget enforced in CI. Built by GrowthSite Lab.

    #Nextjs #TailwindCSS #SaaS #R3F #WebDev #FediverseDevs

  15. A hero section is a 5-second contract.

    Headline answers 'what do I get'. Subhead answers 'why now'. One CTA — never two. One trust signal above the fold. Numbers beat adjectives.

    Found this rule by auditing 50+ funded SaaS landings. The median sits between 50-70 on mobile Lighthouse — and the hero is where the bleeding starts.

    GrowthSite Lab.

    #WebDev #UIUX #SaaS #ConversionDesign #FediverseDevs

  16. Five thousand nodes, 60fps, one Three.js scene.

    A knowledge graph 3D visualization built on React Three Fiber + d3-force-3d + Vite. Instanced sphere geometry for nodes, batched line geometry for edges, auto-frame camera on first paint. Vertex colors disabled on the material — that's the landmine that costs a weekend if you miss it.

    Built by GrowthSite Lab.

    #R3F #ThreeJS #Visualization #FediverseDevs #WebGL

  17. A tattoo studio website should respect the work, not compete with it.

    Six services, a 6-image masonry gallery, WhatsApp-first booking, and a Trust Bar with the actual 271 reviews and 15K community. Italian + English copy, dark/gold palette, LCP under 2.5s on mobile.

    Built by GrowthSite Lab.

    #WebDev #TattooIndustry #PerformanceBudget #FediverseDevs #ItalianBusiness

  18. Let’s say you have an HTTP server running locally that returns a custom Fediverse timeline… How would you make it available to fediverse clients?

    First thing I have tried to build was a Firefox extension that redirects `/timelines` requests for a masto instance to the local server, but mastodon does not look happy about the different IP.

    On the other side, taking an existing client (e.g. @elk) and adding an extra timeline looks way easier, but rather ad-hoc.

  19. Let’s say you have an HTTP server running locally that returns a custom Fediverse timeline… How would you make it available to fediverse clients?

    First thing I have tried to build was a Firefox extension that redirects `/timelines` requests for a masto instance to the local server, but mastodon does not look happy about the different IP.

    On the other side, taking an existing client (e.g. @elk) and adding an extra timeline looks way easier, but rather ad-hoc.

    #AskFedi #FediverseDevs #mastodev

  20. Let’s say you have an HTTP server running locally that returns a custom Fediverse timeline… How would you make it available to fediverse clients?

    First thing I have tried to build was a Firefox extension that redirects `/timelines` requests for a masto instance to the local server, but mastodon does not look happy about the different IP.

    On the other side, taking an existing client (e.g. @elk) and adding an extra timeline looks way easier, but rather ad-hoc.

    #AskFedi #FediverseDevs #mastodev

  21. Let’s say you have an HTTP server running locally that returns a custom Fediverse timeline… How would you make it available to fediverse clients?

    First thing I have tried to build was a Firefox extension that redirects `/timelines` requests for a masto instance to the local server, but mastodon does not look happy about the different IP.

    On the other side, taking an existing client (e.g. @elk) and adding an extra timeline looks way easier, but rather ad-hoc.

    #AskFedi #FediverseDevs #mastodev

  22. Let’s say you have an HTTP server running locally that returns a custom Fediverse timeline… How would you make it available to fediverse clients?

    First thing I have tried to build was a Firefox extension that redirects `/timelines` requests for a masto instance to the local server, but mastodon does not look happy about the different IP.

    On the other side, taking an existing client (e.g. @elk) and adding an extra timeline looks way easier, but rather ad-hoc.

    #AskFedi #FediverseDevs #mastodev

  23. #Mastodon #MastodonClients #AskMastodon #FediverseDevs #Devs #FediDevs

    Which Mastodon client is the most extensible?

    Are there any with a full-on plugin architecture with good documentation? Is that question hilarious?

    I am a wee bit tired of the randomness of my feed and I want to work on that, but no idea where to get started. I don't want to add a new feature to the server software, I want to work on the front end specifically.

    edit: #Python preferred, I'm good at that already.

  24. #Mastodon #MastodonClients #AskMastodon #FediverseDevs #Devs #FediDevs

    Which Mastodon client is the most extensible?

    Are there any with a full-on plugin architecture with good documentation? Is that question hilarious?

    I am a wee bit tired of the randomness of my feed and I want to work on that, but no idea where to get started. I don't want to add a new feature to the server software, I want to work on the front end specifically.

    edit: #Python preferred, I'm good at that already.

  25. #Mastodon #MastodonClients #AskMastodon #FediverseDevs #Devs #FediDevs

    Which Mastodon client is the most extensible?

    Are there any with a full-on plugin architecture with good documentation? Is that question hilarious?

    I am a wee bit tired of the randomness of my feed and I want to work on that, but no idea where to get started. I don't want to add a new feature to the server software, I want to work on the front end specifically.

    edit: #Python preferred, I'm good at that already.

  26. #Mastodon #MastodonClients #AskMastodon #FediverseDevs #Devs #FediDevs

    Which Mastodon client is the most extensible?

    Are there any with a full-on plugin architecture with good documentation? Is that question hilarious?

    I am a wee bit tired of the randomness of my feed and I want to work on that, but no idea where to get started. I don't want to add a new feature to the server software, I want to work on the front end specifically.

    edit: #Python preferred, I'm good at that already.

  27. Please boost for visibility!

    I highly recommend using this app SoraSns. It’s beautiful with cool features, the best is yet to come. Currently works for
    #Mastodon #Misskey but will support #Calckey #Firefish accounts in the next update.
    I won’t spoil the fun but there’s also some features coming that have been topics of discussion recently.
    https://apps.apple.com/us/app/sorasns-for-mastodon-misskey/id6450969760
    #fediverse #fedidevs #fediversedevs #SoraSns

  28. Please boost for visibility!

    I highly recommend using this app SoraSns. It’s beautiful with cool features, the best is yet to come. Currently works for
    #Mastodon #Misskey but will support #Calckey #Firefish accounts in the next update.
    I won’t spoil the fun but there’s also some features coming that have been topics of discussion recently.
    https://apps.apple.com/us/app/sorasns-for-mastodon-misskey/id6450969760
    #fediverse #fedidevs #fediversedevs #SoraSns

  29. Please boost for visibility!

    I highly recommend using this app SoraSns. It’s beautiful with cool features, the best is yet to come. Currently works for
    #Mastodon #Misskey but will support #Calckey #Firefish accounts in the next update.
    I won’t spoil the fun but there’s also some features coming that have been topics of discussion recently.
    https://apps.apple.com/us/app/sorasns-for-mastodon-misskey/id6450969760
    #fediverse #fedidevs #fediversedevs #SoraSns

  30. Please boost for visibility!

    I highly recommend using this app SoraSns. It’s beautiful with cool features, the best is yet to come. Currently works for
    #Mastodon #Misskey but will support #Calckey #Firefish accounts in the next update.
    I won’t spoil the fun but there’s also some features coming that have been topics of discussion recently.
    https://apps.apple.com/us/app/sorasns-for-mastodon-misskey/id6450969760
    #fediverse #fedidevs #fediversedevs #SoraSns

  31. Please boost for visibility!

    I highly recommend using this app SoraSns. It’s beautiful with cool features, the best is yet to come. Currently works for
    #Mastodon #Misskey but will support #Calckey #Firefish accounts in the next update.
    I won’t spoil the fun but there’s also some features coming that have been topics of discussion recently.
    https://apps.apple.com/us/app/sorasns-for-mastodon-misskey/id6450969760
    #fediverse #fedidevs #fediversedevs #SoraSns

  32. Wow, @stefan has done an amazing job pulling together a somehow concise yet detailed reference for any developer looking to start coding in the fediverse. Bookmark!

    One thing it demonstrates is that while these apps are based on ActivityPub, making them all accessible in a single front end is still complicated. Each has their own separate authentication and API, many with a bridge to the Mastodon API for compatibility.

    #FediverseDevs #ActivityPub

    stefanbohacek.com/blog/making-

  33. Wow, @stefan has done an amazing job pulling together a somehow concise yet detailed reference for any developer looking to start coding in the fediverse. Bookmark!

    One thing it demonstrates is that while these apps are based on ActivityPub, making them all accessible in a single front end is still complicated. Each has their own separate authentication and API, many with a bridge to the Mastodon API for compatibility.

    #FediverseDevs #ActivityPub

    stefanbohacek.com/blog/making-

  34. Wow, @stefan has done an amazing job pulling together a somehow concise yet detailed reference for any developer looking to start coding in the fediverse. Bookmark!

    One thing it demonstrates is that while these apps are based on ActivityPub, making them all accessible in a single front end is still complicated. Each has their own separate authentication and API, many with a bridge to the Mastodon API for compatibility.

    #FediverseDevs #ActivityPub

    stefanbohacek.com/blog/making-

  35. Wow, @stefan has done an amazing job pulling together a somehow concise yet detailed reference for any developer looking to start coding in the fediverse. Bookmark!

    One thing it demonstrates is that while these apps are based on ActivityPub, making them all accessible in a single front end is still complicated. Each has their own separate authentication and API, many with a bridge to the Mastodon API for compatibility.

    #FediverseDevs #ActivityPub

    stefanbohacek.com/blog/making-

  36. Wow, @stefan has done an amazing job pulling together a somehow concise yet detailed reference for any developer looking to start coding in the fediverse. Bookmark!

    One thing it demonstrates is that while these apps are based on ActivityPub, making them all accessible in a single front end is still complicated. Each has their own separate authentication and API, many with a bridge to the Mastodon API for compatibility.

    #FediverseDevs #ActivityPub

    stefanbohacek.com/blog/making-

  37. Hell Mastodon! I’ve been lurking here for a while, so it’s about time for my #IntroductionPost. I’m a former- startup founder and CTO, currently working on an #OpenSource, #PrivacyFirst web app that speaks #ActivityPub and #IndieWeb.
    I’d love to connect with other #FediverseDevs out there who know #Golang, #Go-Fed, or want to learn.

  38. Hell Mastodon! I’ve been lurking here for a while, so it’s about time for my #IntroductionPost. I’m a former- startup founder and CTO, currently working on an #OpenSource, #PrivacyFirst web app that speaks #ActivityPub and #IndieWeb.
    I’d love to connect with other #FediverseDevs out there who know #Golang, #Go-Fed, or want to learn.

  39. Hell Mastodon! I’ve been lurking here for a while, so it’s about time for my #IntroductionPost. I’m a former- startup founder and CTO, currently working on an #OpenSource, #PrivacyFirst web app that speaks #ActivityPub and #IndieWeb.
    I’d love to connect with other #FediverseDevs out there who know #Golang, #Go-Fed, or want to learn.

  40. @alex
    If you follow/trust a person, you can get a list of people that they are happy to say donated to them.

    Decentralised #trust should be good enough, when paired with the content duration that seems to work well on Fedi.

    BTW we produced a (#)fediFlyer to help people donate bitcoin to #FediverseDevs, in the form of bounties. If you change the flyer at lot (text and images), all we ask is that you remove our attribution.

    @pleb