>_ mores.dev

// Install
npm install mores

Norm Detection

Identify social norms and behavioral patterns from unstructured data with context-aware classification.

Cultural Mapping

Map conventions across regions and demographics. Understand variance and universals in human behavior.

Compliance Engine

Automated validation against social norms and regulatory expectations. Build culturally-aware systems.

// Analyze behavioral norms
const result = await mores.analyze({
  context: "workplace communication",
  region: "east-asia",
  depth: 3
});
Node.js Python REST API GraphQL