awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBlock-Based Form Builders

Form components that allow users to add, reorder, and configure repeatable content blocks to build structured JSON data.

Distinct from Forms: Distinct from general Forms: focuses on the specific builder-block pattern for structured data entry.

Explore 3 awesome GitHub repositories matching user interface & experience · Block-Based Form Builders. Refine with filters or upvote what's useful.

Awesome Block-Based Form Builders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • filamentphp/filamentالصورة الرمزية لـ filamentphp

    filamentphp/filament

    31,215عرض على GitHub↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Defines repeatable form schemas as distinct blocks that users can add, reorder, and configure to build structured JSON data.

    PHPadminalpine-jsbuilder
    عرض على GitHub↗31,215
  • alibaba/formilyالصورة الرمزية لـ alibaba

    alibaba/formily

    12,558عرض على GitHub↗

    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

    Integrates drag-and-drop interfaces for designing sophisticated form layouts without manual coding.

    TypeScriptant-designdesignableform
    عرض على GitHub↗12,558
  • emdash-cms/emdashالصورة الرمزية لـ emdash-cms

    emdash-cms/emdash

    10,887عرض على GitHub↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Describes the settings page as a JSON block layout served from a plugin route, handling save interactions automatically.

    TypeScriptastrocmsemdash
    عرض على GitHub↗10,887
  1. Home
  2. User Interface & Experience
  3. Forms
  4. Block-Based Form Builders

استكشف الوسوم الفرعية

  • JSON Block Layout FormsDescribes the settings page as a JSON block layout served from a plugin route, handling save interactions automatically. **Distinct from Block-Based Form Builders:** Distinct from Block-Based Form Builders: focuses on describing the entire settings page as a JSON block layout served from a plugin route, not just form building.