🎉 Standard Schema support is here: Use ArkEnv with Zod, Valibot, and more!
ArkEnv

Start with an example

Explore our collection of examples to get familiar with ArkEnv.

Link to section: examplesExamples

Note

The examples listed below are written in TypeScript. While ArkEnv works with plain JavaScript, TypeScript is recommended. See Requirements for details. If you're still interested in working with ArkEnv in plain JavaScript, see the basic-js example.

NameDescription
basicMinimal example of using ArkEnv in a Node.js app for learning the fundamentals.
with-standard-schemaExample of mixing ArkType with Standard Schema validators like Zod.
with-bunMinimal example of using ArkEnv in a Bun app.
with-bun-reactMinimal example of using ArkEnv in a Bun+React full-stack app.
with-vite-reactMinimal example of using ArkEnv in a Vite+React app.

Link to section: next-stepsNext steps

On this page