Integrations and Roadmap
Planned Q2 2025
- Annotation list panel: View, reorder, and toggle annotations per page.
- Reusable signatures: Save initials or signatures in IndexedDB with AES-GCM encryption.
- Outline navigation: Parse PDF table of contents for quick jumps between sections.
Planned Q3 2025
- Template snapping: Upload brand templates to snap annotations to defined grid lines.
- Bulk export: Queue multiple PDFs and export them sequentially in the browser.
- Accessibility audit mode: Run axe-core checks on annotations to flag low-contrast highlights.
Integration hooks available today
- Custom toolbar controls: Extend
ToolbarConfig(coming soon) via environment-supplied JSON to add buttons without forking the codebase. - Feature flags: Toggle experimental features by setting
window.ultraPDF.flagsbefore the island hydrates. - Analytics placeholder: A
useProductTelemetryhook stub is ready for future consent-aware analytics.
Community feedback
- Join the upcoming public feedback board (launching with v1.1).
- File feature requests or bug reports via the contact page.