What problem does it solve? Building ERP forms for Romanian users requires correct validation of national identifiers (CNP, CUI/CIF) and structured address entry with county and locality dependencies, which is error-prone to implement from scratch. ## Core Features & Use Cases - CNPInput: Validates the 13-digit personal numeric code using the official weighted checksum algorithm and extracts birth date, gender, and county from it. - CUIInput: Validates company fiscal codes (with optional RO prefix) and supports an optional ANAF company lookup through a backend proxy endpoint. - AddressInput: Provides street, county, city, postal code, and country fields where selecting a county resets and filters the locality list. - Use Case: When building a partner registration form in a Romanian ERP, drop in these components with the provided Zod schemas and React Hook Form bindings to get validated CNP, CUI, and address fields immediately. ## Quick Start Ask the AI to add a validated CNP input field with birth date extraction to your React Hook Form partner registration form.