Tools

Developer data tools, each powered by an @rfjs/* package.

Object Flatten / Unflatten

Ready

Flatten nested objects to dot-path keys and back.

▸ transform

Data Type Converter

Ready

Convert values between string, number, boolean, and date.

▸ transform

JSONPath Filter Tester

Ready

Run @rfjs/data-filter conditions against sample data live.

▸ filter

JWT Decoder

Ready

Decode a JWT's header and payload, with a live expiry status.

▸ inspect

Filter → JSONB SQL

Ready

Generate PostgreSQL JSONB queries from filter metadata.

▸ query

Filter → Mongo Query

Ready

Generate MongoDB queries from filter metadata.

▸ query

Data Filter Builder

Ready

Visually build an in-memory filter over sample JSON and see matching rows live.

▸ filter

JSONB Query Builder

Ready

Visually build a PostgreSQL JSONB WHERE clause over sample JSON and see the compiled SQL live.

▸ query

SQL Filter Builder

Ready

Visually build a boolean filter over sample JSON and see it compiled to parameterized SQL over plain columns.

▸ query

Mongo Query Builder

Ready

Visually build a boolean filter over sample JSON and see it compiled to a MongoDB query object live.

▸ query

ES Query Builder

Preview

Visually build a boolean filter over sample JSON and see it compiled live to an Elasticsearch / OpenSearch bool query (valid for both).

▸ query

ES Client Runner

Preview

Build 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).

▸ query

PG Filter Builder

Ready

Visually build one filter tree that mixes plain SQL columns and JSONB paths, and see the unified PostgreSQL WHERE clause live.

▸ query

Form Builder

Preview

A 2D form builder — drag fields on a 12-column grid, group them, set per-field config, and preview live.

▸ generator

BPMN Viewer

Preview

Render read-only BPMN 2.0 process diagrams from XML — pick a sample, paste XML, or upload a .bpmn file, then zoom and fit.

▸ inspect

Flow Builder

Preview

Visually 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.)

▸ generator

Decision Table

Preview

DMN-style decision table — rules are nested filter trees, outputs are constants or expressions; evaluate one context or a whole batch live.

▸ transform

Object Transformer

Workbench ↗

Interactive object transformation playground.

▸ transform

Table Builder

Preview

Config-driven data table — derive column config from a data resource's metadata, edit it, and preview offset/page/cursor pagination live.

▸ generator

Metadata Builder

Preview

Author a data resource's metadata — field kinds, enum domains, and the request/response protocol — then hand it to any consumer as meta.json.

▸ generator