Alternatives
Products that do what N8nPort does
Managed n8n hosting with ready-to-run workflows
- 1

- 2

- 3

- 4

- 5

- 6

- 7

- 8

- 9

- 10

- 11

- 12

- 13

- 14

- 15

- 16

- 17AS
This is a proof of concept utility which allows you to expose local services to the internet at large: https://github.com/skx/tunneller In short it is a simple ngrok alternative, which you can self-host. Because it is a proof of concept it hasn't been tested extensively, but it seems like it will solve my immediate-needs. Of course it needs test, and structure added. But feedback can't hurt :)
2019
- 18

- 19

- 20

- 21

- 22NA
Hello Hacker News! We're Iván and Erin, two students from the MLH Fellowship (https://fellowship.mlh.io/), and as a capstone project for the Fellowship we built Nodemaker, an automatic node generator for n8n (https://n8n.io), a workflow automation tool. Nodemaker: https://github.com/MLH-Fellowship/nodemaker As we spent all summer contributing nodes to the n8n codebase, we realized there was an untapped opportunity to automate much of the nodemaking process, which often involves writing TypeScript files with a specific structure, while ensuring…
2020
- 23FA
Hi HN, I'm a creator of Floww, a self-hostable workflow automation tool designed for developers who got frustrated by the limitations of visual builders like n8n. It's still a very early prototype, but the goal is to provide these same features in a code-first approach which allows for building and maintaining more complex workflows more easily. Example: import { Discord, GitHub } from "floww"; const discord = new Discord() const github = new GitHub() github.triggers.onPush({ branch: "main", owner: "usefloww", repository: "floww-dashboard", handler: async (ctx, event) => { const user =…
Dec 2025 · github.com
- 24AS
Hi! I am sharing this because it may be useful to others. I created a simple Docker image that lets you easily expose a web app running locally on your dev machine to the Internet, via a proxy server. It is a self hosted alternative to something like Ngrok, which is a paid service if you use custom domains. A small server is cheaper than Ngrok (I use Hetzner Cloud and the cheapest server costs me 3€ per month). I use this method in particular to test HTTP verification with Let's Encrypt for a SaaS app running on my Mac. Hope this is useful :) Code:…
2019
Ranked by how close each launch is in meaning, then by votes. Refine with a description →