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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
alibaba avatar

alibaba/formily

0
View on GitHub↗
12,558 stars·1,595 forks·TypeScript·MIT·80 viewsformilyjs.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.

Star history

Star history chart for alibaba/formilyStar history chart for alibaba/formily

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Formily

These projects share indexed features with Formily. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • rjsf-team/react-jsonschema-formrjsf-team avatar

    rjsf-team/react-jsonschema-form

    15,654View on 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
    View on GitHub↗15,654
  • tanstack/formTanStack avatar

    TanStack/form

    6,584View on 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
    View on GitHub↗6,584
  • mozilla-services/react-jsonschema-formmozilla-services avatar

    mozilla-services/react-jsonschema-form

    15,803View on 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
    View on GitHub↗15,803
  • xmartlabs/eurekaxmartlabs avatar

    xmartlabs/Eureka

    11,820View on 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
    View on GitHub↗11,820
Compare all 30 related projects→

Frequently asked questions

What does alibaba/formily do?

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.

What are the main features of alibaba/formily?

The main features of alibaba/formily are: 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.

Which projects share features with alibaba/formily?

Projects with overlapping indexed features include: 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…