Integrations

Standard Schema

tRPC

ArkType can easily be used with tRPC via the assert prop:

t.procedure.input(
	type({
		name: "string",
		"age?": "number"
	}).assert
)

react-hook-form

hono

On this page