What do you guys use to build internal tools?
The title says it all. What do you use when you build internal tools?
I am personally looking for something that is extremely simple (something like NiceGUI or ComposeHQ), that is also easy to deploy.
Trying to gauge all possible alternatives.
4 Replies
Depends what the use case is to be honest
@josh The use case would be simple internal tools that either hook up to no data at all (i.e. stuff like converting files or generating CSV's) or tools that would hook up to SCCM and /or Intune in order to perform device actions in bulk.
My main aspiration is to not write client side code at all, I hate writing frontend stuff when making internal tooling...
if it's for myself i usually leave it as a cli tool and sometimes will use commander if there are lots of options
if i need web ui i still create them myself with astro
Mostly C# and Blazor WASM