awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aldeed avatar

aldeed/simple-schema-js

0
View on GitHub↗
561 stars·113 forks·TypeScript·MIT·3 viewswww.npmjs.com/package/simpl-schema↗

Simple Schema Js

SimpleSchema validates JavaScript objects to ensure they match a schema. It can also clean the objects to automatically convert types, remove unsupported properties, and add automatic values such that the object is then more likely to pass validation.

Features

  • Database Extensions - Schema validation for MongoDB update modifiers.

Star history

Star history chart for aldeed/simple-schema-jsStar history chart for aldeed/simple-schema-js

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Simple Schema Js

Similar open-source projects, ranked by how many features they share with Simple Schema Js.
  • aldeed/meteor-collection2aldeed avatar

    aldeed/meteor-collection2

    1,017View on GitHub↗

    A Meteor package that allows you to attach a schema to a Mongo.Collection. Automatically validates against that schema when inserting and updating from client or server code.

    JavaScript
    View on GitHub↗1,017
  • cult-of-coders/graphercult-of-coders avatar

    cult-of-coders/grapher

    276View on GitHub↗

    GitHub BlueLibs Monorepo - Following the same bold vision of Meteor, but with a modern twist. www.bluelibs.com - Read more about our approach coming from Meteor: https://www.bluelibs.com/blog/2021/11/26/the-meteor-of-2022 - We've implemented Grapher aka Nova as a standalone npm package…

    JavaScript
    View on GitHub↗276
  • dburles/meteor-collection-helpersdburles avatar

    dburles/meteor-collection-helpers

    495View on GitHub↗

    Collection helpers automatically sets up a transformation on your collections allowing for simple models, with an interface similar to template helpers.

    JavaScript
    View on GitHub↗495
  • jagi/meteor-astronomyjagi avatar

    jagi/meteor-astronomy

    604View on GitHub↗

    The Astronomy package introduces the Model Layer into Meteor applications. It can also be named the Object Document Mapping system (ODM) or for people coming from relational database environments the Object-Relational Mapping system (ORM). Astronomy extends MongoDB documents with functionalities…

    JavaScript
    View on GitHub↗604
See all 8 alternatives to Simple Schema Js→

Frequently asked questions

What does aldeed/simple-schema-js do?

SimpleSchema validates JavaScript objects to ensure they match a schema. It can also clean the objects to automatically convert types, remove unsupported properties, and add automatic values such that the object is then more likely to pass validation.

What are the main features of aldeed/simple-schema-js?

The main features of aldeed/simple-schema-js are: Database Extensions.

What are some open-source alternatives to aldeed/simple-schema-js?

Open-source alternatives to aldeed/simple-schema-js include: aldeed/meteor-collection2 — A Meteor package that allows you to attach a schema to a Mongo.Collection. Automatically validates against that schema… cult-of-coders/grapher — GitHub BlueLibs Monorepo - Following the same bold vision of Meteor, but with a modern twist. www.bluelibs.com - Read… dburles/meteor-collection-helpers — Collection helpers automatically sets up a transformation on your collections allowing for simple models, with an… jagi/meteor-astronomy — The Astronomy package introduces the Model Layer into Meteor applications. It can also be named the Object Document… meteor-community-packages/meteor-collection-hooks — Meteor Collection Hooks. meteor-community-packages/meteor-publish-composite — publishComposite(...) provides a flexible way to publish a set of related documents from various collections using a…