awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • filamentphp/filamentAvatar filamentphp

    filamentphp/filament

    31,215Vezi pe 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

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

    PHPadminalpine-jsbuilder
    Vezi pe GitHub↗31,215
  • o3de/o3deAvatar o3de

    o3de/o3de

    8,954Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,954
  • plopjs/plopAvatar plopjs

    plopjs/plop

    7,666Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,666
  • inngest/inngestAvatar inngest

    inngest/inngest

    5,499Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,499
  1. Home
  2. User Interface & Experience
  3. Action Workflows

Explorează sub-etichetele

  • 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.