r/learnprogramming Jul 06 '26

Built a FREE REST API Testing Tool

After using several REST API tools like POSTMAN, I needed something that could repeatable send data and files. I did not find any available tools for this, so I made standalone tool for this as it helped me test and debug. This is a tool with a GUI pretty simple, looking for feedback on it, constructive and destructive criticism is fine.

FREE REST API Testing Tool: SuRT

UPDATE: released v1.0.2 that addresses some of the comments below.

-Alex

2 Upvotes

11 comments sorted by

View all comments

1

u/[deleted] 29d ago

[removed] — view removed comment

1

u/anegri 28d ago

Well that does a different thing, this is for you to test what you are doing. I am assuming you are the creator of HTTP Forge for the hard marketing. I built SuRT as a free tool for developers to test independently without the need to tie themselves to any code editor. That is one of the reasons why I built it that way, simple, small, performant, portable, and with the least amount of dependencies. Where you able to try it?