Elixir Phoenix

Open-source Elixir projects categorized as Phoenix

Top 23 Elixir Phoenix Projects

  • Plausible Analytics

    Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

  • Project mention: Any Google Analytics Alternatives? | news.ycombinator.com | 2024-05-01

    I think a single Google Analytics alternative is pretty hard to pick considering that GA can be used to very much varying extents.

    For simple and "detailed enough" insights, I enjoyed using Plausible (https://plausible.io/) in the past.

    For more in depth analytics that give you a detailed view into your own product, PostHog.com seems to be by far the best and most popular option out there.

  • realtime

    Broadcast, Presence, and Postgres Changes via WebSockets

  • Project mention: A Technical Dive into PostgreSQL's replication mechanisms | news.ycombinator.com | 2024-01-11

    You can LISTEN/NOTIFY. Or you can use logical replication and a custom subscriber.[1] Supabase uses the latter.[2]

    [1]: https://www.postgresql.org/docs/current/logical-replication....

    [2]: https://github.com/supabase/realtime

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • firezone

    Open-source VPN server and egress firewall for Linux built on WireGuard. Firezone is easy to set up (all dependencies are bundled thanks to Chef Omnibus), secure, performant, and self hostable.

  • Project mention: List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting. | dev.to | 2024-04-30

    Firezone - Layer 3/4 overlay network. Runs on kernel WireGuard® and supports SSO using generic OIDC/SAML connectors. Distributed under Apache 2.0 license and written in Elixir/Rust.

  • Papercups

    Open-source live customer chat

  • Project mention: Linen.dev – Building a chat app with Elixir and NextJS | news.ycombinator.com | 2023-06-27

    The best language for the task at hand, when presented with time constraints, is the one that you already know well. OP said in the article that they authored Papercups [1]. Adopting Elixir for a websocket-push service makes a lot of sense, then. However, why don't you learn Elixir, some OTP, and then reconsider that question? You could be missing out.

    [1] https://github.com/papercups-io/papercups

  • livebook

    Automate code & data workflows with interactive Elixir notebooks

  • Project mention: Super simple validated structs in Elixir | dev.to | 2024-04-20

    To get started you need a running instance of Livebook

  • guardian

    Elixir Authentication

  • changelog.com

    Changelog is news and podcast for developers. This is our open source platform.

  • Project mention: Ask HN: How does your CI/CD stack look like today? | news.ycombinator.com | 2023-07-30

    Another https://dagger.io fan here. Have been using it since late 2021 to continuously deploy a Phoenix app to Fly.io: https://github.com/thechangelog/changelog.com/pull/395. Every commit goes into production.

    This is what the GHA workflow currently looks like: https://github.com/thechangelog/changelog.com/blob/c7b8a57b2...

    FWIW, you can see how everything fits together in this architecture diagram: https://github.com/thechangelog/changelog.com/blob/master/IN...

  • SaaSHub

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

    SaaSHub logo
  • phoenix_live_dashboard

    Realtime dashboard with metrics, request logging, plus storage, OS and VM insights

  • Sobelow

    Security-focused static analysis for the Phoenix Framework

  • Project mention: I gave commit rights to someone I didn't know | news.ycombinator.com | 2023-05-29

    I created/maintained a popular project for years[^1], and recently passed ownership to someone else. It's been great seeing issues resolve, PRs merge, etc, after languishing for a while :)

    [^1]: https://github.com/nccgroup/sobelow

  • wallaby

    Concurrent browser tests for your Elixir web apps.

  • Pow

    Robust, modular, and extendable user authentication system (by pow-auth)

  • Project mention: Can I use pow with LiveView? | /r/elixir | 2023-05-12

    The project owner is figuring out how to move forward, but no timetable on when it will be available. This is all documented here: https://github.com/pow-auth/pow/issues/663

  • kaffy

    Powerfully simple admin package for phoenix applications

  • Project mention: Django 5.0 Is Released | news.ycombinator.com | 2023-12-04

    I haven't used Elixir yet and mostly using flask in Python for work but I started with Django (and still think it's better than flask for most apps). If stuff like https://github.com/aesmail/kaffy (first thing I've found on google, never heard of it before) is on par with the Django admin, would you still use Django or Elixir and never look back?

  • uneebee

    Platform for creating interactive courses.

  • Project mention: Open-source tool for building courses like Duolingo | /r/SideProject | 2023-11-19
  • torch

    A rapid admin generator for Elixir & Phoenix (by mojotech)

  • Project mention: Is Elixir or Common Lisp the best language for building a bootstrapped B2B SaaS in 2024? | dev.to | 2024-03-02

    Now, after this comment of mine I've been pointed to Torch and Ecto's Gen.Migration, the two looking super useful. Good points. I also started to write my CRUD admin dashboard for Common Lisp, let's see how this goes…

  • hexpm

    API server and website for Hex

  • Project mention: How to merge Tailwind class in Elixir Phoenix | dev.to | 2023-07-15

    I was thinking of porting this library to Elixir. But first, I searched on hex.pm and Surprising. I found two packages that support merging tailwind classes: twix and tails

  • faker

    Faker is a pure Elixir library for generating fake data. (by elixirs)

  • free4chat

    free4.chat is a real-time audio chat service. It is designed by the local first and privacy first principle, and is very easy to use.

  • Drab

    Remote controlled frontend framework for Phoenix.

  • live_svelte

    Svelte inside Phoenix LiveView with seamless end-to-end reactivity

  • Project mention: Svelte Inside Phoenix Liveview with Seamless End-to-End Reactivity | news.ycombinator.com | 2023-11-16
  • curriculum

  • Project mention: Best Paths for Learning Elixir | /r/elixir | 2023-12-06
  • beacon

    Open-source content management system (CMS) built with Phoenix LiveView. Faster render times to boost SEO performance, even for the most content-heavy pages. (by BeaconCMS)

  • lifelong-learning

    ✅ ✅ ✅ A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product

  • petal_components

    Phoenix + Live View HEEX Components

  • Project mention: Elixir and Phoenix can do it all | news.ycombinator.com | 2023-10-28

    There are component libaries for LiveView.

    https://github.com/petalframework/petal_components

    https://github.com/coingaming/moon

    I personally wouldn't use React for components in LiveView, you are just adding more complexity to your application for no reason. It really not that hard to build components using JS and LiveView. In the end you get less complex components than what you would get with react.

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Elixir Phoenix related posts

  • Show HN: Open-Source Ad-Free File Upload Service

    1 project | news.ycombinator.com | 22 Apr 2024
  • Super simple validated structs in Elixir

    1 project | dev.to | 20 Apr 2024
  • Setup Nx lib and EXLA to run NX/AXON with CUDA

    2 projects | dev.to | 22 Mar 2024
  • Simple no bs persistent notepad

    2 projects | news.ycombinator.com | 16 Mar 2024
  • Why Elixir Is the Best Language for Building a Bootstrapped, B2B SaaS in 2024

    1 project | news.ycombinator.com | 9 Feb 2024
  • Interactive Code Cells

    2 projects | news.ycombinator.com | 18 Dec 2023
  • Supabase Studio: AI Assistant and User Impersonation

    1 project | dev.to | 11 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 4 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Phoenix projects in Elixir? This list will help you:

Project Stars
1 Plausible Analytics 18,415
2 realtime 6,470
3 firezone 6,229
4 Papercups 5,637
5 livebook 4,425
6 guardian 3,384
7 changelog.com 2,669
8 phoenix_live_dashboard 1,928
9 Sobelow 1,608
10 wallaby 1,601
11 Pow 1,558
12 kaffy 1,276
13 uneebee 1,175
14 torch 1,040
15 hexpm 1,033
16 faker 1,020
17 free4chat 993
18 Drab 870
19 live_svelte 872
20 curriculum 864
21 beacon 764
22 lifelong-learning 760
23 petal_components 740

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com