Hot in Phoenix Chat/Discussion:

HOTTEST IN Phoenix Chat/Discussion THIS WEEK! Top

AstonJ
Anyone vibe-converted a Rails app to Phoenix? How did it go? Which tools did you use? Any tips? Asking for a friend :sweat_smile:
New
OndrejValenta
Greetings and salutations! We’ve been building keen_phoenix_svelte at KeenMate (now v1.0.0-rc.9), and we’d like your feedback, although ...
New
excitedbox
There are so many very similar UI kits out there but it seems like so many of them focus on the same sets of components and the differenc...
New

HOTTEST IN Phoenix Chat/Discussion THIS MONTH! Top

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
ashkan117
Background Hey everyone, I’ve been working on developing a personal planner over the last two years called Alpen. Yes I know another tod...
New

HOTTEST IN 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
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
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
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
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
e.fu
[Guide] Implementing Multi-Tenancy in Phoenix 1.8 - Single vs Multi-Organization Approaches Hello Elixir Community! I’m excited to share...
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
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
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
virinchi_cv
The Problem Phoenix 1.8 comes aggressively coupled with Daisy UI, a decision which many developers in the community have had mixed feelin...
New
ivanminutillo
Bonfire is an open source framework for building modular federated digital spaces. It’s built entirely with Elixir, including LiveView (a...
New
AstonJ
Just noticed Tailwind 4 has been released: Tailwind CSS v4.0 is an all-new version of the framework optimized for performance and flexi...
New
arcanemachine
This was the first question on my mind when I saw this other thread by @AstonJ. I’m curious how many Phoenix users actually like using T...
New
SyntaxSorcerer
I found Elixir after a friend recommended looking into it for developing a multi-agent orchestration and task management system. Soon aft...
New

HOTTEST IN 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
slashdotdash
Phoenix Live View is now publicly available on GitHub. Here’s Chris McCord’s tweet announcing making it public.
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
niccolox
Does anyone have good suggestions for HTML editors which integrate nicely into Phoenix Liveview? I am especially interested in the inlin...
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
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
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

HOTTEST IN 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 43430 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
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
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
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 20237 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 18675 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: 15058
Posts: 102158
Forum Tags: #phoenix
RSS

"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,110 Watchers: 537 Open Issues: 49 Last push: 3 days ago

Core Team Members

Confs & Meetups

22 days remaining
Erlang Workshop 2026
Indianapolis, USA August 28, 2026
35 days remaining
ElixirConf US
Chicago September 10, 2026
55 days remaining
Goatmire Elixir (+ NervesConf EU)
Varberg, Sweden September 30, 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