💬 A minimal real-time chat app built with Elixir and Phoenix LiveView. Designed as a learning project to explore LiveView features like dynamic presence, real-time updates, and interactive components — without the complexity of authentication or external dependencies.

- Join with just a name, no login needed
- See who's online in real time
- Send and receive messages instantly
- Clean UI built with Tailwind
Great playground for experimenting with Phoenix Presence and LiveView events
- Elixir + Phoenix LiveView
- TailwindCSS
- No backend database (ephemeral in-memory state)
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix