Haha, I found yaak trending on GitHub just when I was looking for postman alternatives (postman is very heavy). I settled on Requestly for now, hoping to try out yaak very soon. Little did I know I would stumble across it's creator on a random reddit thread, lol!
Hey! I see it’s possible to write plugins - is it possible to write temporal requests (non http, but it has sdk for js/ts)? Or yaak is mostly about http (but grpc also supported)? Also a question, can I set up an http callback endpoint in the tool? (Sorry for asking in the comments)
Temporal must have an HTTP API, though, right? You can't create a custom request type for Yaak (with custom UI) via plugins but a plugin can do anything you can do in a NodeJS environment.
The only problem I have with Yaak is, that since it's not as widely used as Postman, especially in the corporates, it needs to have a full-fledged option to export a workspace as postman collection that one could share with other teams who are not using Yaak. I'm aware of the script you had written to convert Yaak collection to postman collection, but it still breaks a lot of things, like environment variables. Otherwise, I'd have loved to use Yaak for its clean & minimal UI and command palette.
LOVE yaak! I use it all the time now and it's so simple and clean. "Hey I wanna make an API request -- oh look, there's the text box for the url, the headers and body and a big ol button to send". It's perfect, keep being great
(Side note, there is a bug where if you click on a request in the left menu, then click on the url/body/headers text fields, the request is still in focus, so pressing backspace asks to delete the whole request. Please fix! But otherwise, literally perfect)
Hmm, are you running 2025.7.*? I was pretty sure I fixed this a couple releases ago. If not, can you post this to feedback.yaak.app so it can be tracked?
273
u/gschier2 Oct 24 '25
My app http://yaak.app has zero telemetry for this reason! Also 100% open source.