RFP Compliance Matrix

Extract requirements from RFP text and format them as a markdown compliance matrix table with requirement numbers and status columns.

Example

Input

Vendor shall provide 24/7 support.
System must handle 1000 users.
Vendor shall deliver monthly reports.

Output

| # | Requirement | Status |
| --- | --- | --- |
| 1 | Vendor shall provide 24/7 support. | ☐ Pending |
| 2 | System must handle 1000 users. | ☐ Pending |
| 3 | Vendor shall deliver monthly reports. | ☐ Pending |

How RFP Compliance Matrix Works

Extract requirements from RFP text and format them as a markdown compliance matrix table with requirement numbers and status columns.

This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run RFP Compliance Matrix, then continue with a related tool to build a multi-step text workflow.

TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.