✨ New — Try it out for demos & testing. Expect some rough edges.

THE 58MB APP MANAGER #selfHosted Open Source

Your server, your rules — no per-app fees, no deleting projects to save RAM.
Deploy as many apps as your disk holds. They sleep to zero when idle, wake on the first request. Perfect for demos, previews, and side projects.
LiteBin overhead: under 58MB.

Idle Memory Footprint

MEASURED
L8Bin Manager (Rust)9.4 MB
Dashboard (React)13.2 MB
Caddy Proxy20.8 MB
Total Resting Stack 43.4 < 58 MB

* Sleep-state RAM only.

You don't have to worry about your apps — just leave them running. Litebin handles the rest.

Built With

Rust

Low-memory runtime.

Bollard

Async Docker API.

SQLite

WAL-mode, low-memory persistence.

Caddy

Dynamic edge proxy.

Railpack

Zero-config builds.

A place for your Side-Quests.

Stop deleting your work to save $5. Just bin it.

📂

The "Live" Resume

Stop sending recruiters dead GitHub links. Host your entire project history. They click, the app wakes, and you look like a pro.

Portfolios & Resumes

🚇

Beyond Local Tunnels

ngrok works for 5 minutes. When you need a persistent URL for demos or client reviews, put it on a real server.

Demos & Testing

🚀

Micro-SaaS & MVPs

Got a 2 AM idea? Deploy the API instantly. If the idea flops, it costs nothing to keep it sitting in the bin "just in case."

Indie Hackers & Startups

"Like Serverless, but you own the metal. No per-app fees — just your VPS cost."

The L8B Lifecycle

Zero-Waste Resource Management

01

Ship Remote

Build images on your laptop or GitHub Actions. Stream the finished image to your server. Your VPS stays cool while you deploy.

02

Smart Sleep

The Janitor stops containers after inactivity (15m default, configurable). Deploy as many apps as your disk holds — they sleep when quiet, freeing RAM for the ones that matter.

03

Fast Wake

Requests trigger the Waker. The proxy holds the TCP connection, boots the container, and serves traffic. Loading page shown instantly — no 502s.

See it Sleep & Wake.

The core feature — live on real LiteBin instances.

Container Lifecycle

RUNNING
Serving traffic · memory in use
IDLE
No requests · sleep timer ticking
SLEEPING
Stopped · 0 MB · route removed
WAKING
Request in · container starting
myapp.l8b.in
live
idle · sleeping soon
💤

Container stopped

0 MB in use

Waking your app…

Container is running and serving traffic.

Deploy in one command.

No YAML. No CI config. No Dockerfile needed. Point the CLI at any directory and ship. Railpack auto-detects Node, Python, Go, PHP, and more.

  • Builds on your laptop — zero CPU pressure on the VPS
  • Streams compressed image directly — no registry needed
  • Auto-detects Node, Python, Go, PHP and more via Railpack
~/my-app

One Dashboard. All Your Apps.

Deploy, stop, wake, and manage everything from a clean web UI — or skip it entirely and use the CLI.

L8BIN Dashboard

One Manager.
Unlimited Bins.

Manage a fleet of cheap droplets from a single command center. LiteBin uses mTLS to secure communication between your Manager and Agents.

  • Mix any VPS, any provider — a 512MB box from Hetzner, a spare DigitalOcean droplet, an old home server. Each server hosts its own set of apps — more servers means room for more projects.
  • Remote control — restart, reload, and update any app from a single dashboard.
  • Auto-placement — new apps are dropped onto the server with the most free capacity at deploy time.
  • Ultra-lean agent — ~10MB footprint per node.
  • Optional Cloudflare DNS — agents stay reachable even if the manager is down.

Your FrankenVPS

L8BIN
AGENT-EU-1
1GB · Hetzner
AGENT-US-W
512MB · Vultr
AGENT-IN-1
2GB · DigitalOcean

All connected via mTLS

How It Stacks Up.

An honest look. We know our lane.

LiteBin (L8B)
Idle stack overhead < 58 MB total resting stack
Hosting model Self-hosted, scale-to-zero, VPS cost only
Deploy from laptop Yes — `l8b ship` streams image directly, no registry
GitHub Actions CI Yes — deploy token, one curl step
Made for Demos, portfolios & low-traffic apps that just need to be live — without paying per-app forever

* Comparisons are approximate

Full comparison visible on wider screens.

Need a VPS?

LiteBin thrives on tiny, high-value boxes.

These links earn a small commission at no extra cost to you.

Already have a spare box? Grab one from here too — connect them both. LiteBin doesn't care where your servers come from. Mix providers freely; each one gives you room for more apps.

For production, look here.

If your app handles real customer data or needs high availability, use battle-tested platforms.

Managed / Cloud

Self-Hosted

Ideas

Things I might build. No promises.

Client Handover

Develop client demos with L8B convenience. When done, detach the agent and leave only Docker running. Hand the server to your client — clean, zero dependencies.

  • Develop with full L8B workflow
  • Detach agent, keep containers
  • Client gets a running server, not a login

Ship Everything.

Stop deleting your work to save $5. Just bin it.

curl -sSL l8b.in | bash

Linux · macOS · Windows — x64 / arm64

New to LiteBin? View Quick Start →