ravikantsaini
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Most BaaS query layers are thin wrappers. Nuvix's filter DSL is composable and typesafe directly in the URL. # symbolic filter=_id.eq(9)|Name.like(Air),Stock.gt(0) # functional — mix freely…
-
So I've been working on this open source project called Nuvix for a while now — it's basically a self-hostable backend with auth, database, file storage, and a unified API all bundled together. Anyway, I spun up a live…
-
Hi HN, I’ve been working on Nuvix, an open-source backend platform designed to make security and scalability the default rather than something developers add later. The idea came from repeatedly seeing the same issues…
-
I built a full backend-as-a-service platform — solo, in TypeScript — to fix what I hated about Supabase and Appwrite. The Problem - Supabase: Too rigid. One schema model. No flexibility. - Appwrite: Too loose. No RLS.…