git404hub

what is xrpl-flow fr?

aaditya-t/xrpl-flow — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

A drag and drop visual builder for creating and testing XRP Ledger transactions in the browser, with safety reviews before anything hits Mainnet.

vibe map

mindmap
  root((XRPL Flow))
    What it does
      Visual workflow canvas
      XRPL transaction builder
      Mainnet safety review
    Tech stack
      React and Vite
      Cloudflare Pages
      D1 database
    Use cases
      Test ledger transactions
      Share workflow templates
      Automate payments
    Audience
      XRPL developers
      Crypto builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Design and test complex XRPL transaction flows visually before writing any code.

VIBE 2

Build and share reusable workflow templates through the optional marketplace.

VIBE 3

Review and simulate Mainnet transactions before signing to avoid costly mistakes.

what's the stack?

TypeScriptReactViteCloudflare PagesD1

how it stacks up fr

aaditya-t/xrpl-flow0xradioac7iv/tempfs52191314/web-agent-proxy-sdk
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatemoderatemoderate
Complexity3/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Needs Node 20+ and pnpm, marketplace features require an extra local API server.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

XRPL Flow is a visual workflow builder for XRPL, the XRP Ledger network. Instead of writing code to build and test ledger transactions, you drag nodes onto a canvas and connect them to build a flow: queries, branching logic, loops, and transaction steps. The tool covers a wide range of transaction types on XRPL, including payments, trust lines, escrows, offers, NFTs, and more advanced features like AMM pools and permissioned domains. A key focus of the project is safety before real money moves. Wallet seeds you import or generate are kept only in your browser tab's memory, never written to disk, and they disappear when you refresh the page. Before any transaction is sent to the Mainnet, it goes through a review step that shows the full details, including fees, destination, and a best effort simulation of what will happen, so mistakes can be caught before funds move. The project is built with a React and Vite frontend, deployed to Cloudflare Pages, with an optional backend for a marketplace of shared workflow templates built on Cloudflare Pages Functions and a D1 database. There is also a local Express server option for development and testing. Running it requires Node.js 20 or newer and the pnpm package manager. The README documents an optional AI assisted workflow drafting feature where you bring your own OpenAI key, but notes plainly that this key is only held in browser memory and could be exposed to malicious browser extensions or scripts, so it should not be treated as production ready without moving that key handling to a server. Workflows are saved as structured documents that get validated on import, checking for things like duplicate connections, unreachable steps, and cycles in the flow graph, to catch broken imports before they run.

prompts (copy fr)

prompt 1
Help me set up XRPL Flow locally with pnpm and run the dev server.
prompt 2
Explain how to build a payment workflow with a Mainnet review gate in XRPL Flow.
prompt 3
Show me how to deploy the XRPL Flow marketplace API to Cloudflare Pages with D1.
prompt 4
Walk me through XRPL Flow's Batch transaction mode and its requirements.

Frequently asked questions

what is xrpl-flow fr?

A drag and drop visual builder for creating and testing XRP Ledger transactions in the browser, with safety reviews before anything hits Mainnet.

What language is xrpl-flow written in?

Mainly TypeScript. The stack also includes TypeScript, React, Vite.

What license does xrpl-flow use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is xrpl-flow to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is xrpl-flow for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.