Simple Hosting

Last updated: July 2026

simple.javer.pro is for people who just want their app live — no server sizing, no infrastructure decisions. Every app on a given plan runs at the same fixed size; there's nothing to configure beyond connecting your code.

What Simple Hosting is

Simple Hosting exists for people who want a site online without learning infrastructure. There are no server specifications to choose, no memory sliders, no CPU allocation, and no container vocabulary. You connect a repository or upload a zip, and it deploys.

If you find yourself wanting to control exactly how much memory something gets, or you need a database, a VM, or an API — you want Web Hosting instead. Same account, different product.

Deploying

Two ways to get your code up:

Your app is inspected automatically to work out how to run it. A package.json means Node.js, and dependencies are installed for you. Plain HTML with no server is served as a static site.

As with Web Hosting, an app that runs its own server must listen on the PORT environment variable rather than a hardcoded number, or it will deploy successfully and then fail to answer requests.

Your address

Every app is given a subdomain automatically when it deploys, with HTTPS already working. You do not choose a name up front or configure any DNS — the address appears when the deploy finishes, and you can share it straight away.

Managing an app

Each app in your dashboard shows whether it is running, its address, and its recent logs. You can restart it, redeploy it, or delete it. Logs are the first place to look when something is not behaving — they show what your app printed as it started.

Plans

Plans differ by how many apps you can run and how much capacity each one gets. Because sizing is automatic, you never allocate resources yourself — moving up a plan simply means your apps get more room and you can run more of them. Current pricing is on the Simple Hosting product page.

What Simple Hosting deliberately does not do

Being straightforward is the point, so several things are intentionally absent: custom domains, managed databases, VMs, environment variable editing, and deploy rollback. These are not missing by accident — every one of them is a decision the product is designed to spare you.

If you need any of them, Web Hosting has them all and your account already works there.

Getting help

Email ask the support assistant or email [email protected] with your app name and what you expected to happen. Service status is at javer.pro/status.

Getting Started → Web Hosting → Game Hosting → Billing →