Now I am really trying to pay attention to the developer experience with carefully put ui interactions and shortcuts.
it is built with tauri so it is fast and small.
some of the features:
It can sync with open api and update the requests as they change. it also provides better auto complete and linting when a spec is present.
it is local and everything is stored in text files the same way that they are shown in the app itself.
all the envs are defined in one file so you can scan them easily.
it does support scripts and also standalone scripts that don't require a request, which are called actions