HexHire logo HexHire

Remote Phoenix LiveView Jobs

Build real-time web applications with Elixir

3 positions available

Phoenix LiveView has revolutionized how we build interactive web applications. If you're passionate about creating rich, real-time user experiences without the complexity of JavaScript frameworks, these positions are for you.

Companies are increasingly adopting LiveView for its ability to deliver highly interactive applications with significantly less code. From collaborative tools to live dashboards, LiveView enables developers to build features that previously required complex JavaScript setups. The result is more maintainable code and faster development cycles.

Our curated list features companies specifically seeking LiveView expertise. These roles often involve building real-time features like live updates, form validation, file uploads, and interactive UIs—all powered by Elixir on the backend. If you enjoy the elegance of server-rendered applications with real-time capabilities, explore these opportunities.

Get weekly remote Elixir jobs

Post a Job

Reach thousands of Elixir developers

Frequently Asked Questions

What is Phoenix LiveView?

Phoenix LiveView is a library that enables rich, real-time user experiences with server-rendered HTML. It maintains a persistent WebSocket connection between the browser and server, allowing the server to push updates instantly without full page reloads. This eliminates the need for JavaScript frameworks for most interactive features.

Do LiveView jobs require JavaScript knowledge?

While LiveView reduces the need for JavaScript significantly, some positions may require JavaScript knowledge for client-side hooks, integrations with external libraries, or hybrid approaches. However, the primary focus is on Elixir and LiveView's server-side model.

Is LiveView experience required for these jobs?

Most positions listed here specifically mention LiveView as a requirement or strong preference. If you have Phoenix experience but are new to LiveView, many companies are willing to train developers who demonstrate strong Elixir fundamentals.

What types of applications use LiveView?

LiveView is used for a wide range of applications: real-time dashboards, collaborative editing tools, live forms with instant validation, chat applications, admin panels, e-commerce sites, and any application requiring real-time updates without complex JavaScript.

How does LiveView compare to React or Vue?

LiveView takes a different approach than React or Vue by handling state and rendering on the server. This results in less client-side code, simpler state management, and better SEO. The trade-off is slightly higher latency for user interactions, though for most applications this is imperceptible.