npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

schema.org.ai

v0.1.0

Published

Schema.org vocabulary plus the .org.ai superset (Agent, Tool, Capability, Model, …) as TypeScript types.

Readme


$id: https://schema.org.ai $context: https://schema.org.ai name: schema.org.ai license: CC-BY-SA-4.0

schema.org.ai

License: CC BY-SA 4.0

Schema.org vocabulary ontology with 871 types for Business-as-Code.

Overview

This repository contains MDX documentation for all Schema.org types, organized hierarchically from Thing through all subclasses, plus schema.org.ai extensions for AI-native Business-as-Code.

Data Source: Schema.org (CC BY-SA 3.0)

npm package

pnpm add schema.org.ai
import type { Person, Agent, Organization, ThingRef } from 'schema.org.ai'

The 0.1.x series ships hand-authored TypeScript types for the load-bearing Things — Thing, ThingRef, Person, Agent, Organization, plus the Agent-adjacent Capability, Tool, Model, Workflow. The full 871-type export, codegened from things/*.mdx, is targeted for 1.0.0.

Extensions to Schema.org

schema.org.ai extends the base Schema.org vocabulary with modern AI, web, and digital concepts:

Digital Scoring Property

  • digital (0.0-1.0) - Quantifies the digital maturity or digital-first nature of any Thing

AI & Autonomous Agent Types

  • Agent - Autonomous AI agents
  • Tool - Tools that agents can use
  • Generation - AI generation instances and outputs
  • Prompt - AI prompts and prompt templates
  • Model - AI/ML models
  • Workflow - Autonomous workflow definitions
  • Capability - Agent capabilities and skills

Modern Web & Landing Page Types

Business-as-Code Concepts

  • API - API endpoints and services (REST, RPC, GraphQL)
  • Webhook - Webhook receivers for event-driven architecture
  • MCP - Model Context Protocol servers (RPC-based)
  • SDK - Software Development Kit packages
  • CLI - Command-line interface tools

Structure

schema.org.ai/
├── things/          # 871 MDX files
├── scripts/         # Generation and transformation scripts
├── site/            # Fumadocs documentation site
└── package/         # NPM package with mdxe build

Features

  • 871 MDX files with complete type hierarchy
  • Breadcrumb navigation (Thing > Action > CreateAction)
  • Direct subclasses listing with links
  • Business-as-Code usage examples
  • Schema.org resource links
  • AI-native extensions (Agent, Tool, Model, etc.)
  • Digital scoring property (0.0-1.0)

License

This work is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).

Data Attribution: Based on Schema.org (https://schema.org) licensed under CC BY-SA 3.0.

See ATTRIBUTION.md for complete data source details.

Required Attribution

Based on schema.org.ai (https://schema.org.ai)
Data sourced from Schema.org (https://schema.org)
Licensed under CC BY-SA 4.0

Installation

npm install schema.org.ai
# or
pnpm add schema.org.ai
# or
yarn add schema.org.ai

Usage

import {{ $ }} from 'sdk.do'
import type {{ Thing }} from 'schema.org.ai'

// Semantic patterns
const item = await $.Thing.create({{
  $type: 'Thing',
  name: 'Example'
}})

const result = await $.Thing.get('item-id')

Links

  • Website: https://schema.org.ai
  • GitHub: https://github.com/dot-org-ai/schema.org.ai
  • Package: https://www.npmjs.com/package/schema.org.ai
  • Original Source: https://schema.org
  • .org.ai Ecosystem: https://github.com/dot-org-ai

Related Ontologies

Community

  • Issues: https://github.com/dot-org-ai/schema.org.ai/issues
  • Discussions: https://github.com/dot-org-ai/community/discussions
  • Discord: https://discord.gg/dotdo