wess.devdocs

FAQ & limits

What actually runs my app?

A dedicated lightweight virtual machine (Firecracker — the tech behind AWS Lambda) with its own kernel, booted fresh for every deploy. Stronger isolation than containers, with boot times you won't notice.

What do I need in my repo?

Just a Dockerfile at the root. If it builds in Docker, it deploys here.

How do I get HTTPS?

You already have it — every *.wess.dev app is served over TLS with automatically managed certificates.

Current limits

Machines per app1 (each deploy replaces the previous machine)
Custom domainsNot yet — apps live at name.wess.dev
Private registriesNot yet — use git push to build from source
Persistent diskNot yet — use your app's database for state
Scale-to-zero / autoscalingNot yet

Where do I report problems?

Ping the platform owner, or head to the Tower project to file an issue.