robinhood 2 days ago

I love everything about Yaak. How and why it was born. The transparency of the author. The simplicity of the tool. I really hope the user base grows in the future.

  • gschier 2 days ago

    Dang, that means a lot, thanks

rrgok a day ago

I'm gonna say it, at the risk of begin downvoted to hell, what the is target developer of this kind of HTTP clients? This is the second client I see in a single day and I'm having hard time understanding these apps/utility.

It is not difficult to make HTTP request, there is no need to pay a client to save those requests. What I would gladly pay is a client that makes those requests testable and repeatable in an ergonomic way. HURL come close, but its testing language is quite limited and disappointing.

I'm sorry for being harsh, but the goal should not be making HTTP requests easy. The goal should be making HTTP requests easily testable in an automatic way. That's why I still use Laravel Guzzle, I write requests and test them in programmatic way with a proper testing framework.

  • gschier 20 hours ago

    It's just personal preference. If you don't see the need for this type of tool in your workflow, you likely aren't the target user. It's very similar to GUI database clients. Sure, you could use the command line, but a lot of people need something more powerful.

    I started with a folder of Curl requests / environment variables, but it quickly fell over when I needed more complex logic, OAuth, better organization, visual response previews, or anything else that came with my non-trivial use case.

gschier 2 days ago

Creator of Yaak here. Let me know if you have any questions!

  • mhitza 2 days ago

    Always good to include a short section in which you describe what the tool/product is. Going from your release page to your homepage it seems to be a Postman alternative, though I didn't necessarily pick that up from your content above the fold.

    • gschier 2 days ago

      Ya, that a good idea, thanks!

  • aesthethiccs 18 hours ago

    this is the second time i found your tool/app (insomnia) now yaak

    i was so sad when insomnia felt like it went down hill :( barely could handle grpc properly and odd need for an account then i saw this by kong thing and was like well shit.

    yay now i can have a normal app again, and thanks for making tools i use pretty much everyday.

  • dudus a day ago

    I was confused about the license.

    From the FAQ:

    "Yaak is still open source under the MIT license. You can view, modify, and run the source code for both personal and commercial use. Licensing applies only to the prebuilt binaries."

    Is there differences on the compiled binary vs what I'd get compiling it myself?

  • n00bskoolbus 2 days ago

    No questions but this all looks amazing! Looking forward to trying to out. Thank you for all the hard work.

    • gschier 2 days ago

      Hey, thanks for saying so! Let me know if you run into any hurdles.

  • half0wl 2 days ago

    No questions, just wanted to say hi, congrats, and thank you for building Yaak :greg:

    • gschier 2 days ago

      Oooo, I know who this is

  • threatofrain 2 days ago

    Is there a way to keep a "folder" synchronized with an OpenAPI endpoint?

    • gschier 2 days ago

      You can only import OpenAPI. Yaak itself has more features than can be represented in the spec, syncing them is not feasible.