Mondel
JSON →Mondel is a lightweight TypeScript ORM for MongoDB, optimized for serverless environments (Cloudflare Workers, Vercel Edge, AWS Lambda). Current stable version is 0.2.4. It provides 100% type-safe schemas with full inference, Zod integration for runtime validation, and a Prisma/Drizzle-inspired API. Unlike Mongoose or Typegoose, it uses zero decorators or reflection, resulting in a minimal bundle (~27KB) and no cold-start overhead. It requires Node.js 18+, MongoDB 6.0+, and TypeScript 5.0+.