I am interested if there is a package which auto generates an admin dashboard for a meteor application. Something similar to the admin dashboard of django. It seems that there are two popular solutions:
The first has a problematic package dependency, which changing it causes my app to break, and the second one is no longer maintained and also causes artifacts in the app.
I am wondering if there is some other package, which I might have missed? If not, which alternative is recommended to manage users, and the app’s collections? Maybe a UI interface to Mongo directly?
Thanks and best regards