Skip to content

Commit e3327a8

Browse files
Merge pull request #1315 from gadicc/patch-1
Update contributors and add valibot-serialize entry
2 parents 510cb8b + c0b43ee commit e3327a8

File tree

1 file changed

+3
-0
lines changed
  • website/src/routes/guides/(get-started)/ecosystem

1 file changed

+3
-0
lines changed

website/src/routes/guides/(get-started)/ecosystem/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ contributors:
2727
- ZerNico
2828
- logaretm
2929
- victorgarciaesgi
30+
- gadicc
3031
---
3132

3233
# Ecosystem
@@ -83,6 +84,7 @@ This page is for you if you are looking for frameworks or libraries that support
8384
- [TypeMap](https://github.com/sinclairzx81/typemap/): Uniform Syntax, Mapping and Compiler Library for TypeBox, Valibot and Zod
8485
- [TypeSchema](https://typeschema.com/): Universal adapter for schema validation
8586
- [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
8688

8789
## X to Valibot
8890

@@ -93,6 +95,7 @@ This page is for you if you are looking for frameworks or libraries that support
9395
- [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.
9496
- [TypeBox-Codegen](https://sinclairzx81.github.io/typebox-workbench/): Code generation for schema libraries
9597
- [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
9699

97100
## Utilities
98101

0 commit comments

Comments
 (0)