Alternatives
Products that do what Checkpoint 401 – forward auth server in TypeScript / Deno does
I wrote a forward auth server in TypeScript and Deno. I've written several forward auth servers before but they have always been specifically written for that application. I wanted something more generalised that I could re-use. What is forward auth? Web servers likes Nginx and Caddy and Traefik have a configuration option in which inbound requests are sent to another server before they are allowed. A 200 response from that server means the request is authorised, anything else results in the web server rejecting the request. This is a good thing because it means you can put all your auth…
- 1

Free OSS auth without 3rd party services, deploy anywhere
2023
- 2

- 3

- 4OS
2021 · ory.dev
- 5

- 6EA
Hey folks, Michael here. I have been working in this project on and of for about a year and a half and I finally got it into a state where I can share it. I initially started this project to learn Rust and afterwards decided to make it useful for others. Vulpo Auth is an authentication server that you can host yourself. The goal was to make it as easy as possible for you to get started and have a complete authentication solution without you having to configure anything. Project Website: https://auth.vulpo.dev The Project contains: - Auth Server (Rust) - Admin Dashboard - JS and…
2022
- 7TF
Hi folks, I started thinking some time ago about how to use ReactJS's server-side features with backends that aren’t specifically built with Node.js or Deno. After some research, I found that the only strict requirement is a JS engine for server-side rendering, while the rest of the runtime can be in any language. For this reason, I started developing a full-stack ReactJS web framework with a Rust-based backend (the API draws heavy inspiration from Next.js). The server performance is already impressive, with a 4x improvement over the latest Next.js. We’re tracking it in a separate…
2025 · github.com
- 8FW
Hi HN! I recently open-sourced a project I’ve been working on over my winter break: a Solidity web framework you can use to write web apps in Solidity (and more generally, a proof-of-concept implementation of an arbitrary network protocol over Ethereum). Here’s a demo web app on the Optimism Goerli testnet: http://simple.fallback.natecation.xyz/ Running this Solidity code: https://github.com/nathanhleung/fallback/blob/main/src/examp... There’s a lightweight TCP server script that’s listening on the demo app domain that forwards requests…
2022 · github.com
- 9PS
I've made a neat service to access SSH over NAT. Unlike ngrok and alternatives with registration, custom software, non-preserved random URLs and ports, this solution is just a remote SSH server which does not require anything more than an SSH client to both host and connect. Technically it allows to publish any service over SSH (web, proxy, any TCP port really), but only with SSH as a destination you'll preserve end-to-end encryption and won't allow my server to snoop on potentially unencrypted traffic. The service is mostly intended to give remote access to the device as fast as possible,…
2021
- 10AS
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
- 11NO
2016 · restdb.io
- 12WI
I am Abdullah from IPinfo. We have finally launched our API service that supports an unlimited amount of requests to fetch IP to Country and ASN database. It is free to use. https://ipinfo.io/lite Try out this token for the next several to check out the API service: a6c2e5328296f5 https://api.ipinfo.io/lite/8.8.8.8?token=a6c2e5328296f5 https://api.ipinfo.io/lite/me?token=a6c2e5328296f5 - The API system is built using Node.js from the ground up but we are currently moving our backend to Rust. We processed over 2 trillion requests last…
2025
- 13TS
Hi HN, I’m Guillaume, the cofounder of Bearer, an Open Source SAST solution. After launching a few weeks ago here on Hacker News with support for Ruby and JavaScript stacks, I’m happy to report we’ve just released a new version (v1.2) with TypeScript support! In terms of code coverage, we use the same rules already implemented for vanilla JavaScript, but as usual, you can build your own. The rules list is here: https://docs.bearer.com/reference/rules/ It’s a first version for TS, but we believe that thanks to the pre-existing JavaScript support it should already…
2023
- 14IM
Hello I'm Jack, I was previously a Site Reliability Engineer and i've been working on monitro.dev which makes log monitoring simple for individuals or small teams. It allows you to easily forward any logs to multiple channels such as Slack, Discord & Telegram. The events are also viewable though the admin dashboard and are easily filterable. Currently there is only an NPM package with javascript / typescript support but i have plans to expand this to other languages such as Python, Rust etc. The package has many options, one of them is forwarding any uncaught exception and as an event…
2024 · monitro.dev
- 15AD
I am currently working on a larger project that needs a short-lived HTTP "auth" based on a separate, out-of-band authentication process. Since every allowed IP only needs to be allowed for a few minutes at a time on specific server names, I created this project to solve that. It should work with any Redis-compatible database. For the docker-compose example, I used valkey. This is mostly useful if you have multiple domains that you want to control access to. If you want to allow 1.1.1.1 to mywebsite.com and securesite.com, and 2.2.2.2 to securesite.com and anothersite.org for certain TTLs,…
Dec 2025 · github.com
- 16PZ
Hi everyone! So a couple of weeks ago I was building a chrome extension for crawling data and uploading it somewhere online for further exploration. I found myself struggling a lot with this as I found every solution I tried hard to implement (Firebase, Mongo Atlas, EC2). I mean I only needed a simple endpoint in which I was able to set and get JSON data with some key. In the end I made a small CRUD using Mongo, Sinatra, Puma, and Nginx. Then Chrome complained that my endpoint (raw IP) was not HTTPS so I bought a cheap domain and configured an SSL certificate into my server. I found this to…
2020
- 17OS
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
- 18SS
Please check out out project, Lite Engine[1], a Backend as a Service web application platform. We provide everything you need to rapidly prototype and deploy your single page applications: static file hosting for your html, css, javascript and other assets, a subdomain on our site, security with https, and a 'create your own API' with SQL over CORS and JSON. I think of this as "geocities with a CORS backend". For your backend we've developed a system we call API Queries. You'll define SQL queries, save them on the backend, then execute them with http post requests that return JSON responses.…
2016
- 19BR
Hi HN! I built Belgie, a Python library that embeds Deno, allowing Python applications to run JavaScript and TypeScript without requiring Node.js or Deno to be installed on the host system. It supports the features you’d expect from Deno (npm, JSR, and URL imports, isolated package environments, etc.), plus: - Pass JSON-safe values seamlessly between Python and JavaScript. - Agentic code generation with typed interfaces, similar to Pydantic’s Monty. - Manage dependencies programmatically or from the CLI.
Jul 2026 · github.com
- 20NS
2017 · serveo.net
- 21CA
I’ve been experimenting with building a Node.js HTTP framework using Rust + Hyper with N-Api. The project started as a fully synchronous server, but I recently patched it to support async (Tokio/Hyper). That change alone nearly doubled throughput in benchmarks. What’s different: * Built directly on Hyper, no heavy abstraction * napi glue for Node.js bindings * Minimal core (sync and async engines side-by-side) * Focused on raw performance, not plugins (yet) This is still experimental and not production-ready. I’d like feedback on: * Async API design — does it feel ergonomic? *…
2025
- 22RS
Hey HN - Today we launched a new globally available Serverless platform that thinks about simplicity and DX first and foremost. Let us know what you think - try it now for free. Traditional serverless functions are islands. Each function handles a request, does its work, and forgets everything. Need one function to talk to another? You’ll be making HTTP calls over the public internet, managing authentication between your own services, and dealing with unnecessary network latency for simple internal operations. This architectural limitation has held back serverless adoption for complex…
2025
- 23TN
2020 · github.com
- 24IV
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
Ranked by how close each launch is in meaning, then by votes. Refine with a description →