Overview of T3 Env features
mainT3 Env is a library designed to provide type-safe environment variable validation for your applications. It simplifies the process of ensuring required environment variables are present and correctly typed during build or runtime.
Key features include:
- Type-safe environment variables: Provides autocomplete and type checking for your environment variables.
- Standard Schema support: Compatible with any Standard Schema compliant validator such as Zod, Valibot, ArkType, or Typia.
- Server/Client separation: Prevents accidental exposure of server-side environment variables to the client by throwing descriptive errors if they are accessed in a client context.
- Framework agnostic: Supports Next.js, Nuxt, Vite, and other frameworks.
- Presets included: Offers ready-to-use configurations for platforms like Vercel, Netlify, and Railway.