awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gocardless avatar

gocardless/statesman

0
View on GitHub↗
gocardless.com/blog/statesman↗

Statesman

A statesmanlike state machine library.

Features

  • Ruby Frameworks and Tools - State machine implementation.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI
  • State Machines - State machine library.
  • 1,901 stars·158 forks·Ruby·MIT·10 views

    Star history

    Star history chart for gocardless/statesmanStar history chart for gocardless/statesman

    How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

    Frequently asked questions

    What does gocardless/statesman do?

    A statesmanlike state machine library.

    What are the main features of gocardless/statesman?

    The main features of gocardless/statesman are: Ruby Frameworks and Tools, State Machines.

    Which projects share features with gocardless/statesman?

    Projects with overlapping indexed features include: aasm/aasm — This library provides a framework for defining finite state machines within Ruby classes to manage complex object… pluginaweek/state_machine — This project is a Ruby library for defining and managing object lifecycles through states, events, and transition… statelyai/xstate — XState is a statechart logic library and finite state machine framework used to model complex application behavior. It… balvig/spyke — Interact with REST services in an ActiveRecord-like manner. celluloid/timers. capistrano/chruby.

    Projects sharing features with Statesman

    These projects share indexed features with Statesman. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
    • aasm/aasmaasm avatar

      aasm/aasm

      5,219View on GitHub↗

      This library provides a framework for defining finite state machines within Ruby classes to manage complex object lifecycles. It functions as a declarative workflow engine, allowing developers to model object states, events, and transitions through a readable domain-specific language. By integrating directly with database persistence layers, the framework ensures that state changes are synchronized with storage records while maintaining data integrity through transaction management and row locking. The library distinguishes itself by enforcing strict business rules through conditional transit

      Ruby
      View on GitHub↗5,219
    • statelyai/xstatestatelyai avatar

      statelyai/xstate

      29,734View on GitHub↗

      XState is a statechart logic library and finite state machine framework used to model complex application behavior. It provides a system for defining states, events, and transitions to govern how a system responds to inputs through a formal schema. The project includes a visual state machine editor that allows for the design of state machine diagrams which automatically generate the corresponding logic and code. It implements an actor model to manage independent concurrent entities that communicate via asynchronous events to coordinate behavioral flows. The framework covers event-driven stat

      TypeScriptbackground-jobsfinite-state-machinefsm
      View on GitHub↗29,734
    • pluginaweek/state_machinepluginaweek avatar

      pluginaweek/state_machine

      3,722View on GitHub↗

      This project is a Ruby library for defining and managing object lifecycles through states, events, and transition rules. It functions as a declarative workflow engine that enforces business logic by restricting attribute changes to predefined, valid paths within Ruby classes. The library distinguishes itself through deep integration with database persistence layers, allowing it to automatically synchronize state changes with data models, validation frameworks, and transaction management. It supports dynamic configuration, enabling the construction of lifecycle rules at runtime from external d

      Ruby
      View on GitHub↗3,722
    • balvig/spykebalvig avatar

      balvig/spyke

      904View on GitHub↗

      Interact with REST services in an ActiveRecord-like manner

      Ruby
      View on GitHub↗904
    Compare all 30 related projects→