I'm working on https://bodge.app/ I'm calling it a "Micro Functions as a Service" platform. What it really is, is hosted Lua scripts that run in response to incoming HTTP requests to static URLs. It's basically my version of the old https://webscript.io/ (that site is mostly the same as it was as long as you ignore the added SEO spam on the homepage). I used to subscribe to webscript and I'd been constantly missing i…
Cool! This reminds of https://val.town
I'm not sure I would have actually started building this if I knew that was an option. Hopefully their existence is telling me "there's a market, go for it" and not "there's already a better alternative, don't do it", heh. Though their pricing tiers really tells me I need to optimize my sandboxing. I don't think I can match those request limits at those prices just from the CPU cost of my per-request sandboxing overhead.