typebox

Installation
SKILL.md

TypeBox and TypeMap

Package Names

Use typebox, not @sinclair/typebox. The @sinclair/typebox package is deprecated.

// Correct
import { Type } from 'typebox';
import { Compile } from 'typebox/compile';
import { Value } from 'typebox/value';

// Wrong - deprecated
import { Type } from '@sinclair/typebox';

When to Use What

Installs
66
GitHub Stars
4.6K
First Seen
Jan 28, 2026
typebox — epicenterhq/epicenter