Valibot: featherweight validator

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. zod

    TypeScript-first schema validation with static type inference

    Today I want to talk about a tool that makes lightness its cornerstone. It's called Valibot. Valibot is an npm package for data validation. It works independently with JS and TypeScript and allows a wide variety of validations. In practical terms, as for the methods, it's essentially 1 to 1 with the most commonly used package for the same task, namely Zod.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. valibot

    The modular and type safe schema library for validating structural data 🤖

    Today I want to talk about a tool that makes lightness its cornerstone. It's called Valibot. Valibot is an npm package for data validation. It works independently with JS and TypeScript and allows a wide variety of validations. In practical terms, as for the methods, it's essentially 1 to 1 with the most commonly used package for the same task, namely Zod.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Valibot for Recursive Schema Validation

    2 projects | dev.to | 12 May 2024
  • Building Your First MCP Server: A Beginners Tutorial

    7 projects | dev.to | 1 Jul 2025
  • How to build a MCP (model context protocol) server for UI libraries + repo

    4 projects | dev.to | 26 Jun 2025
  • Genkit Tool Calling: Give AI Models (LLMs) the Tools to Get Things Done

    2 projects | dev.to | 16 Jun 2025
  • Branded Types in TypeScript: techniques

    1 project | dev.to | 11 Jun 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?