Back to articles
I was tired of writing Dockerfiles so I built something
NewsDevOps

I was tired of writing Dockerfiles so I built something

via Dev.toBukhari bin mahmoud Kibuka

Every time I needed to deploy a Spring Boot app I wanted to quit. Not because Spring Boot is bad. Because the moment you leave the JavaScript world, deployment becomes your second job. Vercel doesn't run your JAR file. Railway wants a Dockerfile. Render wants a Dockerfile. You spend 2 hours on infrastructure before writing a single line of actual business logic. I built Runix because I was genuinely annoyed. You connect your GitHub repo. It figures out what you're running. It deploys it. You get a URL. That's it. No Dockerfile. No nixpacks config. No render.yaml. Nothing. It works for Java, Rust, Go, Python, Elixir, .NET, Node. The stuff Vercel pretends doesn't exist. It's free to start. Probably has bugs. I'm fixing them daily. https://runixcloud.dev Brutal feedback welcome.

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles