Using Arktype in Place of Zod - How to Adapt Parsers

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. zod

    TypeScript-first schema validation with static type inference

    Ever since I started using Zod, a TypeScript-first schema declaration and validation library, I've been a big fan and started using it in all my projects. Zod allows you to ensure the safety of your data at runtime, extending TypeScript’s type-checking capabilities beyond compile-time. Whenever I need to validate data from an outside source, such as an API, FormData, or URL, Zod has been my go-to tool.

  2. InfluxDB

    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.

    InfluxDB logo
  3. arktype

    TypeScript's 1:1 validator, optimized from editor to runtime

    Arktype has been on my radar for a while now, it offers similar validation capabilities but with some unique features that caught my eye, like the way it lets you define validators using the same syntax you use to define types.

  4. make-service

    A set of utilities to improve the DX of native `fetch` to better interact with external APIs.

    make-service

  5. composable-functions

    Types and functions to make composition easy and safe

    composable-functions

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

  • TypeScript Types Lie & How to Improve Them

    2 projects | dev.to | 19 Mar 2025
  • Encoders and Decoders in TypeScript

    3 projects | dev.to | 17 Feb 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
  • Magic JSON in Haskell

    1 project | dev.to | 23 May 2025

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