moai-lang-elixir

Installation
SKILL.md

Elixir & Phoenix Framework

Production-grade Elixir/Phoenix development with OTP, LiveView, and concurrent patterns.

Quick Start

Create Phoenix App:

# Install Phoenix
mix archive.install hex phx_new

# Create new app
mix phx.new my_app --database postgres

# Setup database
cd my_app
mix ecto.create
Installs
2
First Seen
Mar 2, 2026
moai-lang-elixir — jg-chalk-io/nora-livekit