Good Elixir libraries/code bases to read?

if you’re looking for real use cases of application you can start with some opensource ones:
Bytepack was a product by Dashbit(Jose Valim’s company) to help people sell payed versions of libraries(like oban_pro/oban_web for example).
Changelog.com is a network of software related podcasts, their website/podcast feed is written in elixir and is opensource.
LiveBeats is a demo app for online radio written with phoenix live view.
Plausible is an analytics tool, alternative to google analytics.

social networks with activity pub

Akkoma is a microblogging federated social network using activity pub, like mastodon. written in elixir.
BonfireNetwork is also a federated social network using activity pub, iirc it uses live view. it’s not restricted to microblogging there are some other usages.
Mobilizon is a federated events social network, using activity pub. kinda like facebook events or meetup, but open source and federated.

6 Likes