awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alibaba avatar

alibaba/formily

0
View on GitHub↗
12,558 estrellas·1,595 forks·TypeScript·MIT·9 vistasformilyjs.org↗

Formily

Formily is a schema-driven framework designed for building complex web forms by decoupling business logic and validation rules from the underlying user interface. It utilizes a declarative JSON schema to define form structures, allowing developers to manage data collection and field interactions independently of specific component libraries or frontend frameworks.

The system is built upon a reactive observable state engine that synchronizes form data, validation status, and field interactions in real time. By employing a recursive tree traversal and a centralized event bus, the engine manages granular updates across the form structure, ensuring high performance even in complex, nested layouts.

Beyond its core engine, the project provides a visual builder interface that enables the construction of sophisticated form layouts through drag-and-drop configuration. This approach allows for the standardization of data collection processes and the creation of reusable form definitions across large-scale applications.

Features

  • Schema-Based Generators - Enables building complex web forms by defining structures in JSON schemas to decouple data logic from the user interface.
  • Declarative Form Schemas - Provides a framework for building complex web forms using declarative JSON schemas to decouple field definitions from rendering.
  • Reactive Form Builders - Provides a reactive engine for tracking and synchronizing form data, validation, and field interactions in real time.
  • Reactive State Management Libraries - Ships an observable state engine that synchronizes form data and validation status with the user interface in real time.
  • Configuration-Driven Schemas - Uses declarative JSON schemas to define form structures and validation rules at runtime.
  • Schema-Driven Generators - Generates dynamic form interfaces and validation logic from standardized JSON schema definitions.
  • Form and Input Management - Manages complex form logic and validation consistently across different frontend frameworks and component libraries.
  • Form Builders - Includes a drag-and-drop interface for designing complex form layouts and configurations without manual code.
  • Form Management - High-performance, extensible form management for TypeScript.
  • Forms - Unified form solution for complex enterprise applications.
  • Forms and Validation - Unified solution for complex form management.
  • UI Data Observers - Tracks field values and validation status using a reactive observer pattern to trigger granular UI updates.
  • Form State Management - Synchronizes form data and validation status across complex, nested component structures using an observable engine.
  • Block-Based Form Builders - Integrates drag-and-drop interfaces for designing sophisticated form layouts without manual coding.
  • Framework-Agnostic Rendering - Decouples core form logic from specific UI component libraries by delegating rendering to external adapters.
  • Tree Traversal Engines - Navigates and processes hierarchical form structures recursively to inject state-bound properties into nested components.
  • Headless Logic Decoupling - Separates business logic and state management from visual rendering layers to ensure framework-agnostic form definitions.
  • Forms - Standardizes data collection processes across large applications through reusable form schemas and centralized validation.

Historial de estrellas

Gráfico del historial de estrellas de alibaba/formilyGráfico del historial de estrellas de alibaba/formily

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace alibaba/formily?

Formily is a schema-driven framework designed for building complex web forms by decoupling business logic and validation rules from the underlying user interface. It utilizes a declarative JSON schema to define form structures, allowing developers to manage data collection and field interactions independently of specific component libraries or frontend frameworks.

¿Cuáles son las características principales de alibaba/formily?

Las características principales de alibaba/formily son: Schema-Based Generators, Declarative Form Schemas, Reactive Form Builders, Reactive State Management Libraries, Configuration-Driven Schemas, Schema-Driven Generators, Form and Input Management, Form Builders.

¿Qué alternativas de código abierto existen para alibaba/formily?

Las alternativas de código abierto para alibaba/formily incluyen: rjsf-team/react-jsonschema-form — This project is a declarative framework for building interactive web forms by parsing JSON Schema definitions. It… tanstack/form — TanStack Form is a cross-framework form state management library that provides typed fields, validation, and… mozilla-services/react-jsonschema-form — This project is a JSON Schema form generator and React UI component that automatically creates web forms based on JSON… xmartlabs/eureka — Eureka is a framework for building structured data-entry interfaces and forms in Swift for iOS applications. It… marmelab/react-admin — React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL… filamentphp/filament — Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel…

Alternativas open-source a Formily

Proyectos open-source similares, clasificados según cuántas características comparten con Formily.
  • rjsf-team/react-jsonschema-formAvatar de rjsf-team

    rjsf-team/react-jsonschema-form

    15,654Ver en GitHub↗

    This project is a declarative framework for building interactive web forms by parsing JSON Schema definitions. It functions as a component-based generator that automatically maps schema constraints to input fields and validation logic, ensuring that data collection remains consistent with defined structures. The library distinguishes itself through a registry-based architecture that allows for extensive customization of the user interface. Developers can override default widgets, field templates, and layout structures to accommodate unique data types or specific design requirements. It suppor

    TypeScriptdata-validationformsjson
    Ver en GitHub↗15,654
  • tanstack/formAvatar de TanStack

    TanStack/form

    6,584Ver en GitHub↗

    TanStack Form is a cross-framework form state management library that provides typed fields, validation, and submission across React, Vue, Angular, Solid, Lit, Svelte, and Preact. It uses a shared form model that adapts to different UI frameworks while preserving the same validation and submission logic, and offers headless form controls that impose no UI markup, letting developers bring their own inputs and design system. The library distinguishes itself through granular state subscription, where components subscribe to narrow slices of form or field state using reactive primitives, so only

    TypeScriptangularformforms
    Ver en GitHub↗6,584
  • mozilla-services/react-jsonschema-formAvatar de mozilla-services

    mozilla-services/react-jsonschema-form

    15,803Ver en GitHub↗

    This project is a JSON Schema form generator and React UI component that automatically creates web forms based on JSON Schema definitions. It serves as a schema-driven form builder used to transform declarative data definitions into interactive user interfaces for data entry and validation. The tool provides capabilities for dynamic form generation and JSON Schema integration, allowing for the automatic creation of input fields and layouts to avoid manual coding. It implements schema-based validation to ensure user input adheres to standardized JSON Schema rules in real time. The system mana

    TypeScript
    Ver en GitHub↗15,803
  • xmartlabs/eurekaAvatar de xmartlabs

    xmartlabs/Eureka

    11,820Ver en GitHub↗

    Eureka is a framework for building structured data-entry interfaces and forms in Swift for iOS applications. It provides a declarative UI layout engine and a dynamic input interface to define fields, sections, and row layouts through a configuration layer. The system distinguishes itself through dynamic interface management, including conditional visibility and interaction control that reacts to real-time user changes. It supports complex input behaviors such as expandable row rendering, multivalued field management for inserting or deleting similar rows, and custom keyboard navigation that s

    Swift
    Ver en GitHub↗11,820
Ver las 30 alternativas a Formily→