Simple Hosting
Last updated: August 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, and no CPU allocation. 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:
- Connect GitHub — authorise once, pick a repository, and it deploys. Later pushes do not redeploy. The code is copied once, when you deploy.
- Upload a zip — drag your project onto the page. Good if your code is not on GitHub.
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 or delete it. Logs are the first place to look when something is not behaving — they show what your app printed as it started.
There is no way to update a deployed app's code yet. To ship a change you have to delete the app and deploy again, which gives you a new address. If you expect to ship changes often, Web Hosting redeploys in place and keeps the same address.
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 does not do
Two things are missing on purpose: virtual machines and deploy rollback. There is no way to go back to an earlier version of your code, so keep your source in Git.
Everything else is here. Simple Hosting has custom domains, managed Postgres and MySQL, environment variable editing, and teams — they are in your sidebar.
If you need a full Linux machine or rollback, Web Hosting has both, and the same account already works there.
Getting help
The quickest route is the Support tab in your panel — the assistant there can already see your plan and your apps, so you do not have to explain your setup. If it cannot solve something it opens a ticket with a case number and a human replies on that ticket. Not logged in? Use javer.pro/support, and if you are locked out of your account entirely you can pull up an existing ticket there with your case number and the email you used. You can still email support@javer.pro if you prefer with your app name and what you expected to happen. Service status is at javer.pro/status.