speedrun.nobackspacecrew.com
Show HN: Speedrun – Markdown to build tools (OSS)https://speedrun.nobackspacecrew.com/index.htmlYou go to the docs to do something but there's no button to click on to do it. Further, there's all that nonsense of getting credentials, gathering and formatting inputs and finding and replacing text. Enter Speedrun, simple markdown that lets you build tools right into your documentation where they belong. It powers up your README's, runbooks and documentation with the ability to prompt for inputs, run JavaScript, get temporary AWS credentials and reference configuration. Now instead of merely telling your users what to do, they can solve their exact problem with a click. Think of it like a Jupyter notebook but on top of GitHub markdown.In its current incarnation, it runs as a TamperMonkey script that finds Speedrun blocks in your GitHub repo and lights them up. It can be used to wrap a command line with a ui, federate to an exact location in the AWS console, as a ui for authorizing and invoking an AWS Lambda or Step Function and many other use cases like building a SQL statement. TheDec 13, 2023 6:56 PM