Where Messages Flow

API Management Console - runtime route toggling for Phoenix apps

I’ve published my first Hex package — API Management Console, a Phoenix LiveView library for toggling API routes on/off in real time without redeploying. Disabled routes return 403 at the Plug level, and everything’s logged in an audit trail.

The idea came from thinking about how to limit blast radius on some public endpoints at work — disable fast, then fix properly, instead of scrambling to redeploy under pressure. This is also my first real step into open source, so bug reports and feedback very welcome.

GitHub: https://github.com/rizwan-khalid-1/api-management-console

Hex: https://hex.pm/packages/api_management_console