nowfound

Alternatives

Products that do what Ciara – Securely deploy any application on any server does

Hey HN! Coolify and Kamal were "nice" (Kamal docs are pretty bad, actually), but I still had to configure firewalls, unattended-upgrades, and Fail2ban every single time. Ciara does all of this from a single configuration file. Features: Integrated Firewall Automatic System Updates Zero-Config OS Ready Zero-Downtime Deployments Automatic HTTPS support Multiple Servers Deployments Would love your feedback and happy to answer any questions!

  1. 1

    Making cloud deployments easier for everyone

    2025

  2. 2
    Hoplite154

    Effortlessly deploy cloud software factories.

    23d ago · hoplite.sh

  3. 3
    Now 2.0176

    Now makes serverless application deployment easy.

    2018

  4. 4
    Flipt v2178

    Feature flags for safe deployments, git-native & self-hosted

    Oct 2025

  5. 5

    The right infrastructure, auto-provisioned in your cloud

    2022

  6. 6RD
  7. 7
    zero94

    One command to deploy Docker containers to your own server

    Apr 2026

  8. 8
    Clawezy77

    Deploy autonomous OpenClaw AI agent servers in seconds

    Feb 2026

  9. 9

    One command deploys your app to any AWS or GCP account.

    Jan 2026

  10. 10HM

    Hi, I have set up this service to help people, HN people :) start side projects. The idea is that whenever we start a new project we need to: - Register a domain - Setup email - Setup cloud flare - Setup google analytics - Create a deployment pipeline - Deploy somewhere - Configure DNS to support all this Whenever I do this I spend at least 3-4 hours doing this on a project that might not go live and where I would much rather be hacking on something rather than waiting for cloud flare to find the nameserver changes! So you pay a one time small fee plus the cost of the domain and we set all…

    2017

  11. 11IB

    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

  12. 12RT

    rx is a lightweight CLI and runtime that lets you deploy any function instantly as you save it in your editor. It’s fast, simple, and takes care of setting up all your cloud infrastructure. The best dev experience with everything you need built-in: - auth - permissions - payments - secrets - storage - logs - email & SMS - and way more Related beta launch tweet: https://x.com/KhalidZoabi/status/1777673531972608249 Wanted to show it to you guys, gauge interest, and get some feedback. There's a large roadmap of upcoming stuff. Feel free to DM me on X for more information!

    2024 · rx.run

  13. 13TS

    Starting from version 3.0, it comes with a high availabilty (=safe)

    2023 · github.com

  14. 14GF

    I've been a big fan of fly.io with it’s devx, but cold starts and pricing have been a consistent problem. Even for side projects it's painful if they take 30s to load, it just kills the whole experience. With coding agents becoming good, there were a lot more things I started building, and I just wanted to run all of those things! GCI was built to solve this. It’s just a CLI, just uses ssh to interact with your target machine, and relies on docker swarm to get your services running (docker swarm is IMO underrated, providing benefits even with a single node). It can deploy on any machine that…

    Mar 2026 · github.com

  15. 15IB

    Hey everyone! My name is Will. I’ve been leading engineering teams for over two decades. Also, first time HN user here! One of the common pains I’d encounter in nearly every product I managed was alerting end users to infrequent events like outages, global announcements, beta launches, planned maintenance, etc. We’d always need to deploy custom, one-off modals or other alerts and then have to remember to revert them later. It was always a time sink for a developer to put aside what they were working on to make this happen. This Is Not A Drill! is a simple-to-install JS SDK that makes it…

    2024

  16. 16IV

    Hello HN, for the past couple of months I've been working on Routify and wanted to share the progress made so far and hopefully get your opinion/feedback on it. Routify is a global serverless API gateway which handles routing, authentication, rate limiting, load balancing, monitoring, transformation etc (with more coming soon). Routify makes it easier to manage and secure public APIs. It's distributed across many regions globally and acts as a proxy between your clients and your services. You can configure it through the interface in a matter of minutes (no code required). There are…

    2024 · routify.to

  17. 17EG

    Hey HN, we're Sebastian and Mish and we are working on EdgeNode - A global serverless deployment platform. Typically, most applications are hosted in a single location. This makes the experience worse for the users based further away due to high latency. Higher latency leads to decreased conversion rates, impairs user interactions and ultimately reduces customer satisfaction. Amazon and Google operate their services globally to eliminate this issue and increase service reliablity. However, setting up and maintaining such an infrastructure is technically challenging and very costly. With…

    2023 · edgenode.dev

  18. 18LO

    Hi HN, Martin, Nils, and Jannes here. We are building Legit, an open source version control and collaboration layer for AI agents and AI native applications. You can find the repo here https://github.com/Legit-Control/monorepo and the website here https://legitcontrol.com Over the last years, we worked on multiple developer tools and AI driven products. As soon as we started letting agents modify real files and business critical data, one problem kept showing up. We could not reliably answer what changed, why it changed, or how to safely undo it. Today, most AI…

    Jan 2026

  19. 19ID

    Frustrated by the complexity and resource drain of multi service monitoring stacks, I built Simon. I wanted a single, lightweight dashboard to replace the heavy stack and the constant need for an SSH client for routine tasks. The result is a resource efficient dashboard in a single Rust binary, just a couple of megabytes in size. Its support for various architectures on Linux also makes it ideal for embedded systems and lightweight SBCs. It integrates: Comprehensive Monitoring: Realtime and historical metrics for the host system and Docker containers (CPU, memory, disk usage, and network…

    Nov 2025 · github.com

  20. 20IB

    Hi HN, I’m the creator of Cordum. I’ve been working in DevOps and infrastructure for years (currently in the fintech/security space), and as I started playing with AI agents, I noticed a scary pattern. Most "safety" mechanisms rely on system prompts ("Please don't do X") or flimsy Python logic inside the agent itself. If we treat agents as autonomous employees, giving them root access and hoping they listen to instructions felt insane to me. I wanted a way to enforce hard constraints that the LLM cannot override, no matter how "jailbroken" it gets. So I built Cordum. It’s an open-source…

    Jan 2026 · github.com

  21. 21IM

    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

  22. 22CL

    In order to facilitate the secure co-location of a server, I looked into protecting a Debian Bullseye system from evil maid attacks. In addition, since I've enjoyed using ZFS for some time, I decided to rely on a natively encrypted ZFS root file system. Basically... I'd like to take a system containing sensitive information, box it up, and drop it in the mail without worrying about losing it or having it wind up in the wrong hands. A couple of things became clear while researching how to do this. First, there should be little chance that a rogue data-center admin can insert malicious…

    2023

  23. 23FS

    Hey everyone! I wanted to show you the FSL licensed paywall tool I developed for for indie creators that can gate content from over 12 different platforms. I wanted to create something that didn't favor just Notion, Coda, or one specific tool and as far as I know this is the only option for paywalling platforms such as: - Figma - Clay Templates - Miro The way it works is using NextJS routing and Iframes, and I cam into this knowing there would be those who believe the old wives tales of IFrames being insecure, but you'll be happy to know Happybase doesn't allow users to inject any URL into…

    2024 · app.happybase.co

  24. 24DF

    Hi HN; I built DeployFreeze after getting tired of engineers frantically pinging “@here, don’t deploy product-service” during incidents and investigations. DeployFreeze is a GitHub App that creates deployment freezes using GitHub’s custom deployment protection rules (https://docs.github.com/en/actions/how-tos/deploy/configure-...). It pauses deployments to specific environments without blocking merges or CI, and gives teams a single place to see what’s frozen and why. This is particularly useful in monorepos, where you might want to freeze `production-api`…

    Dec 2025 · deployfreeze.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →