Docs App

What LuisSystemd is actually for

A real multi-tenant hosting platform: your account gets a persistent workspace with a real always-on server, a real SQLite database, a real terminal, and a real public URL โ€” no VPS, no Dockerfile, no systemd unit file.

Use it when...

๐Ÿค–

You're building something that calls an LLM

Encrypted secrets with real precedence rules, presets for OpenAI/DeepSeek/Anthropic/Stripe. Deploy a real endpoint that calls a real model in under a minute.

โšก

You want a public URL for a demo, now

Pick a template from the + button, tap Deploy โ€” you have a live, shareable URL straight from your phone. No console, no billing setup.

๐Ÿ—ƒ๏ธ

Your project needs a real database

Any .db file in your workspace is a real SQLite database โ€” tap it in the Files tab to browse tables and rows right on screen.

โฑ๏ธ

Something needs to run on a schedule

Backups, scrapes, cleanup โ€” add a scheduled job from the Deploy tab, no cron access required.

๐Ÿงช

You're prototyping and don't know the shape yet

Flask, Express, a bare worker.js, or static HTML โ€” swap approaches without provisioning anything new.

๐Ÿ‘ฅ

More than one person needs access

Real per-project collaborators via invite links, not shared credentials.

How it comparesPicking the right tool for the job

If you need...Reach for
Static hosting live in seconds, same account as everything elseLuisSystemd Share โ€” no separate host, no git repo needed.
Serverless at real production scaleActual serverless platforms โ€” worker.js here runs on shared infra, not the real edge.
Quick backend + db + terminal, minimal setupLuisSystemd.
Scheduled jobs, no cron/systemd configLuisSystemd Jobs.
A public URL without babysitting your own tunnelManaged bore โ€” re-tunnels automatically, no manually re-copying a URL every time a quick tunnel dies.
Uptime SLAs, dedicated resourcesNot this โ€” see below.

What it's not for

Why bore for tunneling?

Every deployed server and static share gets its public URL from bore, a small open-source TCP tunnel โ€” no custom proxy layer. It's a single static binary needing no account of its own, handing back a plain host:port the moment a process starts listening.

It's the platform for the gap between "just run it on my machine" and "set up real cloud infra for something that doesn't need it yet."

Get started โ†’