Self-Hosted Serverless Platform

Run Serverless Functions
On Your Infrastructure

Python, Node.js — Deploy on Cloud or On-Premise

Self-hosted serverless platform with full infrastructure control. AWS Lambda compatible APIs, deploy anywhere.

or email us at info@inquir.org

Free during beta • No credit card required

handler.py
def handler(event, context):
    # AWS Lambda compatible
    name = event.get("name", "World")
    return {
        "message": f"Hello, {name}!",
        "statusCode": 200
    }
Response42ms
{
  "message": "Hello, World!",
  "statusCode": 200
}
Python
Node.js
Docker Isolation
API Gateway
Function Pipelines
OpenTelemetry

HTTP API Gateway

Expose functions as HTTP endpoints with flexible routing and authentication

  • Flexible Routing

    Path parameters (/users/:id), wildcards, method-specific routes

  • Multiple Auth Methods

    API keys, Bearer tokens, or public endpoints with per-route config

  • CORS & Rate Limiting

    Built-in CORS support and rate limiting per route

GET/users/:idλ getUserById
POST/ordersλ createOrder
PUT/products/*λ updateProduct
λ embedding
λ search
λ generate

Function Pipelines

Orchestrate multi-step workflows with visual pipeline builder

  • Sequential Execution

    Chain functions in order with automatic error handling

  • DAG Workflows

    Parallel execution with dependency management and conditional steps

  • Smart Retry Logic

    Configurable retry attempts with exponential backoff

Built-in Observability

OpenTelemetry metrics, traces, and AI-powered insights out of the box

  • OpenTelemetry Compatible

    Full OTEL metrics and distributed tracing with span visualization

  • Smart Alerts

    Configure alerts via Slack, email, webhooks on performance issues

  • AI-Powered Insights (Coming Soon)

    Automatic recommendations for optimization and cost reduction

Invocations1.2M
p50 Latency42ms
Error Rate0.01%

AWS Lambda Compatible

Drop-in replacement for AWS Lambda with full compatibility

Event Format

AWS API Gateway v2 event format support for easy migration

Lambda Layers

Reusable layers compatible with AWS Lambda packaging

Runtime API

Compatible runtime interface for seamless code portability

Deploy Anywhere

Run on your infrastructure or use our managed cloud

☁️

Managed Cloud

Fully managed infrastructure with auto-scaling and 99.9% uptime SLA

🏢

Self-Hosted

Deploy on your own servers with Docker or Kubernetes for complete control

Ready to Get Started?

Join the waitlist for early access to Inquir Compute

We use Google Analytics to understand traffic. It is optional and will load only if you accept.