@rfjs/filter-builder
Framework-agnostic canonical filter-tree model, schema inference, and engine compilation.
Install
pnpm add @rfjs/filter-builderRelated tools
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).
PG Filter Builder
ReadyVisually build one filter tree that mixes plain SQL columns and JSONB paths, and see the unified PostgreSQL WHERE clause live.
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.