Back to articles
We Built a Full-Stack Form Validation Library (And It's Open Source! and Framework independent)

We Built a Full-Stack Form Validation Library (And It's Open Source! and Framework independent)

via Dev.to JavaScriptTsem Idriss Terrance

After months of wrestling with forms across multiple projects, my team and I decided enough was enough. Today, I'm excited to share Veli - our first open-source project that reimagines how developers handle form validation. The Problem We Kept Running Into Picture this: You're building a web application that needs user registration, contact forms, and data entry screens. The typical workflow looks something like: Install React Hook Form (or Formik) Add Yup or Zod for validation Write CSS or install a UI library for styling Copy-paste your validation rules to the backend Add security checks manually Realize your phone validation doesn't support African numbers Fix bugs in both frontend AND backend Sound familiar? We were tired of this dance. What We Built Instead Veli is a full-stack form validation library that handles everything from a single source of truth. Here's what makes it different: 🎯 True Full-Stack Validation Write your rules once, use them everywhere: Frontend (HTML attribu

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
2 views

Related Articles