1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41---
title: Getting Started
date: 2026-03-04
author: Equalify Tech Team
description: How to get involved with Equalify Reflow as a partner, WordPress user, or developer.
---
# Getting Started
## For Partners
We're looking for institutional partners who want early access and a voice in what gets built next. Partners get:
- **Early access** to new features and pipeline improvements
- **Roadmap commenting** โ influence what gets prioritized
- **Direct support** during pilot deployments
You don't need to be an engineer to contribute. We need accessibility experts who can evaluate outputs, institutions willing to test the pipeline on real document collections, and practitioners who understand day-to-day remediation to help prioritize what matters most.
[Sign up for partner access](#/partner) or contact [Blake Bertuccelli-Booth](https://it.uic.edu/profiles/blake-bertuccelli-booth/) (b3b@uic.edu) directly.
## For WordPress Users
The Equalify Reflow for WordPress plugin connects your WordPress site to the converter API. Processed documents are served through a built-in viewer with table of contents, full-text search, and a link to download the original PDF.
Setup instructions will be available when the plugin is released publicly.
## For Developers
The source code is not yet publicly available. We are currently in Phase 1 (UIC pilot) and plan to open-source the full project under the AGPL license during Phase 3.
To stay informed about the public release, [sign up as a partner](#/partner).
## Project Components
| Component | Description |
|---|---|
| equalify-pdf-converter | Main backend โ FastAPI pipeline that converts PDFs to semantic markdown |
| equalify-reflow-wp | WordPress plugin โ serves converted documents with built-in viewer |
| equalify-reflow-feedback | Feedback service โ collects user edits and issue reports with PDF archival |
| equalify-reflow-docs | This documentation site |