Phoenix

Peace of mind from prototype to production (by phoenixframework)

Phoenix Alternatives

Similar projects and alternatives to Phoenix

  1. React

    2,054 Phoenix VS React

    Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)

  2. SaaSHub

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

    SaaSHub logo
  3. supabase

    978 Phoenix VS supabase

    The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

  4. Express

    817 Phoenix VS Express

    Fast, unopinionated, minimalist web framework for node.

  5. htmx

    669 Phoenix VS htmx

    </> htmx - high power tools for HTML

  6. flyctl

    Command line tools for fly.io services

  7. Ruby on Rails

    Ruby on Rails

  8. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  9. Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  10. Laravel

    437 Phoenix VS Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  11. asdf

    391 Phoenix VS asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  12. crystal

    259 Phoenix VS crystal

    The Crystal Programming Language

  13. Elm

    221 Phoenix VS Elm

    Compiler for Elm, a functional language for reliable webapps.

  14. Elixir

    174 Phoenix VS Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications

  15. gleam

    150 Phoenix VS gleam

    ⭐️ A friendly language for building type-safe, scalable systems!

  16. realtime

    62 Phoenix VS realtime

    Broadcast, Presence, and Postgres Changes via WebSockets

  17. phoenix_live_view

    Rich, real-time user experiences with server-rendered HTML

  18. earthly

    23 Phoenix VS earthly

    Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.

  19. elixir-ls

    19 Phoenix VS elixir-ls

    A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"

  20. cowboy

    16 Phoenix VS cowboy

    Small, fast, modern HTTP server for Erlang/OTP.

  21. ecto

    15 Phoenix VS ecto

    A toolkit for data mapping and language integrated query.

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

Phoenix discussion

Log in or Post with
  1. User avatar
    5572103d
    · 7 months ago
    · Reply

    Review ★★★★☆ 8/10

  2. User avatar
    StanBright
    · almost 2 years ago
    · Reply

    Review ★★★★★ 9/10

    My framework of choice when working with Elixir. It's great and everything just works. It isn't as feature-rich as Ruby on Rails, however, it's rock-solid, super fast and stable.

Phoenix reviews and mentions

Posts with mentions or reviews of Phoenix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-03.
  • Standalone HTTP Server in Elixir with Bandit
    11 projects | dev.to | 3 Jun 2026
    bandit has been created as an alternative to cowboy, fully coded in Elixir and designed to be integrated and highly compatible with the Phoenix framework. When it came out few years ago, the community did a lot of noise and I never find a moment to test it. bandit  supports HTTP/1.1 and HTTP/2 natively. WebSockets protocols support can be added with the help of WebSock and WebSockAdapter modules. At this time, it does not support HTTP/3 (yet?).
  • Organizing flash messages in Phoenix
    4 projects | dev.to | 30 Apr 2026
    Phoenix is a framework for Elixir, the same way Rails is a framework for Ruby. Its mission is to be a productive framework that doesn't compromise on speed or maintainability.
  • Using Elixir Nerves IoT Framework for Traditional Straw-Wrapped Natto Making
    4 projects | dev.to | 6 Dec 2025
    aht20_tracker is an API server + Grafana visualization module built with Phoenix, an Elixir web framework
  • Django 6 Released
    9 projects | news.ycombinator.com | 4 Dec 2025
    Django needs a marketing push. I opened the website and immediately it smells like a 2011 web framework. Like CakePHP. Like Zend. Like Kohana.

    The site makes the project feel extremely dated, which of course I have no idea how true that is, I've never used Django! Just my 2c from an outsider.

    I compare it to Phoenix and Rails. (again, talking PURELY marketing here dudes!)

    https://www.phoenixframework.org/

    https://rubyonrails.org/

  • Um Primeiro Olhar sobre o Framework Phoenix
    2 projects | dev.to | 21 Nov 2025
  • A First Look at the Phoenix Framework
    2 projects | dev.to | 21 Nov 2025
    As a .NET developer embarking on a journey to learn Elixir, one of the first questions is: "How do I build a web API?" In the Elixir ecosystem, the answer is overwhelmingly the Phoenix Framework. If you're familiar with ASP.NET Core, you'll find Phoenix to be a powerful and elegant counterpart.
  • From web developer to database developer in 10 years
    3 projects | news.ycombinator.com | 4 Nov 2025
    There are JS frameworks that port to most platforms in about 3 minutes (use a Mac for iOS builds):

    https://quasar.dev/introduction-to-quasar/

    That being said, Erlang/Elixir abstracts most db use-cases with ecto, and has some other incredibly powerful scalable features for sites:

    https://www.phoenixframework.org/

    * Distributed

  • Gleam OTP – Fault Tolerant Multicore Programs with Actors
    9 projects | news.ycombinator.com | 19 Oct 2025
    In general, I found starting with a Erlang/Elixir framework tutorial helps. Phoenix includes a generic wrapper on top of PostgreSQL, and hit a surprising number of users per host with trivial code (common game engine back-end.)

    https://www.phoenixframework.org/

    https://www.amazon.com/Programming-Phoenix-Productive-Reliab...

    If you don't run away from a framework intro, then dive into the details of the OTP:

    https://www.amazon.com/Designing-Elixir-Systems-OTP-Self-hea...

    https://www.amazon.com/Elixir-Action-Third-Sa%C5%A1a-Juric/d...

    The only foot-gun I would initially avoid, is a fussy fault-tolerant multi-host cluster deployment. Check out RabbitMQ package maintainers, as those guys certainly offer a fantastic resource for students ( https://www.rabbitmq.com/docs/which-erlang .)

    Best of luck =3

  • The AGENTS.md Standard: A simple, open format for guiding coding agents
    10 projects | news.ycombinator.com | 19 Aug 2025
    https://github.com/phoenixframework/phoenix/blob/main/instal...

    That’s insane. 3000 words of prose boilerplate about the language and framework. Sounds like you need, at the very least, some sort of import directive. I have no idea if “Follow the instructions in path/to/phoenixframework/AGENTS.md.” would work.

    And then the eclectic mixture of instructions with a variety of ways of trying to bully an intransigent LLM into ignoring its Phoenix-deficient training… ugh.

  • How Well Do Coding Agents Use Your Library?
    6 projects | news.ycombinator.com | 13 Aug 2025
    In Elixir land, the Ash Framework created a package called usage_rules[0] as an experimental attempt to solve this problem a few months ago. The latest version of the Phoenix Framework (1.8) includes it in their `mix phx.new` generator and in their own hex packages[1]. Library owners would need to add their own usage rules, but it seems to help even for just the core packages Phoenix includes.

    [0] https://hexdocs.pm/usage_rules/readme.html

    [1] https://github.com/phoenixframework/phoenix/tree/main/usage-...

  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Phoenix repo stats
138
23,010
9.5
7 days ago

phoenixframework/phoenix is an open source project licensed under which is not an OSI approved license.

The primary programming language of Phoenix is Elixir.


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

Did you know that Elixir is
the 21st most popular programming language
based on number of references?