OpenTypes

A community-driven registry of reusable TypeScript types. Install production-ready types with optional Zod validation in seconds using the shadcn CLI.

100 types across 21categories — all open source

0

Types available

0

Categories

Quick Install

$ npx shadcn@latest add @open-types/user-schema

Configuration

Add the OpenTypes registry to your components.json:

{
  "registries": {
    "@open-types": "https://opentypes.dev/r/{name}.json"
  }
}