awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesAction Workflows

Multi-step interaction patterns for chaining sequential operations.

Distinguishing note: Focuses on the orchestration of multiple actions rather than single-action execution.

Explore 4 awesome GitHub repositories matching user interface & experience · Action Workflows. Refine with filters or upvote what's useful.

Awesome Action Workflows GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • filamentphp/filamentAvatar von filamentphp

    filamentphp/filament

    31,215Auf GitHub ansehen↗

    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

    Allows developers to execute series of tasks by automatically triggering subsequent actions upon the completion of preceding ones.

    PHPadminalpine-jsbuilder
    Auf GitHub ansehen↗31,215
  • o3de/o3deAvatar von o3de

    o3de/o3de

    8,954Auf GitHub ansehen↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    Enables or disables sets of actions in bulk to align editor interactions with the current user workflow.

    C++3d-graphics3d-graphics-engineanimation
    Auf GitHub ansehen↗8,954
  • plopjs/plopAvatar von plopjs

    plopjs/plop

    7,666Auf GitHub ansehen↗

    Plop is a template-based code generator and interactive command-line scaffolding tool. It functions as a file system automation engine that uses a pipeline of prompt-driven tasks and regular expression replacements to generate and modify codebase structures. The framework combines Handlebars templates with interactive terminal prompts to automate boilerplate code generation. It allows for the enforcement of codebase patterns through shared generators and provides the ability to embed the engine into custom command-line tools. The system covers the creation of project files from templates and

    Determines which actions to execute at runtime based on the answers provided during the prompting phase.

    JavaScriptcligeneratorjavascript
    Auf GitHub ansehen↗7,666
  • inngest/inngestAvatar von inngest

    inngest/inngest

    5,499Auf GitHub ansehen↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Provides reusable backend logic units that can be exposed to frontend interfaces for custom workflow assembly.

    Go
    Auf GitHub ansehen↗5,499
  1. Home
  2. User Interface & Experience
  3. Action Workflows

Unter-Tags erkunden

  • Contextual Action Sets1 Sub-TagMechanisms for enabling or disabling groups of user interface actions based on the active development workflow or context. **Distinct from Action Workflows:** Focuses on bulk management of action sets based on context, rather than sequential multi-step workflows.
  • Reusable Workflow ActionsCreate reusable backend logic units that can be exposed to frontend interfaces for end-users to assemble into custom automated workflows. **Distinct from Action Workflows:** Distinct from Action Workflows: focuses on the creation of reusable backend logic units for end-user assembly, not just interaction patterns.