t3-oss/t3-env
None observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 75
- Release rhythm 75
- Longevity 87
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 1228
- days_rel: 164
- days_push: 154
- n_releases_24m: 39
Adoption not part of the score
3997 stars · 129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A TypeScript library for defining and validating environment variables with full type safety using any Standard Schema compliant validator like Zod or Valibot. It separates server and client variables, prevents accidental exposure of secrets, and works framework-agnostically with Next.js, Nuxt, Vite, and more.
Use cases
- validate environment variables at build time
- get type-safe autocomplete for process.env
- prevent server env vars leaking to the client
- fail fast when env vars are missing in deployment
- share env validation across Next.js and Nuxt apps
- use zod schemas for environment configuration
When to choose
- you want compile-time and runtime validation of env vars in a TypeScript app
- you need strict server/client env separation in Next.js or Nuxt
- you want framework-agnostic env validation with Standard Schema support
When to avoid
- you use plain JavaScript without type checking
- your project has no build step or module bundler
- you only need simple dotenv-style loading without validation
Facets
library · maturity active
configuration-management form-handling developer-tools web-development developer-tools backend frontend bun cross-platform environment-variables type-safety zod standard-schema nextjs nuxt vite schema-validation nodejs deno typescript
4 sources
- readme: https://github.com/t3-oss/t3-env · fetched 2026-08-28 · c764e83d3972
- homepage: https://env.t3.gg · fetched 2026-08-29 · 07b9b9d39a13
- site_page: https://env.t3.gg/docs/introduction · fetched 2026-08-29 · 1655bd224915
- site_page: https://env.t3.gg/docs · fetched 2026-08-29 · 5638441f686b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| t3-oss/t3-env | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem