Libraries, developer tools, and example applications built around the mdbase specification.
Reference implementation of the mdbase specification. Provides collection loading, schema validation, querying, and expression evaluation.
High-performance Rust implementation. Designed for embedding in native tools and CLI applications where speed is critical.
Command-line interface for working with mdbase collections. Query, validate, and manage collections from the terminal.
Language Server Protocol implementation for mdbase collections. Provides diagnostics, completions, and hover information in your editor.
Standalone task management CLI that operates directly on markdown files via mdbase. Natural language input, time tracking, and project aggregation without requiring Obsidian.
Markdown-native operations CLI for AI-assisted GitHub workflows. Uses typed mdbase sidecars to track triage decisions, status, and handoffs directly in your repo.
Agent skill for AI coding assistants. Gives Claude Code and other AI tools structured access to mdbase collections for reading, querying, and editing records.
Full-stack workout tracker built on mdbase collections. Demonstrates type definitions, linked records, computed fields, and querying in a real application.