indigo

Go source code for Bluesky's atproto services. (by bluesky-social)

Indigo Alternatives

Similar projects and alternatives to indigo

  1. bun

    388 indigo VS bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. instances

    184 indigo VS instances

    Mastodon instances list

  4. hono

    99 indigo VS hono

    Web framework built on Web Standards

  5. social-app

    71 indigo VS social-app

    The Bluesky Social application for Web, iOS, and Android

  6. matrix-spec-proposals

    Proposals for changes to the matrix specification

  7. dragonfly

    A modern replacement for Redis and Memcached

  8. atproto

    38 indigo VS atproto

    Social networking technology created by Bluesky

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. tsx

    31 indigo VS tsx

    ⚡️ TypeScript Execute | The easiest way to run TypeScript in Node.js

  11. waku

    16 indigo VS waku

    ⛩️ The minimal React framework

  12. iroh

    15 indigo VS iroh

    peer-2-peer that just works

  13. pds

    15 indigo VS pds

    Bluesky PDS (Personal Data Server) container image, compose file, and documentation

  14. feed-generator

    10 indigo VS feed-generator

    ATProto Feed Generator Starter Kit

  15. matrix-appservice-irc

    Node.js IRC bridge for Matrix

  16. phanpy

    11 indigo VS phanpy

    A minimalistic opinionated Mastodon web client

  17. bsky

    1 indigo VS bsky

    A cli application for bluesky social

  18. free-gophers-pack

    ✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.

  19. communitynotes

    Documentation and source code powering Twitter's Community Notes

  20. bluestream

    4 indigo VS bluestream

    RSS feed generator for Bluesky.

  21. nederlandskie

    A Bluesky feed generator written in Rust, serving posts written in Russian by people living in Netherlands

  22. atrium

    1 indigo VS atrium

    Rust libraries for Bluesky's AT Protocol services. (by atrium-rs)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better indigo alternative or higher similarity.

indigo discussion

Log in or Post with

indigo reviews and mentions

Posts with mentions or reviews of indigo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-07-05.
  • Show HN: Atproto.at – At Protocol Explorer
    2 projects | news.ycombinator.com | 5 Jul 2025
  • A new path forward for WordPress, and for the open web
    5 projects | news.ycombinator.com | 7 Jun 2025
  • I am developing this social media platform as a solo founder
    1 project | news.ycombinator.com | 31 Mar 2025
    Have you considered building it on https://atproto.com ?
  • Bluesky isn't just another Twitter/X competitor. It fixes social media
    1 project | news.ycombinator.com | 31 Mar 2025
    ATProtocol (the thing Bluesky is building that changes the social media game) enables anyone to create custom feeds (algorithms) and moderation services.

    Since I switched to my own custom feeds, I spend far less time on social media. I have a bunch of little topic "boxes", ordered chronologically, and can get caught up quickly without distraction.

    https://atproto.com

  • Bluesky API: Unlocking the Power of Social Data for Developers
    1 project | dev.to | 25 Mar 2025
    Bluesky is a decentralized social media platform built on the authenticated transport (AT) protocol, designed to function without the control of a single company. Unlike traditional social networks where a central authority dictates the user experience and controls all data, the Bluesky API empowers users to maintain autonomy over their digital presence.
  • How I Built My Own Last.fm Clone on Bluesky’s AT Protocol — Join the Beta!
    5 projects | dev.to | 13 Mar 2025
    Walled garden: No true interoperability with decentralized social networks. Limited control: Users don't fully own their listening data. Feature stagnation: The core experience hasn't evolved much. The Bluesky AT Protocol (ATProto) offers a decentralized social graph where users own their content and identity, making it the perfect foundation for a next-gen music scrobbling service.
  • When Imperfect Systems Are Good, Actually: Bluesky's Lossy Timelines
    5 projects | news.ycombinator.com | 19 Feb 2025
    the backend (the AppView) can be found here:

    https://github.com/bluesky-social/atproto/tree/main/packages...

    there are various supporting services written in Go as well

    https://github.com/bluesky-social/indigo

  • Bluesky now has 30 million users
    3 projects | news.ycombinator.com | 3 Feb 2025
    I did not use Bluesky a lot, and just set it up to try self-hosting.

    From what I know :

    - Right now you can self-host your PDS (Personal Data Server) that hosts your user account basically, and all of your user content (posts, images, etc...)

    - The easiest way to register is to use bluesky's frontend, and specifying your PDS address, I didn't try to self-host it too but I would assume if you self-host the bluesky web app, or just do the api calls to your PDS by hand or in another application, registration would work too.

    - From what I understood, when you post, it is completely stored on your PDS, and then there are kinds of "mega nodes", (I think they are called Firehoses ?) That aggregate from a bunch of PDS, (and the official bsky.social PDS) and present it to end users. I don't think you can self-host theses just yet.

    So, in the end, I think you can absolutely interact on Bluesky without being registered, by installing your own PDS and only making calls to create an account on it and post on it, without having an account elsewhere. However, the "end user" part is still closed off for now, since the Blue Sky Frontend uses *official* aggregators that could theoretically refuse your posts.

    Go here for more information:

    https://atproto.com/

    https://docs.bsky.app/docs/advanced-guides/atproto

    https://docs.bsky.app/docs/advanced-guides/firehose

  • Bluesky OAuth2 Client, with Vanilla JavaScript
    7 projects | dev.to | 21 Jan 2025
    { "resource": "https://velvetfoot.us-east.host.bsky.network", "authorization_servers": [ "https://bsky.social" ], "scopes_supported": [], "bearer_methods_supported": [ "header" ], "resource_documentation": "https://atproto.com" }
  • How to Build a GenAI Bluesky Bot with Langflow, TypeScript,and Node.js
    4 projects | dev.to | 8 Jan 2025
    Bluesky is a social network built on the AT Protocol: an open, decentralised way for building social applications. The AT Protocol is open, which means that developers can use it to build their own applications, from custom feeds, to clients, to my favorite: bots.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 8 Jul 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic indigo repo stats
24
1,148
9.9
3 days ago

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io