ivanminutillo

ivanminutillo

Bonfire Networks: An open-source framework for building federated digital spaces

Bonfire is an open source framework for building modular federated digital spaces. It’s built entirely with Elixir, including LiveView (and Surface) for the frontend, and we’re excited to experiment with LiveViewNative to develop native apps.

Think of Bonfire as WordPress for federated social networking. You can set up a digital home for yourself or your community, which can start as a basic blog or microblogging platform (similar to Mastodon—another platform Bonfire federates with, along with dozens of other ActivityPub-enabled apps). From there, you can customise the experience through extensive settings and by toggling extensions to add, replace, or even remove any functionality (since all “core” features are also packaged as small modular extensions). Developers can also create custom extensions for specific use cases and contribute new possibilities to the community.

These extensions aim to enrich and diversify federated networks, going beyond the default microblogging experience. They can enable a range of activities, from organizing events and making decisions to assigning tasks and collaborating on projects.

Bonfire’s mission is to empower communities to avoid platform enshittification and centralisation, giving them the agency to self-host and self-organise in a federated environment and to not be confined to a walled garden.

Relevant links

Official website: https://bonfirenetworks.org

Documentation: https://docs.bonfirenetworks.org

Source code: Bonfire · GitHub

Published libraries: bonfire | Hex

Open Bounties: GitHub - bonfire-networks/bounties

Issues: Milestones - Good first issues

License: AGPL-3.0

Technical stack: ActivityPub, Phoenix with LiveView and Surface, Tailwind CSS, DaisyUI, Alpine.js, Graphql, PostgreSQL, etc.

Chat: This forum, Matrix, or #bonfire on Elixir Slack

Support the project: Bonfire on Open Collective

FAQS

(Read all the FAQs here)

Can I create my own social network with Bonfire? Who controls and moderates the users and content?

Yes, you can create your own social network using Bonfire, much like setting up a forum with Discourse (the software powering the Elixir Forum). As with Discourse, it’s up to the administrators to define the privacy policy, code of conduct, features, themes, and moderation practices. Bonfire includes roles and boundaries (ACLs) to empower moderators and allow users to control who can view, interact with, or collaborate on content.

What makes Bonfire unique is its modular platform, which you can customize and extend to fit your needs, combined with the network effects of federation.

What does “federated” mean?

Unlike centralized platforms, Bonfire allows you to interact with users across different servers, as long as they support the ActivityPub protocol. This means that once you join or set up a Bonfire instance, you can communicate with users on other instances without needing multiple accounts.

Federation refers to the decentralized nature of Bonfire and similar platforms. Instead of being controlled by a single entity, multiple independent servers (instances) can communicate with each other using a common protocol, like ActivityPub.

This is similar to how email works: users on different email providers can still send and receive messages across platforms. In the fediverse, you can join one Bonfire instance and interact with users across the entire network, including those using other apps such as Mastodon, Pixelfed, or Peertube.

What is a modular ecosystem?

Bonfire stands out from other microblogging platforms such as Mastodon by being a modular framework. Each component of Bonfire is open-source and is packaged as an individual building block that can be enabled, disabled, customised, or forked to create specialised apps. This allows you to mix and match features to build tools tailored to your needs while leveraging federation and open data formats.

Bonfire can be compared to WordPress in this way, enabling admins and developers to integrate or create custom features and functionalities, such as:

  • Custom user-controlled algorithms to sort timelines.
  • AI integrations within the social network.
  • Features like event management, calendars, or issue tracking.
  • Custom themes or third-party service integrations.

Bonfire’s modular nature makes it a versatile platform, particularly appealing to developers familiar with Elixir, offering a robust framework to experiment with and build unique digital spaces. Whether you need a basic social app, a collaborative federated blog, a decentralised forum, or a mutual aid platform, the community can continually develop new features to address diverse needs.

Any community already adopting Bonfire?

Bonfire has gained traction on the fediverse, especially among communities looking for more than just microblogging. Notably, scientists are working with Bonfire to develop features for the Open Science network initiative. This effort aims to create a Bonfire-powered digital space for the scientific community, with tools for universities, labs, and collectives to produce, discuss, and share papers in a decentralized environment.

