You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/routes/guides/(get-started)/ecosystem/index.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ contributors:
27
27
- ZerNico
28
28
- logaretm
29
29
- victorgarciaesgi
30
+
- gadicc
30
31
---
31
32
32
33
# Ecosystem
@@ -83,6 +84,7 @@ This page is for you if you are looking for frameworks or libraries that support
83
84
-[TypeMap](https://github.com/sinclairzx81/typemap/): Uniform Syntax, Mapping and Compiler Library for TypeBox, Valibot and Zod
84
85
-[TypeSchema](https://typeschema.com/): Universal adapter for schema validation
85
86
-[Valibot-Fast-Check](https://github.com/Eronmmer/valibot-fast-check): A library to generate [fast-check](https://fast-check.dev) arbitraries from Valibot schemas for property-based testing
87
+
-[valibot-serialize](https://github.com/gadicc/valibot-serialize): Serialize a schema to JSON and back again, or to (tree-shaking safe) static code
86
88
87
89
## X to Valibot
88
90
@@ -93,6 +95,7 @@ This page is for you if you are looking for frameworks or libraries that support
93
95
-[Prisma Valibot Generator](https://github.com/omar-dulaimi/prisma-valibot-generator): Generate Valibot validators from your Prisma schema so types and runtime stay in sync.
94
96
-[TypeBox-Codegen](https://sinclairzx81.github.io/typebox-workbench/): Code generation for schema libraries
95
97
-[TypeMap](https://github.com/sinclairzx81/typemap/): Uniform Syntax, Mapping and Compiler Library for TypeBox, Valibot and Zod
98
+
-[valibot-serialize](https://github.com/gadicc/valibot-serialize): From serialized JSON back to a schema instance or the (tree-shaking safe) code to create that instance
0 commit comments