nowfound

Alternatives

Products that do what MVP done, now what? does

I've spent about the past 6 months or so working on what I think of as 'database as a service'. Essentially hosted Sqlite with CORS support so users can post from anywhere, and execute queries saved on the backend. One of the things I'm going for is a completely in browser development experience, so there's nothing to install, the user simply uses the UI to create and edit queries and admin their database. One of the most basic uses would be posting form data from a static HTML page: https://www.lite-engine.com/blog/post_form.html I've posted it here before and didn't get…

  1. 1IV

    It can create invoices and receive payments. Not quite production ready, yet. Only need PostgreSQL installed to try. I will add support to choose SQLite when they add native support for geography types.

    2024 · github.com

  2. 2SO
  3. 3
    TABLUM.IO159

    Turn CSV, XML & JSON into a live analysis-ready SQL database

    2023

  4. 4SA

    Hi, this has been a labor of love over the last few days =) Can't wait to hear you feedback and of course AMA!

    2023 · blog.airsequel.com

  5. 5DC
  6. 6SS
  7. 7MN

    Hello HN! I've found my SQL knowledge to be lacking, so I made a project that uses SQLite as a backend. As it is intended for self-hosting I aim to make it easy to set up and maintain. Getting it up & running takes no more than a few commands (bar setting up a proxy such as nginx, which is out of scope). I've set up a "demo" site at https://forum.agreper.com/ if you want to try out the UI.

    2022 · github.com

  8. 8DS

    Hello HN! I'm building mvsqlite, a distributed variant of SQLite with MVCC transactions, that runs on FoundationDB. It is a drop-in replacement that just needs an `LD_PRELOAD` for existing applications using SQLite. I made this because Blueboat (https://github.com/losfair/blueboat) needs a native SQL interface to persistent data. Apparently, just providing a transactional key-value store isn’t enough - it is more easy and efficient to build complex business logic on an SQL database, and it seems necessary to bring a self-hostable distributed SQL DB onto the platform.…

    2022 · github.com

  9. 9IM

    Hey everyone! It’s a single executable that you can run on your server using Docker, Systemd, or any other tool you prefer. It provides a simple user-friendly interface to manage all your SQLite databases. Inspired by PhpLiteAdmin, it features a snappy UI and offers power-user functionalities, ability to chat with your database using natural language via OpenAI api, and other features. It’s free to use, with an option for a one-time payment to unlock all features. You can find the demo at https://demo.litequeen.com/ It's early and there's much to add. Some features I think…

    2024 · litequeen.com

  10. 10SS

    I built this after launching a blog site with Hugo and wanting a simple solution for adding support for upvotes and downvotes on posts. For the database, I was initially leaning towards using a key-value database like LevelDB to store the votes but chose SQLite because it has widespread support and gives me the ability to add other features later (e.g. comments).

    2024 · github.com

  11. 11NB

    Manipulate your SQLite database like a giant Javascript object. Built with o1.

    2024 · gist.github.com

  12. 12SS

    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

  13. 13AS
  14. 14

    Modern AI‑first database client

    Apr 2026 · sourceforge.net

  15. 15SO

    Hello HN! My name is Paras and I am building this project called Slashbase. It's an open-source collaborative IDE for databases in browser. Connect to your database, browse data, run a bunch of queries or share queries within your team, right from your browser. Works with two types of databases: PostgreSQL and MongoDB. It's written in Golang and Nextjs React Framework and runs as a single binary. Features: - Cloud based: Setup on your server. Works in browser. - Easy to use: with minimal interface it is simple to use. - Collaborative: Works with your teams. Easy sharing queries within team.…

    2022 · github.com

  16. 16SS

    2020 · app.swaggerhub.com

  17. 17SW
  18. 18PI

    Hi HN, I came up with the idea for PostOwl about ten years ago! Today I can finally share it with the world. A huge thank you to Michael Aufreiter who wrote most of the code and inspired the editing interface with his editable.webite PostOwl is open-source and there are docs for deploying your own site for free. Give it a spin and let us know what you think!

    2023 · postowl.com

  19. 19IW

    Hi! I wanted to understand more about databases' internals so I wrote one from scratch. It has a T-SQL inspired syntax with support for functions and procedures. It can be used stand-alone as a SQL engine or with a server allowing for persistence and replication to other connected clients. Performance are nothing near sqlite of course but that's beside the point. It’s a small database engine that can run in a web app as a way to store session data, do small calculations on a web worker, store the document/data the user is editing or facilitate “multiplayer” feature by broadcasting the…

    2022 · github.com

  20. 20AI

    Hi HN, I’m Sean, the founder of Ascend.io (https://www.ascend.io). I’m really excited to post here and announce the launch of Ascend.io, a radical new way of designing, scaling, and automating data pipelines. Ascend is the result of nearly 4 years of development effort for a team that is now 30-strong, and I would love for you to give it a test drive and let me what you think. I’ve felt this pain since I wrote my first MapReduce in 2004 (using Sawzall @ Google), and in the 15 years since, things have not improved at the pace of other parts of the technology ecosystem. When I went…

    2019

  21. 21HD

    Hi HN, I’m Andrios, founder and CEO of Hoopdev, and am excited to show you our web database client with a Go-based language server that’s easy to use and built for teams. As of today, we’re launching our Free plan and anyone can start using it. It works with any browser. Desktop database clients have always felt clunky to me. After 10 years of programming, I still find myself struggling with basic tasks—like securely configuring access or just trying to pull data from a different device. Every time I'm away from my main setup, it feels like I'm locked out of my own data. These hurdles slow…

    2024

  22. 22TS
  23. 23IB

    Hey HN, I just spent the last few weeks building a database for agents. Over the last year I built PostHog AI, the company's business analyst agent, where we experimented on giving raw SQL access to PostHog databases vs. exposing tools/MCPs. Needless to say, SQL wins. I left PostHog 3 weeks ago to work on side-projects. I wanted to experiment more with SQL+agents. I built an MVP exposing business data through DuckDB + annotated schemas, and ran a benchmark with 11 LLMs (from Kimi 2.5 to Claude Opus 4.6) answering business questions with either 1) per-source MCP access (e.g. one Stripe…

    Apr 2026 · github.com

  24. 24PB

    I am a software engineer working alone on a passion project, a website that helps you stay organized easily and efficiently. Headspace.io is a webmail, notepad, task list and calendar, all rolled into on. The basic premise is that any data in Headspace can be "tagged" and then all relevant information for a particular tag can be displayed in one screen. This is a pre-beta build and I'm hoping to get some early feedback from the wise and generous HN folks. Would you pay a small monthly fee ($5 maybe) for a service like this? http://app.headspace.io/ (This is pre-production so…

    2013

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