awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Command Patterns · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesCommand Patterns

Encapsulates user actions as discrete objects for centralized logic and undo history.

Distinguishing note: Focuses on architectural command patterns rather than general task execution.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Command Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Command Patterns

Awesome Command Patterns GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ueberdosis/tiptap

    ueberdosis/tiptap

    35,207View on GitHub↗

    Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a developer-focused abstraction layer over a structured document model, allowing for full control over the underlying schema through a plugin-based architecture. By separating document state management from the user interface, it enables the creation of tailored editing experiences that remain framework-agnostic. The project distinguishes itself through a robust collaborative engine that supports real-time multi-user editing, conflict resolution, and presence tracking. It integrates artificial

    Performs document modifications through discrete, predictable command functions.

    TypeScripteditorjavascriptjs
    35,207View on GitHub↗
  • GrapesJS/grapesjs

    GrapesJS/grapesjs

    25,518View on GitHub↗

    GrapesJS is a modular, web-based visual editor framework designed for building drag-and-drop page builders and custom content management interfaces. It functions as a structural engine that manages hierarchical document models, allowing developers to create reusable design blocks and complex page compositions. By providing a schema-driven approach to UI configuration, the framework enables the construction of design environments where users can assemble layouts and manage component properties visually without writing raw code. The project distinguishes itself through a highly extensible, plug

    Encapsulates complex user actions as discrete objects to enable centralized logic and undo history.

    TypeScriptdrag-and-dropframeworkno-code
    25,518View on GitHub↗