<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ledeme-kevin</title>
    <description>The latest articles on DEV Community by ledeme-kevin (@ledemekevin).</description>
    <link>https://dev.to/ledemekevin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4019363%2F543305b1-bbc9-403b-a12a-b7955da7ebdf.png</url>
      <title>DEV Community: ledeme-kevin</title>
      <link>https://dev.to/ledemekevin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ledemekevin"/>
    <language>en</language>
    <item>
      <title>🚀 Introducing Decorix v0.3.1</title>
      <dc:creator>ledeme-kevin</dc:creator>
      <pubDate>Tue, 07 Jul 2026 11:06:47 +0000</pubDate>
      <link>https://dev.to/ledemekevin/introducing-decorix-v031-59pp</link>
      <guid>https://dev.to/ledemekevin/introducing-decorix-v031-59pp</guid>
      <description>&lt;p&gt;🚀 Introducing Decorix v0.3.1&lt;/p&gt;

&lt;p&gt;We’ve spent years accepting something that never really made sense.&lt;/p&gt;

&lt;p&gt;We define our business model…&lt;/p&gt;

&lt;p&gt;Then rewrite it for validation.&lt;/p&gt;

&lt;p&gt;Then rewrite it for forms.&lt;/p&gt;

&lt;p&gt;Then rewrite it for JSON Schema.&lt;/p&gt;

&lt;p&gt;Then rewrite it for Zod.&lt;/p&gt;

&lt;p&gt;Then rewrite it again for every frontend framework.&lt;/p&gt;

&lt;p&gt;The same business rules.&lt;/p&gt;

&lt;p&gt;The same constraints.&lt;/p&gt;

&lt;p&gt;The same metadata.&lt;/p&gt;

&lt;p&gt;Over and over again.&lt;/p&gt;

&lt;p&gt;Eventually, they drift apart.&lt;/p&gt;

&lt;p&gt;❌ The frontend accepts data the API rejects.&lt;/p&gt;

&lt;p&gt;❌ Validation rules become inconsistent.&lt;/p&gt;

&lt;p&gt;❌ Documentation falls out of sync.&lt;/p&gt;

&lt;p&gt;❌ A simple business change requires updates across half the codebase.&lt;/p&gt;

&lt;p&gt;What if your business model became the single source of truth?&lt;/p&gt;

&lt;p&gt;That’s the idea behind Decorix.&lt;/p&gt;

&lt;p&gt;Decorix is a framework-neutral TypeScript platform that lets you describe your business model once and adapt it everywhere.&lt;/p&gt;

&lt;p&gt;From a single metadata definition, Decorix can generate or power:&lt;/p&gt;

&lt;p&gt;⚡ Runtime validation&lt;/p&gt;

&lt;p&gt;⚡ JSON Schema&lt;/p&gt;

&lt;p&gt;⚡ Zod schemas&lt;/p&gt;

&lt;p&gt;⚡ Angular Signal Forms&lt;/p&gt;

&lt;p&gt;⚡ Angular Reactive Forms&lt;/p&gt;

&lt;p&gt;⚡ React Hook Form&lt;/p&gt;

&lt;p&gt;⚡ TanStack Form&lt;/p&gt;

&lt;p&gt;⚡ Vue VeeValidate&lt;/p&gt;

&lt;p&gt;⚡ Vue FormKit&lt;/p&gt;

&lt;p&gt;⚡ Svelte Felte&lt;/p&gt;

&lt;p&gt;⚡ Svelte Superforms&lt;/p&gt;

&lt;p&gt;⚡ Solid Felte&lt;/p&gt;

&lt;p&gt;⚡ Solid Modular Forms&lt;/p&gt;

&lt;p&gt;⚡ NestJS Validation Pipe&lt;/p&gt;

&lt;p&gt;⚡ CLI code generation&lt;/p&gt;

&lt;p&gt;Decorators or fluent Builder API.&lt;/p&gt;

&lt;p&gt;Framework-independent core.&lt;/p&gt;

&lt;p&gt;Custom constraints.&lt;/p&gt;

&lt;p&gt;Cross-field validation.&lt;/p&gt;

&lt;p&gt;Async validation.&lt;/p&gt;

&lt;p&gt;Extensible adapters.&lt;/p&gt;

&lt;p&gt;One business model.&lt;/p&gt;

&lt;p&gt;Multiple ecosystems.&lt;/p&gt;

&lt;p&gt;One source of truth.&lt;/p&gt;

&lt;p&gt;Today I’m happy to share Decorix v0.3.1 as open source.&lt;/p&gt;

&lt;p&gt;I’d love to hear your feedback, ideas, and feature requests!&lt;/p&gt;

&lt;p&gt;⭐ GitHub: &lt;a href="https://github.com/hermiforge/decorix" rel="noopener noreferrer"&gt;https://github.com/hermiforge/decorix&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📦 npm: &lt;a href="https://www.npmjs.com/search?q=%40hermiforge-decorix" rel="noopener noreferrer"&gt;https://www.npmjs.com/search?q=%40hermiforge-decorix&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  TypeScript #OpenSource #JavaScript #Angular #React #Vue #Svelte #SolidJS #NestJS #JSONSchema #Zod #DX #WebDevelopment
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
