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
$ liusha deploy Packaging source… 12 kB Building in the cloud… 41s Releasing revision hello-00007… 3s ✓ Deployed → https://hello.liusha.app Scaled to zero. Wakes on the first request.
The speedrun
Zero to a live URL in three commands
Install the CLI
One package, no config files, no YAML.
$ npm install -g @liusha-com/cliStart from a template
A working Node.js function, ready to edit.
$ liusha init helloShip it
Built in the cloud, live on your own URL.
$ liusha deployWhat 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.