▲ | Show HN: Modelence – Supabase for MongoDB(github.com) | ||||||||||||||||||||||
36 points by artahian 3 days ago | 14 comments | |||||||||||||||||||||||
Hi all, Aram and Eduard here - authors of Modelence (https://github.com/modelence/modelence), an all-in-one backend platform for teams that love TypeScript + MongoDB. Think Supabase, but for MongoDB: auth, cron jobs, email, monitoring, without glue code before you can ship. As Karpathy (and many of us) noted, getting from prototype to production is mostly painful integration work. The pieces exist, but stitching them together reliably is the hard part: https://x.com/karpathy/status/1905051558783418370. YC AI Startup School talk about this - https://www.youtube.com/watch?feature=shared&t=1940&v=LCEmiR... We intend to fill those gaps! What you get out of the box: - Authentication / user management - Database - Email integration (3rd party, but things like user verification emails work out of the box) - AI integration - Cron jobs - Monitoring / Telemetry - Configs & secrets - Analytics (coming soon) - File uploads (coming soon) How it runs: A Node.js backend with MongoDB. It's frontend-agnostic, so you can use our minimal Vite + React starter or drop Modelence behind an existing Next.js (or any) frontend. We're also building a managed cloud, similar to what Vercel is for Next.js, except Modelence focuses on the backend instead of the frontend (Vercel is great for content sites like landing pages, blogs, etc, but things like persistent connections and complex backend logic outgrow it quickly). You can find a quick demo here: https://www.youtube.com/watch?v=S4f22FyPpI8 We're looking for early users (especially TS teams on MongoDB). Tell us what's missing, what's confusing, and what you'd want before trusting this in prod. Happy to answer anything! | |||||||||||||||||||||||
▲ | chatmasta 2 days ago | parent | next [-] | ||||||||||||||||||||||
I remember when Supabase launched calling themselves open source Firebase… it must feel good to be on the other side of that a few years later. That said, they invested in Postgres in 2021… which is different from investing in Mongo in 2025… Congrats on the launch. But MongoDB seems like a risky horse to hitch your wagon… why did you choose it? I haven’t seen new MongoDB deployments in a _long_ time, and the audience who used to make them (bootcamp graduates, basically) has probably moved onto Supabase. If I need a NoSQL database I’m going with Elastic/OpenSearch. And I’m using it for a specific reason, e.g. as a landing zone for JSON data with unknown shape at coding time (like for a web scraper). I’m not using it as an application backend and I wouldn’t use Mongo for that either. And of course I'll use Elastic as a search index, but I would never use Mongo for that. The Mongo use case has gotten increasingly narrow. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | seper8 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
Looks cool, good luck with the launch! A well designed login component to go along with this might do wonders for the adoption. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | 8cvor6j844qw_d6 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
Could Modelence Cloud users have a "Change password" option? I couldn't find an option to change password, and "Forgot password" appears to require contacting support by email. Also, having an option for 2FA would be great. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | Guest71022 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
The intro says the product is “AI-native”, but I couldn’t find any details about this in the docs. What does it mean? | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | WolfOliver 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||
looking at the examples, it looks more like a Rails alternative? | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | dangoodmanUT 2 days ago | parent | prev [-] | ||||||||||||||||||||||
Does this have a live layer? Would be a miss if not | |||||||||||||||||||||||
|