TypeScript zod

Open-source TypeScript projects categorized as zod

Top 23 TypeScript zod Projects

  1. cal.diy

    Scheduling infrastructure for absolutely everyone.

    Project mention: Math.random() Is Not Random Enough. I Found It Building API Keys in a 44K-Star Repo. | dev.to | 2026-05-29

    I found this in our benchmark corpus, extracted verbatim from Cal.com's Make integration setup (~44K GitHub stars):

  2. Puter.js

    Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

    Puter.js logo
  3. papermark

    Papermark is the open-source DocSend alternative with built-in analytics and custom domains.

    Project mention: You didn't vibe code it, you stole it from open source&enterprise-licensed code | news.ycombinator.com | 2026-06-25
  4. form

    🤖 Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, and Lit.

    Project mention: Choreography of validation: how to make your auth form seamless and usable | dev.to | 2026-06-27

    Starting with cons: The first one is about implementation. validationLogic doesn't feel fully baked yet - it still has todos about types. It'll surely get polished, which also means the API can still change.

  5. invoify

    An invoice generator app built using Next.js, Typescript, and Shadcn

  6. react-native-boilerplate

    A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).

    Project mention: (🐱-1-2; Failed, Again) By React Native, Develop Media Preview and Converter (Wewayangan Media Viewer) | dev.to | 2026-01-05

    Fast forward, I use Gemini and Google Search AI. It found out: Expo Framework, Infinite Red Ignite CLI, Create T3 Turbo, and Create Expo Stack (CES). Other interesting things: Tamagui Starters, Tamagui Takeout, Solito, Gluestack UI Starter, Obytes Starter, Expo Router Starter, and NativeWind Starter. And last... TheCodingMachine React Native Boilerplate, @react-native-community/cli, NativeWind, and NativeWindUI. Actually, there are much, you could try to prompt them by keywords earlier.

  7. kan

    The open source Trello alternative.

    Project mention: 'Source available' is not open source (and that's okay) | news.ycombinator.com | 2025-12-10
  8. Rallly

    Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

  9. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  10. next-safe-action

    Type safe and validated Server Actions in your Next.js project.

  11. Superforms

    Superforms is a SvelteKit library that helps you with server-side validation and client-side display of forms.

    Project mention: Building Accessible Forms with Validation using shadcn-svelte in Svelte | dev.to | 2026-01-10

    For more information, visit the shadcn-svelte documentation and the SvelteKit Superforms documentation.

  12. better-commits

    A CLI for creating better commits following the conventional commits specification

  13. resolvers

    📋 Validation resolvers: Yup, Zod, Superstruct, Joi, Vest, Class Validator, io-ts, Nope, computed-types, typanion, Ajv, TypeBox, ArkType, Valibot, effect-ts, VineJS and Standard Schema

    Project mention: React Hook Form with Zod: Complete Guide for 2026 | dev.to | 2026-01-29

    @hookform/resolvers - Validation resolvers

  14. zodios

    typescript http client and server with zod validation

  15. comp

    AI Native platform to get companies compliant - Vanta & Drata Alternative

  16. zod-to-openapi

    A library that generates OpenAPI (Swagger) docs from Zod schemas

  17. up-fetch

    Advanced fetch client builder

  18. chadnext

    ChadNext - Quick Starter Template for your Next project includes Next.js 15 App router, Shadcn UI, LuciaAuth, Prisma, Server Actions, Stripe, Internationalization and more.

  19. openapi-zod-client

    Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)

    Project mention: openapi-zod-client VS apical-ts - a user suggested alternative | libhunt.com/r/openapi-zod-client | 2025-09-09
  20. zod-prisma

    A custom prisma generator that creates Zod schemas from your Prisma model.

  21. express-zod-api

    A Typescript framework to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.

  22. prisma-trpc-generator

    Prisma 2+ generator to emit fully implemented tRPC routers

  23. houseform

    Simple to use React forms, where your validation and UI code live together in harmony.

  24. zod-openapi

    Use Zod Schemas to create OpenAPI v3.x documentation

    Project mention: Stop Writing Types Twice: A Fullstack TypeScript Playbook | dev.to | 2026-04-08

    If you're already using Zod and TanStack Query, you're halfway there. The gap is just adding zod-openapi and Orval. Maybe half a day of setup.

  25. zod-compiler

    Compile Zod schemas into zero-overhead validation functions at build time. Works with Vite, webpack, esbuild, Rollup, etc

    Project mention: Scriptc by Vercel: TypeScript-to-Native Compiler | news.ycombinator.com | 2026-07-26

    Excellent problem space.

    Related problem: Using AI to write compilers that optimize runtime code. I did this for Zod.

    https://github.com/gajus/zod-compiler

    Zod schemas, compiled at build time into raw boolean chains. 2-74x faster. No code changes. The plugin swaps Zod with compiled parse.

    I wrote almost none of the optimizations. Claude did, in a loop, over 100+ iterations.

    It works because the compiled version can be diffed against real Zod. Correctness isn't a judgment call. Same as scriptc.

    This applies to every program with a reference implementation and a benchmark. Compilers, serializers, formatters, query planners, etc.

    Excited for faster Internet.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript zod discussion

Log in or Post with

TypeScript zod related posts

  • zod-to-schema: A Zero-Config CLI That Runs Your TypeScript In-Process

    3 projects | dev.to | 15 Apr 2026
  • Thoughts and Practices on Enterprise-Level Project Architecture — A Case Study of PawHaven

    1 project | dev.to | 30 Sep 2025
  • Top 10 Best Open Source Next.js Projects to Learn From

    3 projects | dev.to | 23 Dec 2024
  • Express-zod-API – Zod based Node.js framework

    1 project | news.ycombinator.com | 17 Apr 2024
  • A library that generates OpenAPI (Swagger) docs from Zod schemas

    1 project | news.ycombinator.com | 26 Oct 2023
  • TypeSafe HTTP Fetch Client

    1 project | /r/typescript | 28 Jul 2023
  • zodios VS clover - a user suggested alternative

    2 projects | 11 May 2023
  • A note from our sponsor - Puter.js
    developer.puter.com | 3 Aug 2026
    One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms. Learn more →

Index

What are some of the best open-source zod projects in TypeScript? This list will help you:

# Project Stars
1 cal.diy 47,192
2 papermark 8,865
3 form 6,628
4 invoify 6,326
5 react-native-boilerplate 5,558
6 kan 5,281
7 Rallly 5,187
8 next-safe-action 3,053
9 Superforms 2,765
10 better-commits 2,276
11 resolvers 2,256
12 zodios 1,915
13 comp 1,730
14 zod-to-openapi 1,604
15 up-fetch 1,405
16 chadnext 1,324
17 openapi-zod-client 1,160
18 zod-prisma 916
19 express-zod-api 831
20 prisma-trpc-generator 739
21 houseform 656
22 zod-openapi 634
23 zod-compiler 559

Sponsored
Puter.js - The Backend for AI-Generated Apps
One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
developer.puter.com

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