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.
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.
One of the AI-native aspects is if you use the built-in AI SDK (https://github.com/modelence/modelence/tree/main/packages/ai), you get all your AI prompt runs in the built-in dashboard in Modelence Cloud and you can also connect your AI provider (e.g. OpenAI) in the dashboard without having to manually specify the key in the code or pass through environment variables.
But there's more we adding soon - vector search and embeddings that are built into your database / MongoDB documents.
A well designed login component to go along with this might do wonders for the adoption.
Probably need to add screenshots also, but our own platform at https://cloud.modelence.com uses these built-in auth UI from Modelence and a lot of other things it is bootstrapped with.
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.
The previous startup I’ve co-founded has been running on MongoDB since 2014 and everything was great for over 10 years of using it as our main db, hosting over million users and large enterprise customers.
A lot of this is obviously subjective, but we’ve always found MongoDB’s flexibility work great for a startup’s constant db changes. And we also believe that the existence of “Supabase for MongoDB” will be a good reason for more people to use it.