AWS CDK L3 constructs that compile a `DomainRegistry` snapshot into CloudFormation. Takes the output of `mc-domain-module build` and generates type-safe infrastructure.
🎩 RDAP/WHOIS fetcher, parser, and normalizer for Node
Write validation once, use everywhere: Rust rules auto-generate JSON Schema + OpenAPI + TypeScript/Zod. WASM browser validation. Axum/Actix/Rocket adapters.
CLI to generate TypeScript/Zod, JSON Schema, and GraphQL from Rust validation rules. Single source of truth for frontend + backend.
Framework-agnostic HTTP helpers for domainstack: boundary validation for web APIs
OpenAPI schema generation for domainstack validation types
Actix-web extractors for domainstack: DomainJson<T> with automatic validation and structured error responses
Axum extractors for domainstack: DomainJson<T> with automatic validation and structured error responses
Rocket request guards for domainstack: DomainJson<T> with automatic validation and structured error responses
Error envelope integration for domainstack: convert validation errors to structured HTTP error responses
Derive macros for domainstack: #[derive(Validate, ToSchema, ToJsonSchema)] - validation + auto-generate OpenAPI/JSON Schema
WASM browser validation for domainstack: run the same validation logic in browser and server