Product Launch
anonymous
1 points
1 comments
Posted4 months agoActive4 months ago
Show HN: Semantic Protocol – Pattern matching for data meaning
semantic-protocol-playground.vercel.apppattern matchingdata meaningsoftware development
Discussion (1 comments)
Showing 1 comments
4 months ago
Built this because I got tired of manually mapping data to UI components. It's a simple pattern matcher (~300 lines, no dependencies) that figures out what your data semantically represents.
Published to npm as @kneelinghorse/semantic-protocol if anyone wants to use it. Also made a Prisma generator that automatically analyzes your schemas.
The core insight: instead of maintaining huge component catalogs, just let data describe what it is and let the UI figure out how to display it.