Most Liked

ivanminutillo

ivanminutillo

:fire: Bonfire Social 1.0 release candidate has landed!

Curious about what the fediverse could look like with real community control?

Try out features like custom feeds, nested discussions, shared profiles, circles, and boundary-based permissions — then let us know what breaks or needs improvement.

More details and video demos: https://bonfirenetworks.org/posts/bonfire_social_rc/
TechCrunch article: Bonfire's new software lets users build their own social communities, free from platform control | TechCrunch
TheVerge article: Here are three new apps building out the open social web | The Verge

mayel

mayel

Other than extensions (which extend Bonfire by adding some functionality, such as labeling of misinformation, or federated event planning, etc), we also sometimes find ourselves needing to build lower level functionality which we package into libraries so they can also be used in non-Bonfire projects, I’m listing the ones which are already posted to the forum here (and will be sharing a few more over the following weeks):

  • Arrows: OK-piping plus the ability to pipe into any argument position of the following function (or nested function).
  • Untangle: alternatives for IO.inspect and the macros in Elixir’s Logger to output code location information
  • Iconify: Phoenix components for 100,000+ icons from 100+ icon sets from iconify.design
ivanminutillo

ivanminutillo

We’ve finally launched Bonfire Social 1.0 alongside a crowdfunding campaign on indiegogo

The campaign aims to expand the vision of Bonfire, going beyond microblogging platforms to create community-governed social infrastructure where communities co-design features, not VC-driven roadmaps.

Here some stretch goals we’re building toward:

  • End-to-End Encryption (with Social Web Foundation): bringing MLS-based privacy to the fediverse
  • Collective Moderation (with IFTAS, wreckage/salvage, Princeton HCI, ActivityPub Trust & Safety Taskforce): Cross-instance coordination tools so moderators can collaborate without losing local autonomy
  • Federated Groups & Events (with Princeton HCI, Knowledge Commons, LAUTI): proper organizing tools communities actually need
  • Bluesky Bridging (with A New Social / BridgyFed): end the last migration, connect protocols
  • Mutual Aid Networks (with Mutual Aid Networks, BuyNothing groups): gift economy and resource coordination for local communities
  • Cooperative Hosting (with Co-op Cloud): one-click federated deployment for non-technical communities

The Bonfire toolkit is already powering the Open Science Network initiative, along with beta versions powering mutual aid networks and cultural archives. AGPL-licensed, federated, built to last and built with fullstack Elixir and Phoenix Liveview :blue_heart:

Where Next?

Popular in Discussions Top

Donovan
Hello everyone, I’m so glad to have discovered this awesome community. Thanks for creating it! This is my second post, and apologies for...
New
arpan
Hello everyone :wave: Today I am very excited to announce a project that I have been working on for almost 3 months now. The project is...
New
tmbb
This is a post to discuss the new Phoenix LiveView functionality. From Chris’s talk, it appears that they generate all HTML on the serve...
342 18272 126
New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
PragTob
Hey everyone, this has been brewing in my head some time and it came up again while reading Adopting Elixir. GenServers, supervisors et...
New
restack_oslo
Hello, Please pardon me for any faux paux. I am 46 and this is my first time on a forum of any kind. I wanted to to get answers from tho...
New
wmnnd
The Go vs Elixir thread got me thinking: Would it be too hard to implement a simple mechanism for creating Go-style static app binaries f...
New
joeerl
I’m playing with Elixir - It’s fun. I think @rvirding does give Elixir courses these days. Re: files and database - when I given Erlang ...
New
pdgonzalez872
If this has been asked here before, please point me to where it was asked as I didn’t find it when I searched the forum. Maybe a mailing ...
New
jesse
Hi everyone, I hesitated to post this here because I don’t want you to think I’m spamming, but I’ve been working on a Platform-as-a-Serv...
New

Other popular topics Top

axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 48475 226
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42158 114
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set? Thanks.
New
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New

We're in Beta

About us Mission Statement