nowfound

Alternatives

Products that do what Supabase Test does

Build Safer Supabase Apps with supabase-test

  1. 1
    Supabase2,328

    The Postgres developer platform is now generally available

    2024 · supabase.com

  2. 2ST

    Hi HN — we've built a testing framework for Supabase that spins up fast, isolated Postgres databases for each test case. It’s designed to make RLS policies easy to validate with real database state, without global test fixtures or mock auth. Features: - Instant isolated Postgres DBs per test - Automatic rollback after each test - RLS-native testing with `.setContext()` for auth simulation - Flexible seeding (SQL, CSV, JSON, JS) - Works with Jest, Mocha, and any async test runner - CI-friendly (runs cleanly in GitHub Actions) We also published example projects and a free set of tutorials:…

    Nov 2025 · npmjs.com

  3. 3

    The open source Firebase alternative.

    2020

  4. 4

    An open source Firebase alternative

    2020

  5. 5

    Idea to Postgres database

    2024 · supabase.com

  6. 6

    Powerful PostgreSQL tool is now open source for self-hosting

    2021

  7. 7OS
  8. 8PC

    This is an experimental extension for CRDTs, pg_crdt: GitHub repo[0]. It supports Yjs/Yrs and Automerge. The linked blog post [1] describes how we're thinking about this extension in a Supabase context. I want to emphasise this part: "pg_crdt has not been released onto the Supabase platform (and it may never be). We’re considering many options for offline-sync/support and, while CRDTs will undoubtedly factor in, we’re not sure if this is the right approach." [0] GitHub repo: https://github.com/supabase/pg_crdt [1] Blog post:…

    2022 · supabase.com

  9. 9MD

    Hey HN, I’m an engineer at Supabase [0] and one of the creators of this demo. My team and I have been working hard to bring developers the next version of Supabase Realtime. The current version of Realtime [1] is a Change Data Capture (CDC) server for a PostgreSQL database that broadcasts changes via WebSockets to authorized subscribers. It’s written in Elixir/Phoenix. The server utilizes PostgreSQL’s logical replication functionality, which writes database changes to Write-Ahead Logging (WAL) segment files, and a replication slot, responsible for managing and retaining WAL files.…

    2022 · multiplayer.dev

  10. 10

    Local Supabase dev without Docker — one process, real Postgres with Row Level Security, Auth, Storage, and Realtime, and it even runs in the browser. The official supabase-js SDK works unchanged.

    Jul 2026 · tinbase.dev

  11. 11

    Build full-stack applications with Dualite - securely

    2025

  12. 12

    Install Auth UI and start authenticating users with Supabase

    2022

  13. 13

    Hey HN! I built Typebase, a library that gives you Convex's DX with Supabase's openness. After trying Supabase I liked how fast it is to spin up a DB and auth, but really didn't like using RLS and SQL for authorization. With Convex I loved how your server "lives" in your code, but disliked the DB model and the realtime-first defaults. With Typebase you just write TS files inside a typebase/ folder in your existing repo. You can define your DB tables inside a schema.ts file and export server functions that your frontend calls like local functions, fully typed. Auth is built in. Then one…

    12d ago · typebase.io

  14. 14
    Outerbase298

    The interface for your database

    2023

  15. 15OS

    We just launched Outerbase Studio, the open-source version of our core database offering. It works in your browser or as a desktop app and supports MySQL, PostgreSQL, and SQLite. What it does: • Connects to MySQL, PostgreSQL, and SQLite databases. • Spin up local databases directly through the UI, even if you don’t have one running. • Manage and query your data in a lightweight, intuitive interface. • Completely open source. Why we built it: We wanted to share the core Outerbase experience with the developer community as a free, open-source tool. It’s simple, fast, and removes the barriers…

    2024 · github.com

  16. 16IO
  17. 17PI

    Hey, Sam and the team from ElectricSQL here. PGlite is a WASM Postgres build packaged into a TypeScript/JavaScript client library, that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It's 3mb Gzipped, now has support for many Postgres extensions, including pgvector, and it has a reactive "live query" API. It's also fast, with CRUD style queries executing in under 0.3 ms, and larger, multi-row select queries occurring within a fraction of a single frame. PGlite started as an experimental project we shared on X, and the…

    2024 · pglite.dev

  18. 18HF
  19. 19

    API integration testing that remembers what breaks

    Jul 2026 · fetchsandbox.com

  20. 20

    Local Supabase without Docker one process, real Postgres

    Jul 2026 · tinbase.dev

  21. 21

    An open source analytics client for Supabase database

    2022

  22. 22

    The Frontend Database API Gateway

    Dec 2025

  23. 23

    Store and serve any type of digital content

    2021

  24. 24PT

    Throughout my career, I tried many tools to query PostgreSQL, and in the end, concluded that for what I do, the simplest is almost always the best: raw SQL queries. Until now, I typed the results manually and relied on tests to catch problems. While this is OK in e.g., GoLang, it is quite annoying in TypeScript. First, because of the more powerful type system (it's easier to guess that updated_at is a date than it is to guess whether it's nullable or not), second, because of idiosyncrasies (INT4s are deserialised as JS numbers, but INT8s are deserialised as strings). So I wrote pg-typesafe,…

    Feb 2026 · github.com

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