This is really nice and I love the idea of giving non-technical users access to internal tooling. For python scripts I've had some success with Gooey that turns an ArgParser description into a usable (if ugly) UI running locally. At some point I tried to turn it into a web front end (probably called Wooey) but it ended up in the same pile of half-baked projects I have floating around.
Haha love the name Wooey for that. Also, very cool to see other people exploring the same space. We experimented w/ a similar arg parsing system, but ended up w/ our current approach so that it's possible to build multi-step workflows that conditionally show different inputs at different stages of the workflow.
Show HN: Interval, CLIs in browser with no front end code
11–16 of 16 posts
Re: Show HN: Interval, CLIs in browser with no front end code
#12Re: Show HN: Interval, CLIs in browser with no front end code
#13Your competitors -> https://www.airplane.dev/ , https://windmill.dev
Thanks for linking to Airplane! I'm one of the founders. I actually gave Alex from Interval a demo of our product about a year ago when they were working on something different. Maybe they got some inspiration from that conversation. Best of luck to them!
Re: Show HN: Interval, CLIs in browser with no front end code
#14I’m very excited by the idea of seamlessly providing a front-end for interactive scripts. (I have a similar idea that I’ve wanted to build for a while.) Is that an accurate description of what you’re trying to build? Calling Interval a “CLI in the browser” made me think you had a command line in the browser, something like xterm.JS. I don’t have anything else to say, I think the idea speaks for itself.
Other than that I love the concept; someone like me who sucks at creating UI's really benefits from something like this (:
Re: Show HN: Interval, CLIs in browser with no front end code
#15Re: Show HN: Interval, CLIs in browser with no front end code
#16Super interesting idea and great documentation. What software do you use for your user docs?