LiveDebugger
LiveDebugger is a development tool that makes Phoenix LiveView debugging simple by helping developers see what is happening inside their applications in real time. It gives teams a clear view of the LiveView and LiveComponent structure, making it easier to understand how components fit together and shape the interface. Developers can explore the component tree at a glance, quickly identify where issues originate, and navigate the hierarchy of a LiveView application without guessing which part of the UI is responsible for a problem. LiveDebugger also lets users inspect assigns for any LiveView or LiveComponent in real time, helping them track state transitions, understand data flow, and see how values change as they interact with the app. Its callback tracing tools make it possible to follow lifecycle callbacks, measure execution time, analyze performance, and filter events so developers can focus only on what matters.
Learn more
phoenixNAP
phoenixNAP is a global IaaS provider delivering world-class infrastructure solutions from strategic edge locations in the U.S., Europe, Asia-Pacific, Australia, and Latin America. Specializing in performance, security, and availability, the company provides vastly redundant systems, unsurpassed security, high-density deployments, and flexibility to service from ¼ cabinets to private cage environments. Its Bare Metal Cloud solution provides access to 3rd Gen Intel® Xeon® Scalable Processors for advanced infrastructure performance and reliability. phoenixNAP offers a 100% uptime guarantee, an extensive server lineup, global connectivity options, flexible SLAs, and 24x7x365 live support to help businesses achieve their business objectives. Deploy high-performance, scalable cloud solutions for your growing IT needs, along with the security and reliability that you require at opex-friendly pricing plans.
Learn more
Membrane Framework
Membrane Framework is a developer-friendly, customizable multimedia framework for Elixir, built for creating real-time communication systems, media servers, streaming pipelines, and server-side audio-video processing workflows. It gives developers a flexible way to build multimedia solutions by composing pipelines from elements, bins, and plugins that handle formats, codecs, protocols, containers, and external APIs. Membrane Framework can be used to implement WebRTC SFU architectures with modular input and output, making it suitable for applying processing, dumping media at any stage, or creating additional non-WebRTC outputs. Because Membrane is built in Elixir, its pipelines can benefit from scalability, fault tolerance, and easy integration into existing Elixir applications, including Phoenix-based web servers. It supports server-side processing, transcoding, monitoring utilities, real-time communication, and custom media workflows where developers need more control.
Learn more
Inertia
Inertia.js is a framework that enables developers to build modern single-page applications using classic server-side routing and controllers. It allows for the creation of fully client-side rendered SPAs without the complexity typically associated with such applications. Inertia.js operates without client-side routing or the need for an API, allowing developers to build controllers and page views as usual. It functions as a connector between server-side frameworks and modern frontend frameworks, offering official client-side adapters for React, Vue, and Svelte, and server-side adapters for Laravel, Rails, and Phoenix. This approach enables the development of modern SPAs while leveraging existing server-side patterns. Inertia isn't a replacement for your existing server-side or client-side frameworks. Rather, it's designed to work with them. Think of Inertia as the glue that connects the two. Inertia does this via adapters.
Learn more