Tools
Developer data tools, each powered by an @rfjs/* package.
Object Flatten / Unflatten
ReadyFlatten nested objects to dot-path keys and back.
Data Type Converter
ReadyConvert values between string, number, boolean, and date.
JSONPath Filter Tester
ReadyRun @rfjs/data-filter conditions against sample data live.
JWT Decoder
ReadyDecode a JWT's header and payload, with a live expiry status.
Filter → JSONB SQL
ReadyGenerate PostgreSQL JSONB queries from filter metadata.
Filter → Mongo Query
ReadyGenerate MongoDB queries from filter metadata.
Data Filter Builder
ReadyVisually build an in-memory filter over sample JSON and see matching rows live.
JSONB Query Builder
ReadyVisually build a PostgreSQL JSONB WHERE clause over sample JSON and see the compiled SQL live.
SQL Filter Builder
ReadyVisually build a boolean filter over sample JSON and see it compiled to parameterized SQL over plain columns.
Mongo Query Builder
ReadyVisually build a boolean filter over sample JSON and see it compiled to a MongoDB query object live.
ES Query Builder
PreviewVisually build a boolean filter over sample JSON and see it compiled live to an Elasticsearch / OpenSearch bool query (valid for both).
ES Client Runner
PreviewBuild a filter, compile it to an Elasticsearch / OpenSearch search body, and run it with the real @rfjs/es-client over a mock transport that truly filters the sample data (search · paginate · highlight).
PG Filter Builder
ReadyVisually build one filter tree that mixes plain SQL columns and JSONB paths, and see the unified PostgreSQL WHERE clause live.
Form Builder
PreviewA 2D form builder — drag fields on a 12-column grid, group them, set per-field config, and preview live.
BPMN Viewer
PreviewRender read-only BPMN 2.0 process diagrams from XML — pick a sample, paste XML, or upload a .bpmn file, then zoom and fit.
Flow Builder
PreviewVisually wire a no-code flow — drag form / condition / action nodes onto a canvas, edit each node with the embedded builders, and see the flow JSON live. (Phase 1: edit only, no execution.)
Decision Table
PreviewDMN-style decision table — rules are nested filter trees, outputs are constants or expressions; evaluate one context or a whole batch live.
Object Transformer
Workbench ↗Interactive object transformation playground.
Table Builder
PreviewConfig-driven data table — derive column config from a data resource's metadata, edit it, and preview offset/page/cursor pagination live.
Metadata Builder
PreviewAuthor a data resource's metadata — field kinds, enum domains, and the request/response protocol — then hand it to any consumer as meta.json.