Hot in Phoenix Chat/Discussion:

HOTTEST Phoenix Chat/Discussion THIS WEEK! Top

andreamancuso
Hey folks, This might sound niche, but I think it’s worth bringing up - especially given Phoenix’s reputation for being lightweight, por...
New
kuligkar
We recently wrapped a project with Supabase and wrote it up. Sharing here because a good chunk of it is Phoenix and Elixir internals this...
New

HOTTEST Phoenix Chat/Discussion THIS MONTH! Top

cblavier
Hey there, It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
Null-logic-0
I’m relatively new to the Elixir ecosystem, coming from a Ruby on Rails and JavaScript background, but over the past few months, I’ve bui...
New
Null-logic-0
I recently got advice that in the current market, hiring is heavily based on trust and relationships. One point that really stuck with m...
New
Null-logic-0
Hello everyone, I’m currently reading Elixir in Action (3rd Edition), and I’d like some advice on how to deepen my understanding of OTP ...
New
hxgdzyuyi
TL;DR: Ask AI to write an Elixir version of the React HTML generation logic, producing HTML that matches React renderToString, so React c...
New
mccraigmccraig
I’ve been playing with an idea for LiveView… I wanted fast tests of LiveView page logic - which isn’t really possible while the logic is ...
New
pecampelo
Both in a professional level, with enterprise production apps, and personal projects with others, some people I know have a hard time con...
New

HOTTEST Phoenix Chat/Discussion THIS YEAR! Top

marciol
Please, let me know if this kind of discussion already took place in another topic . Hi all, how do you consider if is better to build ...
New
Jayshua
I recently came across the javascript library htmx. It reminded me a lot of liveview so I thought the community here might be interested....
New
niccolox
Does anyone have good suggestions for HTML editors which integrate nicely into Phoenix Liveview? I am especially interested in the inlin...
New
stiegi
As the title suggests, I’d like to hear your opinion of the idea to replace esbuild with bun.js, since it recently received its 1.0 relea...
New
wmnnd
Hey folks, I wanted to share with you a project I’ve been working on for a while: It’s an Open Source (AGPLv3) newsletter tool. Think Ma...
New
andrielfn
Hey there :waving_hand: I want to introduce Fluxon UI, a modern UI component library for Phoenix LiveView that I have been working on fo...
New
byu
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project. My initial shotgu...
New
e.fu
[Guide] Implementing Multi-Tenancy in Phoenix 1.8 - Single vs Multi-Organization Approaches Hello Elixir Community! I’m excited to share...
New
josevalim
Hi everyone! The team at Dashbit have been working on a coding agent that is deeply integrated with Phoenix (and also Rails) and underst...
New
AstonJ
Curious whether there’s anyone here not using Tailwind - if you’re not, what are you using instead and was there any specific reason why ...
New
Nefcairon
Have you already heard about https://phoenix.new, the “Remote AI Runtime for Phoenix”? Vibe coding – when used strategically as a start...
New
akin
Hey everyone, Recently, I’ve been working on a project that uses LiveView for most of the UI, but for some parts with very complex clien...
New
raa-ziq
Hi everyone :waving_hand: I wanted to share something I’ve been building — NowBlind, a random chat app designed to help people discover ...
New
anon9372508
First Hello. Secondly: I want declare my intent before I say anything else so that I’m not misunderstood. I want to have a conversatio...
New
ppff01
Hi there, I’ve been testing Phoenix 1.8 a lot lately and noticed the modal component from 1.7 had disappeared. Since we now have DaisyUI...
New

HOTTEST Phoenix Chat/Discussion THE LAST THREE YEARS! Top

sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New
New
AstonJ
If a newbie asked you about Phoenix Contexts, how would you explain the basics to them? Feel free to be as concise or in-depth as you li...
New
und0ck3d
Hello everyone! A few days ago I’ve created a topic here about how people were creating CMSs with Elixir and Phoenix. I’ve been studying...
New
laiboonh
Hi all, I am trying to convince my team to use liveview over the current react. What are some of the points where one should consider us...
New
100phlecs
Are there any downsides, like perf issues, to putting all functional components in CoreComponents as long as you prefix it with the conte...
New
mchean
So a little background. I’m responsible for maintaining a number of legacy systems written in old languages (Dibol, Visual Foxpro) so I ...
New
derpycoder
Hey Guys, Did you know that there’s an alternative to Cowboy for Phoenix, called Bandit? And it recently reached {:bandit, "~> 1.0-p...
New
tonydang
Hi everyone! I’m new to the forums and new to Elixir in general. To learn Elixir, I recently just completed my first app. It’s a todo app...
New
mindreframer
Hey everyone, yesterday I have played around with Vite.js and it feels really nice for frontend dev in Phoenix. The setup is currently a ...
New
adrianbarbic
Wonder what people are using for their CMS for their phoenix websites? I know there isn’t really one that is the go to that is built in E...
New
mekusigjinn
After rummaging through ElixirForum, dissecting the HexDocs, I’ve finally been successful at uploading to Cloudflare R2 (which is cheaper...
New
Qqwy
Development on Phoenix LiveView is of course in full swing. However, here are a couple of features I currently miss and proposals to add ...
New
tomkonidas
After playing around with stream/4 and reading up on all the new LV features, I was tasked at work with making an infinite scroll page. I...
New
csokun
I love Liveview, but I do NOT love building native Liveview UI components :slight_smile: not my forte. Thanks to Stephen Bussey’s article...
New

HOTTEST Phoenix Chat/Discussion THIS Over 3 Years! Top

uranther
What combination of libraries do you use for your Phoenix web app for standard user authentication? There are a couple listed in the awes...
277 42894 103
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
AstonJ
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including. What is Phoenix LiveV...
New
Nvim
Anybody knows a comprehensive comparison of Django and Phoenix, thanks for the help. Where are they similar? Where do they differ the m...
New
ricklove
I was just introduced to Elixir and Phoenix. I was told about the 2 million websocket test that was done 2 years ago. From my research, t...
New
New
Matt-Hornsby
Hi all - cross posting this from the elixir-talk mailing list. I could use some help. I am currently evaluating Elixir and Phoenix for a ...
New
chuck
Let me start by stating an assumption: Phoenix is a great approach to building REST APIs. There are many reasons for this, but I will ass...
New
Deithrian
I saw that there's a port for Elixir and Phoenix on FreeBSD. Why would you want to run a Phoenix project on FreeBSD vs Linux? Can you s...
New
AstonJ
I’ve just started the Phoenix part of the utterly brilliant online course by @pragdave. On generating the Phoenix app he uses the --no-ec...
New
lorenzo
Hey everone! I created a prototype for my app using Nodejs for the api. But the framework I chose wasnt great (in general theresnt any g...
New
thojanssens1
It would be nice to be able to define a redirect from one route to another from the router.ex file. E.g.: redirect "/", UserController, ...
New
AlexMcConnell
The reason that Rails is as popular as it is is because it's very easy for relatively inexperienced developers to get a lot of work done....
588 19551 166
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 18122 126
New
pillaiindu
In django there is a cache framework backed by memcached. Rails also puts a lot of emphasis on caching, and even the idea of russian-doll...
New

Phoenix

Classification: Web Framework
Threads: 15027
Posts: 101954
Forum Tags: #phoenix

"Peace of mind from prototype to production. Build rich, interactive web applications quickly, with less code and fewer moving parts."

  • Follow
  • Join
  • Shape
the conversation
Phoenix on GitHub
Stars: 23,050 Watchers: 542 Open Issues: 49 Last push: about 4 hours ago

Core Team Members

Confs & Meetups

16 days remaining
DC Elixir
Build Night: Hands-on with Zig and Zigler - Washington DC/USA July 15, 2026
60 days remaining
Erlang Workshop 2026
Indianapolis, USA August 28, 2026
73 days remaining
ElixirConf US
Chicago September 10, 2026

Saved Forums

    None saved yet

Top Sub Portals

    None added yet

Saved Forums

    None saved yet

We're in Beta

About us Mission Statement