nowfound

Alternatives

Products that do what Zengin-Modern Gateway API does

Deterministic API for JSON ↔ Zengin banking files

  1. 1
    ZenMux382

    An enterprise-grade LLM gateway with automatic compensation

    Feb 2026 · zenmux.ai

  2. 2

    Generate custom data & API to build apps in less than 30s

    2021

  3. 3
    ManyPI359

    Turn websites into APIs

    Dec 2025 · manypi.com

  4. 4TO
  5. 5ZA
  6. 6SB

    I had already posted the project a couple of years ago, and it gained some interest, but a lot of stuff has been done since then, especially regarding performance, a completely new JSON store, a REST API, various internals refactored, an improved JSONiq based query engine allowing updates, implementing set-oriented join optimizations, a now already dated web UI, a new Kotlin based CLI, a Python and TypeScript client to ease the use of Sirix... First prototypes from a precursor stem already from 2005. So, what is it all about? The system uses ideas from ZFS (a keyed index trie, storing…

    2023 · github.com

  7. 7CI

    I build this app because I was tired of using Google Translate to translate my locale files (i18n). I wanted to use a more efficient and accurate translation tool. ChatGPT, however, always break my json and cannot translate large contents. So I build this app to solve these problems. Hope it can save your time. github: https://github.com/ObservedObserver/chatgpt-i18n online app: https://chatgpt-i18n.vercel.app/

    2023 · github.com

  8. 8ZV

    Half a year ago, we posed a Show HN about ZenStack V1 as "DSL to define data and access rules closer to the database" Throughout the month, we've attracted quite a few early adopters. Some of them, such as MermaidChart, have successfully launched into production. After talking with them, we realized that many individuals found ZenStack while seeking a cleaner and easier alternative to RLS. As a result, we pivot ourselves to be a “TypeScript toolkit on top of Prisma ORM with a fine-grained Authorization layer, auto-generated type-safe APIs, and frontend hooks”. In V2, besides the more…

    2024 · zenstack.dev

  9. 9

    Ultra-fast, privacy-first, AI Powered JSON Viewer & Editor

    Jun 2026 · jsonviewer.rusting.dev

  10. 10GA

    We built Gonzo to make log analysis faster and friendlier in the terminal. Think of it like k9s for logs — a TUI that can ingest JSON, text, or OpenTelemetry (OTLP) logs, highlight and boil up patterns, and even run AI models locally or via API to summarize logs. We’re still iterating, so ideas and contributions are welcome!

    2025 · github.com

  11. 11JI

    The team at Rownd is excited to announce https://jwt.is, an updated take on JSON Web Token debugging. Like most developers, we've used jwt.io for years, but it lacks a number of useful features that would make it even more convenient. We're building on the shoulders of those who've come before us. :-) In addition to the basic JWT decoding and signature verification, we've added things like: - Verification using JWK endpoints - Locally stored history of tokens and keys - Verification for EdDSA signatures - Detection of common token providers (e.g., Google, Apple, etc) - Dark mode!…

    2023

  12. 12DF
  13. 13ZD

    We're excited to announce the launch of ZenStack V1 after a year of refinement. With ZenStack, we introduce ZModel, a domain-specific language (DSL) that simplifies the definition of data and access rules, bringing it closer to the database level. This eliminates the need for extensive, repetitive coding on the application side. We would love to hear your feedback and opinions on it. Thank you!

    2023 · github.com

  14. 14IC

    Hi HN, I’m Joan, the developer of Quicklang. I made this app to easily translate and keep in sync all my localization JSON files for my side projects. While searching online for a similar tool, I only found enterprise solutions that do not allow direct editing of JSON files. I used to use ChatGPT to translate the JSON translation file changes before coding Quicklang. However, I realized that ChatGPT only allows you to input short content for translation into another language (even if you provide a .json file), and each time I had to request translations for one language at a time. So, I…

    2024 · quicklang.app

  15. 15JA

    2021 · japan-api.github.io

  16. 16BC

    Hey hackers, introducing BoringUi, a tool to convert your json data to web ui. Just enter the data, describe how you want the ui and done! Thinking of adding a feature to directly connect api so my backend folks never have to learn bloated frontend frameworks for simple tasks. It can be used for internal presentation, MVP etc where you don't want a complex ui. Checkout the Twitter post : https://x.com/AnuttamAna56189/status/1808423300571316500?t=2...

    2024 · boringui.vercel.app

  17. 17SH

    Hi HN, I’m Patrick. Elias, Kevin, and I are building Sideko (https://sideko.dev), a new type of code generator for building and maintaining API client SDKs from OpenAPI specs. Traditional SDK generators rely on static templates that produce rigid, machine-generated code. When the API changes, these generators completely overwrite the SDK, destroying any custom modifications developers have made. The result is brittle code that looks artificial and requires constant manual rework. Our approach uses structured pattern matching queries instead of templates. These queries analyze the…

    2025 · github.com

  18. 18DR
  19. 19ZO

    We have been polishing ZenStack for the past few months with the community. As it has been successfully used in production by some of our users, we think it’s time to share our beta with you. ZenStack is built on top of Primsa ORM, extending it with a powerful access control layer that simplifies the development of a web app's backend. By defining authorization policies and validation rules right inside the data schema, your database client can automatically enforce these constraints at runtime. Why we built this: Based on our experience developing several commercial SaaS products, we have…

    2023 · zenstack.dev

  20. 20AT

    Hello community. Some time ago I was trying to create a project for my students using Hacker News data. As you might know, HN offers an official API [0], but it's based on Firebase and I felt it's main usage is to build clients, rather than consult data. I found out that Algolia also provides an official REST API [1]. It's exactly what I needed: the ability to "search" HN. Either by keywords, type of stories (Show HN, Ask HN, etc) and/or date. So I created a thin python wrapper on top of Algolia's Search API: https://github.com/santiagobasulto/python-hacker-news The…

    2019

  21. 21UH
  22. 22FG

    I've been exploring clean architecture and fullstack development in Go. This is a demo application with: - SSR frontend (pure Go templates) - REST API backend (modular design with internal packages) - Dockerized setup (frontend + backend + compose) - Taskfile for automation Inspired by common SaaS platform patterns. Code structure is intentionally clear, with backend and frontend separated, and all dependencies kept minimal. Repo: https://github.com/norbix/demo1_fullstack_golang More thoughts on Go, SaaS, CQRS, and microservices: https://norbix.dev Would love…

    2025 · github.com

  23. 23ZV

    We launched ZenStack V2(https://news.ycombinator.com/item?id=40205699) one year ago. It is built on Prisma, adding advanced features like access control, polymorphism, API/Hook generation, etc. But as we added more features, we felt more constrained by our foundation, Prisma(Check out the specific constraints here https://zenstack.dev/blog/next-chapter-1). Therefore, we made a bold decision for ZenStack V3 to reimplement the ORM part from scratch, keeping full compatibility with the Prisma schema and API. As a result, you could get the best of both…

    2025 · github.com

  24. 24MM

    Hi HN, I built MicroVibe, a small web starter for people who want JSX + file-based routing + API routes, without pulling in a heavy framework. What it does today: - File-based routing (including dynamic and catch-all segments) - API routes with consistent JSON error shape - SSR by default, and `mode = "client"` per route when interactivity is needed - Runtime module cache with file-change invalidation in local dev Project goal: keep the runtime small and understandable so teams can iterate quickly and still reason about behavior. I would really value feedback on: 1. Routing/API…

    Feb 2026 · github.com

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