awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesRead-Only Data Views

Components for displaying record details in a read-only format, typically within modal interfaces.

Distinguishing note: Focuses on read-only presentation layers rather than interactive form editing.

Explore 6 awesome GitHub repositories matching user interface & experience · Read-Only Data Views. Refine with filters or upvote what's useful.

Awesome Read-Only Data Views GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • filamentphp/filamentfilamentphp का अवतार

    filamentphp/filament

    31,215GitHub पर देखें↗

    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

    Constructs structured, read-only lists of entity attributes using declarative component-based schemas.

    PHPadminalpine-jsbuilder
    GitHub पर देखें↗31,215
  • prefecthq/fastmcpPrefectHQ का अवतार

    PrefectHQ/fastmcp

    22,994GitHub पर देखें↗

    FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone

    Exposes data via URI-based endpoints, supporting both static content and dynamic functions.

    Pythonagentsfastmcpllms
    GitHub पर देखें↗22,994
  • blender/blenderblender का अवतार

    blender/blender

    18,787GitHub पर देखें↗

    Blender is a professional 3D creation suite designed for modeling, animation, rendering, and video editing. It functions as an open-source 3D engine that provides a comprehensive framework for procedural geometry, physics simulation, and high-quality visual output. The platform is built upon a foundational architecture that utilizes data-block-based memory management and a dependency-graph-based evaluation system to handle complex scene transformations and geometry updates. The software distinguishes itself through a highly modular, node-based procedural architecture that allows users to cons

    Provides read-only views into memory buffers for efficient data access without copying.

    C++3danimationb3d
    GitHub पर देखें↗18,787
  • nhn/tui.editornhn का अवतार

    nhn/tui.editor

    17,984GitHub पर देखें↗

    This project is a web-based rich text editor designed for markdown content authoring. It provides a dual-mode interface that synchronizes raw markdown syntax with a visual WYSIWYG editing experience, allowing users to toggle between modes while maintaining a consistent document state. The editor distinguishes itself through a modular architecture that supports custom content blocks and plugin extensions. This system enables the integration of specialized features such as code syntax highlighting, chart rendering, diagram generation, and complex table formatting. It also includes a live previe

    Includes a dedicated viewer mode for displaying formatted content without interactive editing tools.

    TypeScriptchartcommonmarkdocumentation
    GitHub पर देखें↗17,984
  • laravel-backpack/crudLaravel-Backpack का अवतार

    Laravel-Backpack/CRUD

    3,375GitHub पर देखें↗

    CRUD is an administrative interface framework and code generation package designed to build customized control panels, data management dashboards, and record-handling workflows within PHP and Model controllers. The architecture combines server-side template rendering, database relationship introspection, session persistence, and extensible field type registries to assemble backend interfaces. It provides full data lifecycle management, supporting searchable and paginated data tables, creation and editing forms, bulk record operations, hierarchical entry reordering, and data export capabilities

    Displays database model attributes and associations in list views using formatting types tailored to each data kind.

    PHPadminbackendcmf
    GitHub पर देखें↗3,375
  • mrblenny/react-flow-chartMrBlenny का अवतार

    MrBlenny/react-flow-chart

    1,553GitHub पर देखें↗

    This library is a declarative React component toolkit for constructing interactive, node-based diagramming interfaces and flow charts. It provides the foundational UI elements required to render draggable nodes and scalable vector graphics paths within a web browser, enabling the creation of complex visual editors and data flow representations. The library distinguishes itself through a strictly stateless architecture that relies on external state management. By utilizing a controlled input pattern and component injection, it decouples diagram logic from data storage, allowing developers to m

    Provides capabilities for displaying static or restricted flow charts to users.

    TypeScriptdiagramdiagramsdrag-and-drop
    GitHub पर देखें↗1,553
  1. Home
  2. User Interface & Experience
  3. Read-Only Data Views

सब-टैग एक्सप्लोर करें

  • URI-Based Resource DefinitionsExposing data via URI-based endpoints for static or dynamic content retrieval. **Distinct from Read-Only Data Views:** Distinct from Read-Only Data Views: focuses on the backend definition of URI-based resources rather than UI presentation.