nowfound

Alternatives

Products that do what Fjord Mobile does

Your own Git server, in your pocket

  1. 1
    Replicas239

    Run Claude Code and Codex in the cloud

    Jun 2026

  2. 2

    Boost your Git workflows, wherever you code

    2024

  3. 3
    Keystone125

    Teach your repo how to run itself

    Mar 2026

  4. 4
    Epho156

    Run Claude Code, Codex or Opencode in cloud with your repo

    16d ago · epho.io

  5. 5
    Coddo126

    Your tasks are the interface

    Mar 2026

  6. 6

    Code and debug microservices locally with live traffic

    Nov 2025

  7. 7
    Glimpse117

    Preview your GitHub pull requests via Laravel Forge

    2024

  8. 8FA
  9. 9CM

    Shameless plug for the functionality my team shipped to beta just before Christmas. For context, Forge is Atlassian's product extensibility framework that lets you write your own plugins (for lack of a better word) for our cloud SaaS products: https://developer.atlassian.com/platform/forge/ Coming up in a few weeks from another of my teams will be a feature we call "Dynamic Pipelines" which will let you use a similar Forge lambda function to mutate/generate Bitbucket Pipelines workflows at runtime.

    2024 · bitbucket.org

  10. 10GM

    Written in Rust! (not really) I've been using Git for writing recently and was lacking a good UI for editing markdown files when away from the laptop. I created GitWriter to fill that gap. It's built with Expo and I added caching for offline editing with local sqlite, writing goals and a bunch of other features. Markdown is having a huge moment thanks to AI and more and more people are starting to see Git is a really solid choice for creative and technical writers. I've recently launched for iOS and would appreciate feedback!

    Feb 2026 · gitwriter.io

  11. 11OS

    Hello HN, I built this because I wanted to give Claude Desktop access to my Notion workspace without running a flaky local Python script via stdio. This is a Node.js/Express implementation of the Model Context Protocol (MCP) that uses SSE (Server-Sent Events) for transport. It’s designed to be stateless and deployable as a container (I'm hosting it on Apify, but it works anywhere with Node). The Stack: TypeScript + Express @modelcontextprotocol/sdk Zod for input validation Bearer Auth for security (since it exposes an HTTP endpoint) Capabilities: It allows the LLM to search pages,…

    Dec 2025 · github.com

  12. 12FS

    ## tldr You can deploy javascript apps on Cyclic after logging in with GH. Quick starts: ## Description At my last job I saw new developers struggle to get experiments and POCs from their local to live in the cloud. As we continue to expand the software development profession, more developers will need this same help. So we built cyclic.sh. Our aim is to empower even the most junior developer with robust infrastructure and deployments that just work. We can build and deploy your code in less time than it took to read this paragraph. ## What works now - Zero-config build, deploy and hosting…

    2022 · app.cyclic.sh

  13. 13AT

    Hey HN! I’m one of the co-founders of Ampersand and we’re excited to launch our developer docs today! Ampersand is built for SaaS engineers who want to: - Read data from their customers’ SaaS (e.g. Salesforce, Hubspot). - Write data to their customers’ SaaS. - Subscribe to events happening in their customers’ SaaS (including creates, deletes and field updates). We feature a Terraform-like declarative interface for defining integrations, embeddable UI components for your users to set up and manage their integrations, and a management console for your team to monitor and troubleshoot. We’re…

    2023 · docs.withampersand.com

  14. 14IB

    I finally got fed up with making work + personal Git repos work on my machine. Ever clone a work repository and accidentally make commits using your personal email? Or forget how to make your work repos use your work SSH key? Yeah... same. So I built the tool I've always wanted. GitPersona - a CLI tool for managing many git profiles on a single machine. Shoutout to my boy Codex for helping me finally ship this.

    Mar 2026 · github.com

  15. 15FN

    Hi HN! I’m Zach, co-founder / CTO of Platform Engineering Labs. We’re building formae, an open-source IaC system that stays in sync with real infrastructure instead of relying on manually maintained state and drift detection. We’ve just shipped Kubernetes, Helm, and Terraform .tfvars support. The goal with this release was simple: make it easy to start using formae with infrastructure people already have. formae can now discover existing k8s workloads automatically and the ability to utilize existing Helm charts. Coming from Terraform / OpenTofu and already have variable…

    May 2026 · github.com

  16. 16

    Self-hosted project management (Mobile + Web).

    16d ago · taskview.tech

  17. 17

    Hand it a ticket. Come back to a green PR. Free and local.

    4d ago · klaussy.com

  18. 18SY

    Hi again HN, we’re Arjun and Anirudh, founders of Signadot (YC W20). Signadot helps teams developing microservices test their changes using lightweight environments called “Sandboxes”. We use a relatively new approach, using traffic labeling (using OpenTelemetry) and request routing (using a Service Mesh) to isolate environments in a shared Kubernetes cluster. Today, we’re launching a new feature to help developers with local testing of microservices during the iterative development process. When we initially launched in September last year…

    2023 · signadot.com

  19. 19AM

    I’ve been building Canine for about 2 years now, and have slowly grown it to about ~1000 developers using it for deploying all sorts of apps / projects / etc. Amazingly, the whole thing is still able to run on a single 48GB Hetzner VPS. Think of it basically like Coolify, for Kubernetes. I previously posted about it here: https://news.ycombinator.com/item?id=44292103 Recently, we added MCP capabilities to canine, and I was shocked how well it worked. It basically is able to create services, cron jobs, databases, get the logs for these and redeploy. See it here:…

    Apr 2026

  20. 20FZ

    Hey HN! I'm Guy, one of the creators of DAGsHub. We help data scientists track experiments and version their code, data & models using Git. We're committed to building on open source protocols and improving the user experience on top of them - in this case, DVC. We've built capabilities on top of it like visually interacting with your pipeline, creating data pull requests, browsing data files etc. One thing we kept running into is users being challenged by setting up the cloud environment necessary, to push their data to AWS S3, GCS (which we support), and other DVC remotes. Since our focus…

    2021

  21. 21BC

    I've been building a cli for my homelab/self-hosted setup. The original motivation was getting tired of stitching together deployments, monitoring, remote SSH access and random scripts. It’s a open source CLI, all-in-one tool for monitoring, secure remote accces (tunnel and terminal), log forwarding, automated deployments. No exposed ports, or endpoint, everything is configurable how the user wants it. One use case that multiple friends are interested in is replacing HomeAssistant’s Nabu Casa subscription with tunneling through BeaconInfra. The cloud/control-plane part…

    May 2026 · github.com

  22. 22IM

    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

  23. 23RS

    Hey HN, Rove is a deployment tool that I've been working on for a short while. I was motivated to create this after building a CD SaaS for AWS, and becoming disillusioned with the unnecessary complexity and costs associated with running containers in proprietary "cloud" runtimes. Rove is very different from that. It is a single binary, does not communicate with an external service, and deployments run in a single command. Deployments are diffed so you can see changes before applying them, sort of like Terraform. There is no proprietary runtime because everything just runs on Docker Swarm…

    2024 · rove.dev

  24. 24GN

    Hey HN, I built a VS Code extension that lets you do Git things without memorizing Git commands. You know what you want to do, move this commit over there, undo that thing you just did, split this big commit into two smaller ones. Git Navigator lets you just... do that. Drag a commit to rebase it. Cherry-pick (copy) it onto another branch. Click to stage specific lines. The visual canvas shows you what's happening, so you're not guessing what `git rebase -i HEAD~3` actually means. The inspiration was Sapling's Interactive Smartlog, which I used heavily at Meta. I wanted that same experience…

    Feb 2026 · gitnav.xyz

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