Skip to content
PTPrototypes
← All seeds

meta-content-system

dormantprototype

Meta Content System

One pipeline, every platform -- The same input files produce the same `library.index.json` on Windows, Linux, and macOS. No platform drift.

Portable content ingestion, normalization, and indexing for typing-practice apps.

Version
0.1.0
License
MIT
Kind
library
Languages
C#, JavaScript, TypeScript
Lines of code
1,448
Last commit
2026-05-26 (26d ago)

Health signals

Tests: yesREADME: yesLICENSE: yesBuildable: unknown

Patterns proven here

interface-driven architecturedata-model
Every pipeline stage (`IContentSource`, `IExtractor`, `IMetricCalculator`, `IContentLibrary`) is behind an abstraction for testability and extensibility.

Why it matters

Provides a unified way to process source code for typing practice apps across different platforms.

Tags

csharpclimcp
View source →