Phoenix

Top 23 Phoenix Open-Source Projects

  • Plausible Analytics

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

    Project mention: Simple no bs persistent notepad | news.ycombinator.com | 2024-03-16

    No clue what you mean, browser cache might even clear itself without you doing anything manually. This thing makes no sense.

    Nowhere ever did it say Tech Demo anywhere, not in the HN headline, not on the page itself. No, thanks. And even as a tech demo, there is nothing impressive going in. It is stores shit to local storage, I guess. Lol, I just looked this up, and it was in Firefox on 2009 already? WHAT? https://developer.mozilla.org/en-US/docs/Web/API/Window/loca... I never used it myself directly, but I remember reading about some API that kind of is the new version of cookies that can store more and better and I think that is it. 2009, I would swear what I think about was newer, maybe I am mixing something up, maybe not.

    It has unnecessarily tracking from the comment above, not sure if it even sends all your notes to https://plausible.io, and I do not care. For me, this fails as a tech demo or whatever the fuck It's supposed to be. Sorry to not get all excited about everything posted here. In 2009 it for sure would ;)

  • 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.

  • 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: WireGuard -based scalable remote access platform | news.ycombinator.com | 2023-11-16
  • 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: Setup Nx lib and EXLA to run NX/AXON with CUDA | dev.to | 2024-03-22

    LiveBook site

  • 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...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • phoenix_live_dashboard

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

  • api-for-open-llm

    Openai style api for open large language models, using LLMs just as chatgpt! Support for LLaMA, LLaMA-2, BLOOM, Falcon, Baichuan, Qwen, Xverse, SqlCoder, CodeLLaMA, ChatGLM, ChatGLM2, ChatGLM3 etc. 开源大模型的统一后端接口

    Project mention: FLaNK Stack Weekly for 14 Aug 2023 | dev.to | 2023-08-14
  • 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

  • ElixirBooks

    List of Elixir books

    Project mention: How long did it take you to learn Elixir before advancing to Phoenix? | /r/elixir | 2023-06-07

    Go through getting started, maybe pick one of the starter books from this list but honestly the getting started guide probably covers all the same stuff.

  • 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?

  • phoenix

    Phoenix is a modern open-source Code Editor for the web, built for the browser. (by phcode-dev)

    Project mention: 10 amazing tools based on AI | /r/u_Architect-Vibhu | 2023-06-01

    - Code Builder: [Here](Phoenix Code)

  • uneebee

    Platform for creating interactive courses.

    Project mention: Open-source tool for building courses like Duolingo | /r/SideProject | 2023-11-19
  • 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

  • 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…

  • Apache Phoenix

    Apache Phoenix (by apache)

  • faker

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

    Project mention: Test Data Libraries for Elixir | dev.to | 2023-05-02

    Faker generates sample data that looks realistic but is fake. So, instead of using a sequence like those provided by ExMachina or ExZample, we can use Faker to generate false but genuine-looking data:

  • 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.

  • curriculum

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

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

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). The latest post mention was on 2024-03-22.

Phoenix related posts

Index

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

Project Stars
1 Plausible Analytics 18,032
2 realtime 6,418
3 firezone 6,131
4 Papercups 5,584
5 livebook 4,331
6 guardian 3,376
7 changelog.com 2,660
8 phoenix_live_dashboard 1,917
9 api-for-open-llm 1,829
10 Sobelow 1,595
11 wallaby 1,585
12 Pow 1,547
13 ElixirBooks 1,345
14 kaffy 1,244
15 phoenix 1,193
16 uneebee 1,156
17 hexpm 1,030
18 torch 1,023
19 Apache Phoenix 1,011
20 faker 1,009
21 free4chat 984
22 Drab 870
23 curriculum 842
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com