---
title: "Superforms + Valibot foundation"
description: "The default form stack pairing Superforms v2 with Valibot schemas for progressive-enhancement-friendly, type-safe form validation."
category: "Forms & Validation"
---

# Superforms + Valibot foundation

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** Forms & Validation · **Tier:** light · **Risk:** low — form validation only, no external services

The default form stack pairing Superforms v2 with Valibot schemas for progressive-enhancement-friendly, type-safe form validation.

**When to use:** Use as the default for any non-auth form (CRUD, settings, contact) needing server-validated, progressively-enhanced submission.

## Docs

- [docs/blueprint/forms.md](/docs/blueprint/forms) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/blueprint/forms.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/blueprint/forms.md))
- [docs/stack/forms/superforms.md](/docs/stack/superforms) ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/stack/forms/superforms.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/stack/forms/superforms.md))

## Code

- `src/lib/schemas/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/schemas) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/schemas))
- `src/lib/components/composites/form-field/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/components/composites/form-field) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/components/composites/form-field))

## Proof

- [`/showcases/forms`](/showcases/forms)

---

_Machine-readable record: `forms-superforms-valibot` in `mcp/patterns.registry.json`._
