nowfound

Alternatives

Products that do what Quilt does

Containers + clusters + mesh networking -- one ecosystem.

  1. 1QM

    2017 · quiltdata.com

  2. 2
    Fabric696

    Your new home on the internet

    2023 · fabric.so

  3. 3SB
  4. 4MZ

    The overall idea is to chart out the thousands of Mini PCs by benchmark and reveal the Pareto Front so you can get the most Compute per Dollar. Definitely a labor of love as I have a number of Mini PCs for my "homelab" (TrueNAS, piHole, Plex, basic stuff). It uses Gemini to extract specs from listings (since they're not often strongly categorized). Quick blog post here: https://luke.zip/posts/pareto-pcs/

    Jun 2026 · minipcs.zip

  5. 5
    Fabric322

    Mobile developer platform by Twitter

    2014

  6. 6BA

    Hey everyone, this is my latest project. Bedrock is a lightweight program runtime: programs assemble down to a few kilobytes of bytecode that can run on any computer, console, or handheld. The runtime is tiny, it can be implemented from scratch in a few hours, and the I/O devices for accessing the keyboard, screen, networking, etc. can be added on as needed. I designed Bedrock to make it easier to maintain programs as a solo developer. It's deeply inspired by Uxn and PICO-8, but it makes significant departures from Uxn to provide more capabilities to programs and to be easier to…

    2025 · benbridle.com

  7. 7
    ByteNite206

    Beyond serverless: AI-ready distributed computing

    2025

  8. 8
    1MB v3227

    Your code editor. In the cloud.

    2020

  9. 9

    Submit a job via API or dashboard and get results for cheap

    Feb 2026 · carmel.so

  10. 10
    Habitus126

    An open source build flow tool for Docker

    2016

  11. 11
    Dockbit123

    Your team software deployments made simple

    2016

  12. 12

    Docker-like containers for Android apps

    2016

  13. 13BD

    Hi HN, we’re Nick and Drew, and we’re building boxes.dev – the first cloud-only agentic dev environment (ADE) that gives every Codex and Claude Code agent its own cloud computer. We’re two engineers who previously built Gem (co-founder/CTO and first hire), and we spent the last year coding almost exclusively using Codex and Claude Code. It’s been a huge change to how we code, and it’s been exhilarating seeing the models keep getting better – but we eventually realized that developing on localhost was holding us back: - Git worktrees are clunky to set up and use for parallelizing work -…

    Jun 2026 · boxes.dev

  14. 14OT

    Hi HN, I’m building Corviont, a self-hosted offline maps appliance (tiles + routing + search) for edge/on-prem devices. Hosted demo (no install): https://demo.corviont.com/ Self-host (Docker Compose repo): https://github.com/corviont/monaco-demo Docs: https://www.corviont.com/docs What’s inside: - Vector tiles served locally (PMTiles) - Routing served locally (Valhalla) - Offline geocoding/search + reverse (SQLite Nominatim-based index) - MapLibre UI wired to the local endpoints After the initial image + data pulls, it runs fully…

    Jan 2026 · corviont.com

  15. 15CC

    Chunk co-founder here. We spent the last 2 weeks building this to scratch our own itch: As developers, we often have problems that could be solved just by running a few lines of code. Sometimes, running this code on your local machine is fine. But other time, the code need to run automatically reacting to external events or to run continuously, which means, it needs to run on a server somewhere. So now, you have to find a cloud provider, to package or build the code and finally to deploy it. All of that for what could be literally be 4 lines of code. We couldn’t find an easier way to do…

    2022 · chunk.run

  16. 16KA
  17. 17IB

    I've been playing with cross platform windows/linux Kubernetes clusters recently and have had endless problems with installer scripts misconfiguring networking by using the wrong NIC etc. I got frustrated with the tooling on windows to debug container networking so I built a tool that attempts to stitch together the HNS (Host Network Service) & HCS (Host Compute Service) resources into a tree that shows the relationship between configs. You can also search over it to find the networking impacting your containers or launch the windows built in packet capture tool to create a network…

    2022 · github.com

  18. 18CT

    Hey HN! I’m Zach, from Coherence (https://www.withcoherence.com/). We’re building software that provides an integrated way to write, preview, and deploy code from one simple configuration. Check out our explainer video here: https://www.youtube.com/watch?v=V2YHVx8QsLg and a high level demo here: https://www.loom.com/share/072c2afd1099496298f69ab21fdf2820 We started Coherence because we found technology teams spent 30-40% of their time yak shaving and writing glue code, instead of building products our customers love. We don’t think every team…

    2022

  19. 19UU

    Hey HN, I'm building Uncloud — a lightweight clustering and container orchestration tool that lets you deploy and manage web apps across cloud VMs and bare metal with minimal cluster management overhead. After several years of managing and extending Kubernetes at a unicorn, I realised that I desperately needed a change. All those abstraction layers, unnecessary complexity, boilerplate… I wanted container orchestration to bring me joy again, the way Ansible did when I first tried it a decade ago, or Docker after that. That’s when I decided to start an experiment that is now called Uncloud.…

    2025 · github.com

  20. 20NA

    Hi HN, I've been building Nucleus, a lightweight Linux container runtime focused on two workloads: ephemeral AI-agent sandboxes and declarative NixOS services. It's a single Rust binary, no daemon. It is not a Docker replacement and not a strict subset of Docker either. I dropped the entire image-and-distribution half (no Dockerfile, no layers, no registry, no pull/push, no persistent storage layer) in exchange for going deeper on isolation and reproducibility. The rootfs is either a directory copied into tmpfs (agent mode) or a Nix-built closure mounted read-only (production mode). If…

    Jun 2026 · github.com

  21. 21WA
  22. 22X2

    I finally got tired of XKCD #2347 living rent-free in my head, so I built Stacktower: a tool that takes any real package’s dependency graph and turns it into an actual tower of bricks. Along the way I had to wrestle some surprisingly spicy problems. Full blog post here: https://stacktower.io The result is half visualization tool, half love letter to the chaos of modern dependency trees. Open-source, works with PyPI, Cargo, npm, and more. Code: https://github.com/matzehuels/stacktower

    Dec 2025 · stacktower.io

  23. 23BB

    This project addresses the inefficiencies of traditional Dockerfile-based container builds where each customization layer creates storage bloat through duplicate dependencies from repeated apt-get install commands, network inefficiency from redundant package downloads across different images, and slow iteration cycles requiring full rebuilds of all previous steps. Our solution enables building minimal base images from scratch using debootstrap that precisely include only required components in the initial build, while allowing creation of specialized variants (Java, Kafka, etc.) from these…

    2025 · github.com

  24. 24CQ

    I'm building a cozy multiplayer game engine (very early stages - just a few days in!) combining Elixir, Go, and Godot to achieve sub-50ms latency while maintaining a warm, welcoming feel. My architecture uses Elixir/Phoenix for fault-tolerant session management, Go for high-performance game state sync (1ms tick rate), and Godot for client-side prediction. I've implemented lock-free data structures, SIMD-optimized physics, and binary protocols with delta compression. Quick note: the website/login aren't functional yet - this is a work in progress! Here's my technical deep-dive into…

    2024 · tappygames.itch.io

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