Phoenix Framework

1.3K posts

Phoenix Framework banner
Phoenix Framework

Phoenix Framework

@elixirphoenix

The @elixirlang web framework that provides peace of mind from prototype to production

เข้าร่วม Şubat 2014
0 กำลังติดตาม20.3K ผู้ติดตาม
Phoenix Framework รีทวีตแล้ว
Chris McCord
Chris McCord@chris_mccord·
The Erlang VM has all these incredible things. Did you know you can boot a `:peer` node as a VM within the VM, fully meshed? Enter `FlyDeploy.BlueGreen` - "hot bluegreen" deploys where we spin up the new incoming VM, then cutover seamlessly: before/after code changes:
Chris McCord tweet mediaChris McCord tweet media
English
14
42
349
21.7K
Phoenix Framework รีทวีตแล้ว
Stefan Wintermeyer
Stefan Wintermeyer@wintermeyer·
Currently I am test upgrading a couple of @elixirphoenix applications to Elixir v1.20 rc1 just to run the tests and see how the new type system works. It has found and helped to fix bugs in every one of them. Quite powerful without any additional human work.
English
2
3
44
4K
Phoenix Framework รีทวีตแล้ว
ElixirConf Europe
ElixirConf Europe@ElixirConfEU·
DurableServer keynote by @chris_mccord at ElixirConf EU 2026. GenServer + automatic state persistence + cluster-aware recovery. Complexity melts away. Málaga, April. Save your spot: #register" target="_blank" rel="nofollow noopener">elixirconf.eu/#register
ElixirConf Europe tweet media
English
0
5
19
2.2K
Phoenix Framework รีทวีตแล้ว
Mark Ericksen
Mark Ericksen@brainlid·
Introducing Sagents -- an open-source #ElixirLang framework for building #AI agents with human oversight, composable middleware, and real-time @ElixirPhoenix LiveView integration. Built on OTP. Each agent is a supervised GenServer. Watch the full demo: youtube.com/watch?v=r-14qc…
YouTube video
YouTube
English
12
31
185
16.4K
Phoenix Framework รีทวีตแล้ว
José Valim
José Valim@josevalim·
We just launched a Task Board for Tidewave, which allows sharing tasks across agents sessions. @hugobarauna has been using it for a while, using one chat to plan and spec tasks, while another chat is getting items from the board and implementing them!
José Valim tweet media
English
3
8
82
6.8K
Phoenix Framework รีทวีตแล้ว
ElixirConf Europe
ElixirConf Europe@ElixirConfEU·
VEB tickets are gone! Missed them? Early Bird tickets available now for ElixirConf EU 2026. Secure yours before these sell out too. #register" target="_blank" rel="nofollow noopener">elixirconf.eu/#register
ElixirConf Europe tweet media
English
0
7
9
5.5K
Phoenix Framework รีทวีตแล้ว
Chris McCord
Chris McCord@chris_mccord·
LLMs + Elixir: distributed tracing for targeted processes anywhere on the cluster with realtime UI. Idea to shipped, sub 30min:
English
5
12
161
11.9K
Phoenix Framework รีทวีตแล้ว
Elixir by Software Mansion
Elixir by Software Mansion@swmansionElixir·
Streams are one of @elixirphoenix LiveView’s superpowers, and LiveDebugger v0.5.0 lets you finally see them in action 👇
English
2
10
55
2.7K
Phoenix Framework รีทวีตแล้ว
Elixir by Software Mansion
Elixir by Software Mansion@swmansionElixir·
In LiveView, we keep the state in one place - the server - and it simplifies a lot. But sometimes the state on the client is preferred, or even necessary, and we can't use LiveView for that part. Unless we have a LiveView that runs on the client 👀 Using Popcorn, we managed to run LiveView fully in the browser – here's a POC 🎉 The approach is to have a fully client-side LiveView rendered by a server-side one, and they can communicate with each other. Try it out: github.com/software-mansi…
English
6
24
170
13.4K
Phoenix Framework
Phoenix Framework@elixirphoenix·
@ElixirConfEU CFP is open! Come share your unique perspectives with the community! #cft" target="_blank" rel="nofollow noopener">elixirconf.eu/#cft
English
0
0
1
473
Phoenix Framework รีทวีตแล้ว
José Valim
José Valim@josevalim·
Last week we used tidewave.ai to find accessibility issues on @37signals's Campfire (Rails), @shadcn's UI (Next.js), and our own @livebookdev (Phoenix), and we were able to automatically fix 79% of the issues we found, 2x more than using Claude Code standalone.
English
4
26
196
10K
Phoenix Framework รีทวีตแล้ว
Elixir by Software Mansion
Elixir by Software Mansion@swmansionElixir·
It's been a while since last Elixir Stream Week... ...which is why we're starting to think of pulling another edition out 👀 In the meantime, here's a recap from the previous one, where @chris_mccord live-coded a real-time Twitch clone. Full video in 🧵
English
1
6
36
2.7K
Phoenix Framework รีทวีตแล้ว
José Valim
José Valim@josevalim·
Soon™
José Valim tweet media
English
5
22
225
12.1K
Phoenix Framework รีทวีตแล้ว
José Valim
José Valim@josevalim·
Hey folks, it happens once or twice a year, but Dashbit is accepting new companies to join our Elixir Developer Subscription. So if you'd like to have a direct line to myself, Wojtek Mach (Req/Ecto), Jonatan Kłosko (Livebook/Nx), and Steffen Deusch (LiveView), and access our knowledge during coding reviews and architectural discussions, please reach out (links below)!
English
4
33
152
12K
Phoenix Framework รีทวีตแล้ว
Chris McCord
Chris McCord@chris_mccord·
periodic reminder that the phoenix_playground exists and allows you to create single file phoenix/liveview apps and run them with `elixir my_app.exs`. Point claude code at this url and tell it to make xyz using tailwind cdn, and you're off to the races: hexdocs.pm/phoenix_playgr…
English
2
20
136
5.8K
Phoenix Framework รีทวีตแล้ว
Jacob Luetzow
Jacob Luetzow@jacob_luetzow·
Just wrapped an incredible conversation with @chris_mccord about Phoenix 1.8's AI features & how Elixir's gen servers naturally solve complex state management! We explore why OTP primitives make Elixir perfect for AI agents. Now on your favorite podcast platform: elixirmentor.com/podcast?ep=56 #elixirlang #myelixirstatus
English
0
9
50
6.5K
Phoenix Framework รีทวีตแล้ว
Chris McCord
Chris McCord@chris_mccord·
My keynote on "Elixir's AI Future" is up. I start by running `mix phx new` and sending claude code off on a full OTP slack clone using the new AGENTS md file. It nailed it. Elixir is one of the best platforms for AI assisted dev and to build agents. lfgo youtube.com/watch?v=6fj2u6…
YouTube video
YouTube
English
9
48
270
23.7K
Phoenix Framework รีทวีตแล้ว
José Valim
José Valim@josevalim·
Introducing Tidewave Web for Rails and Phoenix: a coding agent that runs in the browser alongside your web application, with full page and code context. Tidewave deeply integrates with your stack, from the database to the UI, making AI development more seamless and efficient.
English
27
119
707
97.8K