Modelence is a full-stack framework for building real-time MongoDB apps. Current stable version 0.19.0. It integrates authentication, database setup, scheduled jobs, and monitoring out of the box. Differentiators include an app builder UI for rapid prototyping and a cloud platform with zero-config deployment. The framework ships TypeScript types and requires React 18+ as peer dependencies.
npm install modelenceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to initialize Modelence with a MongoDB connection and start the server.
Upgrade React and React DOM to >=18.0.0.
Replace app() with createApp().
Use 'import { useAuth } from "modelence"'.Use a different framework for SQL databases.
Run npm install modelence and ensure tsconfig.json includes 'node_modules' in 'typeRoots'.
Upgrade React and React DOM to version 18 or higher.
Use import { createApp } from 'modelence' (ESM).