Liusha

Serverless functions · scale to zero

Functions that flow like sand.

Deploy a Node.js function with one command. It autoscales when traffic surges, settles to zero when things go quiet, and costs nothing while it sleeps. Liusha means flowing sand — that’s the whole idea.

Scale to zero Free unlimited egress No per-request fees

$ npm install -g @liusha-com/cli

The speedrun

Zero to a live URL in three commands

step 1

Install the CLI

One package, no config files, no YAML.

$ npm install -g @liusha-com/cli
step 2

Start from a template

A working Node.js function, ready to edit.

$ liusha init hello
step 3

Ship it

Built in the cloud, live on your own URL.

$ liusha deploy

What you get

Everything after deploy is our problem

Scale to zero

No requests means no running containers — and no bill. Your function sleeps like settled sand and wakes on the first request.

Autoscaling that watches requests

Replicas scale with in-flight requests, not CPU guesswork. A traffic spike just means more sand flows.

Instant rollbacks

Every deploy is an immutable revision. Roll back to any previous one, or split traffic between two revisions for a canary.

Your own URL, HTTPS included

Every function gets https://name.liusha.app the moment it deploys. Certificates are issued and renewed for you.

Live logs and metrics

Stream logs as they happen. Watch invocations, latency and cold starts per revision, right from the CLI or console.

Built for teams

Organizations, projects and scoped API keys. Give your CI a deploy-only token and keep production access tight.

Under the hood

Open standards. Nothing to unlearn, nowhere you’re locked in.

Liusha stays out of your code. Write a standard HTTP handler and it stays portable — your function runs anywhere Node.js runs.

No SDK, no lock-in

Your function is a plain Node.js HTTP handler. No proprietary APIs to import, no framework to learn, nothing to rewrite if you ever leave.

Isolated by design

Every project runs in its own isolated environment with hard resource and network boundaries. Noisy neighbors are never your problem.

Ops handled for you

Builds, TLS certificates, routing, scaling, rollbacks and log collection are managed around the clock. You only ship code.

Your first deploy takes about a minute.

A generous free monthly allowance, per-second pricing on CPU and memory, and bandwidth that’s always free. No credit card, no cluster, no YAML.