nowfound

Alternatives

Products that do what Pandora – Zero config key-value database services does

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…

  1. 1MO
  2. 2
    Mongoku183

    A neat Web-based GUI for MongoDB

    2019

  3. 3

    Safest and easiest way to use crypto apps in your browser

    2021

  4. 4

    Get $3,000 in free Atlas credit to run MongoDB in the cloud.

    2018

  5. 5

    Sing the crypto charts

    2017

  6. 6

    An open source admin user interface for your MongoDB

    2017

  7. 7MD
  8. 8SL

    So a while ago I was thinking it would be neat to build a site that had the most absolute utility. The idea I came up with was a site to store those little protips that are super useful, if you know them ahead of time. I hired a guy to work on it with me, and ClueDB was born: http://cluedb.com/ Please give it a whirl (it uses Twitter auth as login but doesn't tweet anything) and tell me what you think! (Various trivia: My first try at a project coded by someone else and "product managed" by me. Runs on Flask + MongoDB. Also, this is totally unrelated to my startup.)

    2011

  9. 9RN
  10. 10NJ
  11. 11U1
  12. 12AO

    It’s just the back end so it logs to MongoDB database so you can add any UI you want to it, feel free to contribute! (Suggestion’?)

    2022 · github.com

  13. 13WI

    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

  14. 14ZI
  15. 15FL

    Our initial release is a Chrome extension that builds on top of Gmail and Google Calendar. We keep limited trace activity of coding sessions for 30 days to troubleshoot and improve our offering. No data (events, emails) from Google is ever logged or retained. 50 second demo: https://www.youtube.com/watch?v=JQ292bncO_c Chrome extension (free + no login): https://chromewebstore.google.com/detail/fork-for-the-web/mf... We have a lot to learn and build. Would love any and all feedback! Paul & Dalton

    Jul 2026 · withfork.co

  16. 16IC

    In my last project, I was struggling to create and monitor cron jobs. So, instead of creating hundreds of standalone scrips and executing them with cron, I decided to turn those scripts into multiple endpoints. Next, I created a single service that I could schedule HTTP requests to those endpoints and monitor its execution. No more scripts, now everything is endpoints that I can run manually at any time I turned this scheduler service into a Micro-SaaS so you don't have to build it yourself: beew.io I know you can Schedule HTTP requests with Zapier but come on... I will not pay 50 bucks for…

    2021

  17. 17TH

    Existing headless CMS tools are mostly making it up as they go along - starting with the idea of ‘I want to build a company that delivers a headless CMS’ and then quickly slapping a bunch of technologies together and ending up with a pile of JSONs floating around a MongoDB or another similar frankenstein. As we’d already built the document graph data layer from the ground up, we could properly integrate the CMS features to give a seamless developer experience. We are never going to send you to a screen that says, ‘TerminusCRM requires NodeJS version 10+ and a Mongo database’. It is all…

    2023

  18. 18HB

    When I first discovered WebAuthn in 2019 I imagined it being used for something like this, but never imagined something like the prf extension enabling true E2EE like this. Everything happens in the browser; there's no server used in any of this because to me that defeated the purpose. I also challenged myself to make a decent UX on top of this because what good is strong encryption if it's not usable? For best results make sure you're using Chrome 116 and a recent FIDO2 security key.

    2023 · sneakernetsend.com

  19. 19FC

    Hey HN! I wanted to share a chrome extension I built for myself called From Chaos. It's an extension that takes the content of the page and organizes it into structured data. For instance, taking all the restaurants on a "top 10" article and just returning their names. It requires an OpenAI API key that you can set in your settings, and lets you get data back as JSON, YAML, CSV, or plain text. I built it to help in my data-gathering efforts, but wanted to share in case it's useful to someone else as well! It doesn't always return perfect data, but it does save me quite a bit of time.

    2023 · chrome.google.com

  20. 20NJ
  21. 21DN

    Hello HN! A few days ago I saw a comment on reddit which proposed a service that allowed the user to spam a website's server logs with messages objecting to the presence of various anti-features like popups, noisy ads, and autoplaying content. The idea tickled my fancy, so I've put together a Chrome extension which detects if a page is using Google Analytics, and if so it injects a small script which sends bunk utm (urchin tracking module) data to the GA backend. It sets the traffic source to "DO NOT WANT!", and the campaign name to various things like "I do NOT want noisy ads!" Here's the…

    2017

  22. 22GA

    Hello HN! These last few months I've been working on my first open source project: an embedded database written in pure-go. That took me some months, as I had to learn how to deal with such large packages. Until then, all packages I had made were quite small an did not require much. I usually did not have to worry about things like allocation optimization and instance pools until This project. It started when I wanted to make a port of a tool to a TUI environment. I'm actually used to working with TUIs in golang, so that was my language of choice. The tool I wanted to port is written in…

    Feb 2026

  23. 23AD

    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

  24. 24AC

    INTRO: Hi HN community, it is been 2 years since I developed Apisentris (https://apisentris.com) that initially aimed to make my big brother easier to consuming data from his database (MySQL, back then). He is non programmer and wanted me to create some programming scripts to do his jobs. I found out "Database to API" libraries already out there but we have to do some programming works and server configuration to make them work. So that's the idea, what if there is a platform that would instantly generates API from database(s) without (reduce) all of scary configs stuff and backend…

    2019

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