profile

👋 Welcome to pflow.xyz You're not just visiting a site — you're entering a living workspace.

Here, models are the code. Petri nets guide logic. SVGs carry state. Markdown becomes interaction.

Built on Gno.land, this is a place for thinkers, builders, and modelers. Whether you're crafting a contract or simulating a system — let’s build the future, one transition at a time.

Model ¶

sequenceDiagram
    participant Customer
    participant Barista

    Customer->>+Barista: I'd like to order a coffee
    Barista-->>-Customer: Your order is being prepared
    Barista->>+CoffeeMachine: Start brewing coffee
    CoffeeMachine-->>-Barista: Coffee is ready
    Barista->>+Customer: Here is your coffee
    Customer-->>-Barista: Thank you! (makes payment)