H
HMorix PressEntity & Publishing
Engineering Registry

Software Projects & Developer Tools

Curated software systems, publishing architectures, OCR extraction pipelines, and TypeScript toolkits engineered by Harsh Sharma.

Web EngineeringStatus: Active
2024 - 2026

HMorix Press Publishing Architecture

High-performance canonical digital publishing and entity management system

A Next.js and TypeScript digital publishing platform built from the ground up for search engine entity discovery, structured JSON-LD knowledge graph indexing, and sub-second page performance.

Key Highlights & Architecture Notes

100/100 Core Web Vitals score across mobile and desktop audits
Full entity knowledge graph integration (Person, ProfilePage, ScholarlyArticle)
Zero-latency static edge generation with zero database overhead
Next.jsTypeScriptTailwind CSSJSON-LD SchemaVercel
AI & ML ToolingStatus: Maintained
2025

DocuParse OCR Engine

High-accuracy automated document processing and structured data extraction pipeline

An automated pipeline architecture for ingesting unstructured scanned documents, performing optical character recognition, bounding box detection, and outputting standardized JSON schemas.

Key Highlights & Architecture Notes

Multi-column layout detection and table structure extraction
Confidence scoring and automated bounding-box sanitization
Streamlined developer API for batch processing
TypeScriptNode.jsComputer VisionOCR PipelineREST API
Developer ToolsStatus: Active
2025

SchemaGraph Developer Toolkit

Lightweight TypeScript utility library for generating verified Schema.org JSON-LD trees

A developer toolkit designed to generate strict, type-checked JSON-LD graph objects for Next.js applications, covering Person, Organization, Article, and FAQ entities.

Key Highlights & Architecture Notes

Zero runtime dependencies with compile-time type validation
Automated cross-linking for Person sameAs and Publisher graphs
Built-in Google Rich Results validator helpers
TypeScriptSchema.orgNext.jsnpm Package
ArchitectureStatus: Maintained
2024

Enterprise Full-Stack Architecture Blueprint

Production-ready modular architecture blueprint for scalable web applications

A reference implementation illustrating best practices in full-stack web engineering, separation of concerns, data contract validation, and edge caching strategies.

Key Highlights & Architecture Notes

Modular data layer ready for plug-and-play database migrations
Strict input validation and sanitization using TypeScript schemas
Clean architecture separating presentation from business logic
ReactNext.jsPostgreSQL ReadyTailwind CSSZod