Alternatives
Products that do what Hosting by webapp.io does
Global CDN, zero config TLS, free custom domains
- 1
- 2

- 3

- 4

- 5

- 6NM
2020 · github.com
- 7
- 8AS
Hi! I am sharing this because it may be useful to others. I created a simple Docker image that lets you easily expose a web app running locally on your dev machine to the Internet, via a proxy server. It is a self hosted alternative to something like Ngrok, which is a paid service if you use custom domains. A small server is cheaper than Ngrok (I use Hetzner Cloud and the cheapest server costs me 3€ per month). I use this method in particular to test HTTP verification with Let's Encrypt for a SaaS app running on my Mac. Hope this is useful :) Code:…
2019
- 9DD
Hey y'all, I've been using docker compose a lot in my local network, and managing setup between machines is a bit of a pain in the ass for me. I wanted an easy way to share complex configurations. At the moment most docker compose package management is done by adding a docker-compose.yml to your repo, adding a bunch of setup instructions, and hoping they are well followed. This didn't feel like a smart way to go about it to me. I wanted to create a way to create a complex package, say a series of related or linked services, and provide some meaningful way to have users install it. That's why…
2020
- 10DP
Really, that's it: an open source and self-hostable alternative to Vercel, Render, Netlify, Laravel Cloud and the likes. Obviously simpler, but it should handle the basics pretty well: - Git-based deployments: Push to deploy from GitHub with zero-downtime rollouts and instant rollback. - Multi-language support: Python, Node.js (beta), PHP (soon)... basically anything that can run on Docker. - Environment management: Multiple environments with branch mapping and encrypted environment variables. - Real-time monitoring: Live and searchable build and runtime logs. - Team collaboration:…
2025 · devpu.sh
- 11AD
I'd like to share a project I've been working on for the past few months. It's a distributed workflow engine written entirely in Go. Some highlights: * Tasks are executed in a Docker container * Can run stand-alone or distributed * Highly extensible * Able to enforce limits (CPU/RAM) per task * Web UI Would love the get your feedback on it, and find out if this could be useful.
2023 · github.com
- 12IM
Been using it for about a year now in production, but rewrote it completely in golang. My first go project so far. I wanted to have something that would make my life easier. A lot of tools nowaday kinda push you towards functional deployments and that usually doesn't work for me since I like stuff like LiveView by Phoenix and Websocket stuff in general. Old vercel deployments back when they allowed to deploy docker containers was a godsend, but since they don't offer that anymore I had to use services like fly.io(which is amazing) or heroku. However I wanted something selfhosted that I could…
2024 · deploywithjig.askh.at
- 13IS
Hey all, I'm working on a tool to make staging environments more accessible to software development teams - https://deploykumo.com. Here's a blog post describing it in more detail: https://reading.supply/post/10410725-30a6-41d3-aa3b-45568f32.... Let me know what you all think.
2019
- 14C6
2015 · blog.cloud66.com
- 15LV
Hello HN! We've been working on a new hypervisor https://kwarantine.xyz that can run strongly isolated containers. This is still a WIP, but we wanted to give the community an idea about our approach, its benefits, and various use cases it unlocks. Today, VMs are used to host containers, and make up for the lack of strong security as well as kernel isolation in containers. This work adds this missing security piece in containers. We plan on launching a free private beta soon. Meanwhile, we'd deeply appreciate any feedback, and happy to answer any questions here or on our slack…
2021
- 16PA
Hi HN, I built Pxxl App — a free web hosting and deployment platform for developers in Nigeria and beyond. It’s a Nigerian alternative to Vercel, Render, and Netlify, designed for those who want a simple, fast, and barrier-free way to host both frontend and backend apps. With Pxxl App, you can connect your Git repo and deploy in seconds — no credit card, no limits. You’ll get a live subdomain like yourapp.pxxl.pro, automatic builds, and continuous deployment. It supports: • Frontend frameworks: React, Next.js, Vue, Svelte, and more • Backend projects: Node.js, PHP, and Python • Features like…
Oct 2025 · pxxl.app
- 17PM
I learned Flask, Python, Uwsgi, and Nginx configuration in order to make this happen. Oh and if you're feeling generous, you can buy them for $2 a pop: https://prlibs.com/nocc
2012 · prlibs.com
- 18IM
2021 · mdbgo.com
- 19DR
2019 · docker-run.com
- 20SA
2021 · svennex.com
- 21IB
I thought it'd be nice if my friends and elders can run Docker containers as easy as using Facebook. The idea is for them to fill in some details, click Deploy Now, and the app should be live in a few secs. https://www.casadila.com Video introduction: https://youtu.be/RYLZsBI3Wus Video example of how a Hello World app is deployed: https://youtu.be/6TEAFajMxus Step by step guide to running a WordPress instance: https://www.casadila.com/docs/how-to-set-up-wordpress I've just opened this up for beta testing. What's your thoughts? Is…
2021
- 22TE
2014 · medium.com
- 23DG
While it's not hard to write a Dockerfile, I think it's hard to write a good one. Every language has its own quirks, and every framework has a special way of building things. I was looking for a collection of well-written and well-maintained Dockerfiles, but I couldn't find one. Thus, I thought of creating one! I realized it's not enough to have a simple Dockerfile. Sometimes you need other files for your build: nginx.conf, php.ini, my.cnf, etc. I also realized that people have different preferences. In Node, some use NPM, some use YARN, some use PNPM. In PHP, some use Apache, some use FPM…
2022 · github.com
- 24IB
There are plenty of ways to deploy your apps. PaaS options like Vercel or Netlify are convenient but can get pricey as projects scale. VPS hosting is cheaper, but setting it up (Linux, networking, SSL, etc.) can be daunting. That’s why glueh-wyy-huet (https://github.com/glueh-wyy-huet) and I (https://github.com/biersoeckli) built QuickStack during our bachelor studies at Eastern Switzerland University of Applied Sciences. QuickStack simplifies deployment by letting you deploy directly from a Git repo or Docker registry to any VPS. It’s free, open source, and…
2025 · quickstack.dev
Ranked by how close each launch is in meaning, then by votes. Refine with a description →