Live data from Hacker News

Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

github.com

141–149 of 149 posts

Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

#141

Earlier quoted context omitted.

I found CapRover and dokku to have some limitations such as lack of a GUI or long setup process. In contrast with Coolify, it Just Worked™. I'll have to check out Tau as well.

CapRover has a UI to install new apps or configure existing ones.

Installing Portainer on top of Caprover (available as a one-click template) fills in most gaps in my experience.

Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

#142
post #81
post #23

Self-hosted platform as a service?! Isn't the whole point of platforms as a service (from the customer perspective) that you don't need to do the hassle of self hosting. There are pros and cons to using an external service and to self hosting. And just throwing all these words at me together makes me feel like there isn't a coherent mental model of what this is trying to be, or if there is it isn't clearly communicat…

Not sure of Tau's exact features but one nice thing about the Vercels and Netlifys is the integration with Github and easy CI /CD setup. Having CI taken care of by just installing a single package on your own server is compelling. The main think that they take care of that this probably can't on bare metal is redundancy and uptime and scaling.

tau handles redundancy, high availability and scaling for you.

Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

#144

how is this achieving scale-up and scale-to-zero ? from my (rudimentary) investigation only knative k8s had scale-to-zero implemented well enough. and if you dont have scale-to-zero, you cant claim a vercel alternative.

how does k8s implement scale-to-zero?

Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

#145

how does this compare to coolify and caprover already established and mature PaaS ? this is a welcome addition

it's developer-first, has a built in CI/CD, can do serverless, multi-hosts & scales across locations has a CDK and more. granted, it does not orchestrate containers as of today. for compute, WebAssembly (wasm) is used. but container runtime on the road-map for this year.

Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

#146

What key features make Tau a compelling self-hosted PaaS alternative?

easy to deploy, built-in CI/CD, CDK and coming-up this month is spore-drive, a tool you can use to deploy and update tau on all your hosts with one command.

Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

#147
post #144

how is this achieving scale-up and scale-to-zero ? from my (rudimentary) investigation only knative k8s had scale-to-zero implemented well enough. and if you dont have scale-to-zero, you cant claim a vercel alternative.

how does k8s implement scale-to-zero?

knative

Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative

#148
post #3

First coolify[1] and now Tau. More competition the better for users. From the quick look it seems like coolify is more fully featured? [1]: https://coolify.io/

Before coolify there was also exoframe[1]

[1]: https://github.com/exoframejs/exoframe

Post reply on HN