Skip to content

Commit

Permalink
Add LibLab as Platinum sponsor (#3828)
Browse files Browse the repository at this point in the history
* Tweak

* Tweak

* Tweak

* Tweak

* Tweak

* Tweak
  • Loading branch information
colinhacks authored Nov 1, 2024
1 parent 1f4f0da commit 0862731
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,24 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
<h3 align="center">Platinum</h3>

<table align="center" style="justify-content: center;align-items: center;display: flex;">
<tr>
<td align="center">
<p></p>
<p>
<a href="https://liblab.com/">
<picture height="78px">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/cf81a8d4-beb5-4f6f-b662-72f743ca4eb0">
<img alt="LibLab" height="78px" src="https://github.com/user-attachments/assets/cf81a8d4-beb5-4f6f-b662-72f743ca4eb0">
</picture>
</a>
<br />
Your API Deserves Better SDKs
<br/>
<a href="https://liblab.com/" style="text-decoration:none;">liblab.com</a>
</p>
<p></p>
</td>
</tr>
<tr>
<td align="center">
<p></p>
Expand Down
22 changes: 22 additions & 0 deletions deno/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,24 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
<h3 align="center">Platinum</h3>

<table align="center" style="justify-content: center;align-items: center;display: flex;">
<tr>
<td align="center">
<p></p>
<p>
<a href="https://liblab.com/">
<picture height="78px">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/cf81a8d4-beb5-4f6f-b662-72f743ca4eb0">
<img alt="LibLab" height="78px" src="https://github.com/user-attachments/assets/cf81a8d4-beb5-4f6f-b662-72f743ca4eb0">
</picture>
</a>
<br />
Your API Deserves Better SDKs
<br/>
<a href="https://liblab.com/" style="text-decoration:none;">liblab.com</a>
</p>
<p></p>
</td>
</tr>
<tr>
<td align="center">
<p></p>
Expand Down Expand Up @@ -491,6 +509,7 @@ There are a growing number of tools that are built atop or support Zod natively!
- [`sveltekit-superforms`](https://github.com/ciscoheat/sveltekit-superforms): Supercharged form library for SvelteKit with Zod validation.
- [`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): Data-first form builder based on MobX & Zod.
- [`@vee-validate/zod`](https://github.com/logaretm/vee-validate/tree/main/packages/zod): Form library for Vue.js with Zod schema validation.
- [`zod-form-renderer`](https://github.com/thepeaklab/zod-form-renderer): Auto-infer form fields from zod schema and render them with react-hook-form with E2E type safety.

#### Zod to X

Expand All @@ -505,6 +524,7 @@ There are a growing number of tools that are built atop or support Zod natively!
- [`zod-openapi`](https://github.com/samchungy/zod-openapi): Create full OpenAPI v3.x documentation from Zod schemas.
- [`fastify-zod-openapi`](https://github.com/samchungy/fastify-zod-openapi): Fastify type provider, validation, serialization and @fastify/swagger support for Zod schemas.
- [`typeschema`](https://typeschema.com/): Universal adapter for schema validation.
- [`zodex`](https://github.com/commonbaseapp/zodex): (De)serialization for zod schemas

#### X to Zod

Expand Down Expand Up @@ -538,11 +558,13 @@ There are a growing number of tools that are built atop or support Zod natively!

- [`freerstore`](https://github.com/JacobWeisenburger/freerstore): Firestore cost optimizer.
- [`slonik`](https://github.com/gajus/slonik/tree/gajus/add-zod-validation-backwards-compatible#runtime-validation-and-static-type-inference): Node.js Postgres client with strong Zod integration.
- [`schemql`](https://github.com/a2lix/schemql): Enhances your SQL workflow by combining raw SQL with targeted type safety and schema validation.
- [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod.
- [`pastel`](https://github.com/vadimdemedes/pastel): Create CLI applications with react, zod, and ink.
- [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas.
- [`znv`](https://github.com/lostfictions/znv): Type-safe environment parsing and validation for Node.js with Zod schemas.
- [`zod-config`](https://github.com/alexmarqs/zod-config): Load configurations across multiple sources with flexible adapters, ensuring type safety with Zod.
- [`unplugin-environment`](https://github.com/r17x/js/tree/main/packages/unplugin-environment#readme): A plugin for loading enviroment variables safely with schema validation, simple with virtual module, type-safe with intellisense, and better DX 🔥 🚀 👷. Powered by Zod.

#### Utilities for Zod

Expand Down

0 comments on commit 0862731

Please sign in to comment.