What do you recommend for an admin dashboard for users?

Hi! I’m new to Elixir/Phoenix/Ash. Going through the tutorials Ash right now and enjoying the different mental model than how I think about programming before.

I’m creating a project with an admin dashboard for each user to manage their own data. (Very unique, I’m sure. :stuck_out_tongue:)

What do Ash developers out there generally use? Are there popular libraries for this? For a new developer, it hasn’t been easy to find information on libraries.

Or do developers in this ecosystem like to roll their own? I can see a lot of the business logic being realy simple to create and just need a frontend template?

Much appreciated. Cheers!

2 Likes

https://backpex.live?

2 Likes

Unfortunately not compatible with Ash Framework. At the moment ash has a “super admin dashboard”, not suitable for providing to users to manage their data. Generally most users build their own, AFAIK

2 Likes

Good to know! Thanks :pray:t5:

You can show your support for this here: Support Ash · naymspace/backpex · Discussion #377 · GitHub

2 Likes