Developer Marketplace Program

Build the Future of
Enterprise Software

Create, submit, and monetize custom extensions for 90+ modules in the Ilora ERP system. Build in any language, scale independently, and earn up to 85% revenue split.

gateway_proxy.go
from flask import Flask, request, jsonify
import os

app = Flask(__name__)

@app.route("/greet", methods=["GET"])
def greet():
    # Injected context by Ilora proxy gateway
    tenant_id = request.headers.get("X-Tenant-ID")
    user_id = request.headers.get("X-User-ID")
    
    return jsonify({
        "message": "Hello from Python Plugin Container!",
        "tenant": tenant_id,
        "user": user_id
    })

if __name__ == "__main__":
    app.run(host="0.0.0.0", port=8080)

01Security & Environment

Secure, Isolated & Extensible Sandbox

Our Plugin Gateway ensures complete security and sandbox isolation so you can build with freedom.

01

Any Language Support

Build with Go, Node.js, Python, PHP, Ruby, Rust, or .NET. Package as Docker, and you are ready.

02

Strict Security Sandboxing

Dedicated PostgreSQL schema, memory/CPU quotas, egress network firewall, and scope authentication.

03

Configurable Revenue Splits

Earn from 70% up to 85% payout tier payouts. Managed securely via automated Stripe Connect payments.

02Register as Developer

Apply for Developer Program

Enter your profile details below to register your account. Once verified by our superadmin, you will receive activation confirmation.

Name is required
A valid email is required
Password is required
Invalid URL
Already registered? Sign In