🎨Testing RBAC permissions just got visual

Published: (January 18, 2026 at 02:07 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for 🎨Testing RBAC permissions just got visual

Overview

We just added a Streamlit UI to the RBAC Algorithm – and it’s changing how developers validate access‑control logic.

🚀 Try It

# Clone the repo
git clone https://github.com/Maneesh-Relanto/RBAC-algorithm

# GitHub Pages demo
https://maneesh-relanto.github.io/RBAC-algorithm/

# Run Streamlit UI
cd test-apps/01-streamlit-ui
pip install streamlit
streamlit run app.py

Enter fullscreen mode

Exit fullscreen mode

Loads 20 sample users, 10 roles, 20 permissions – ready to explore!

Happy to get feedback on the RBAC library.

Back to Blog

Related posts

Read more »