I've been working on a small-scale, functions-as-a-service platform where you can create Python functions, map them to routes, and run them through a custom FastAPI engine. It’s all managed via a Rails interface and hosted entirely in the EU.

The goal is to make it easy to define functions and connect them to APIs or webhooks. It’s still in alpha, so things are rough around the edges, but the basics are working.

Would love to hear what others think or if you’ve tried building something similar.