Deployed with Hop3
' @app.route('/health') def health(): return jsonify(status='healthy') $ hop deploy demo-app ./app-dir > Starting deployment for app 'demo-app' -> Using builder: 'local' -> Build successful. Artifact: /home/hop3/apps/demo-app/venv (kind: virtualenv) -> Using deployment strategy: 'uwsgi' -> Deployment successful. App running at: http://127.0.0.1:53329 > Deployment for 'demo-app' finished successfully. Hop3: From Self-Hosting Complexity to Production-Ready Sovereignty 19