Thanks, Peter, for the detailed explanation — that really helps clarify how Smart UI handles routing and dependencies. I was facing a similar issue while integrating an tailwind dashboard templates with a CodeIgniter app, and your example made it clear that each page needs its JS dependencies configured directly in the routing file. It’s a bit manual but ensures cleaner separation and better control over scripts per page. I’ll try defining scriptUrls for each view in my setup instead of loading all JS globally. Appreciate the support and the great work your team continues to do with Smart UI!