Reportobello: Build Reports Rapidly
Reportobello is an API for building PDF reports. It's main goals are, in no particular order:
- Simplicity: Building a report is as easy as sending JSON to a predefined template
- Reliability: Build reports confidently, and diagnose issues quickly
- Performance: Reports should be built almost instantly (sub 500ms for most PDFs)
Reportobello uses Typst as the templating engine for making PDFs. Building reports is as easy as:
- Uploading your Typst files via our UI, CLI, or API.
- Send your data as JSON, get PDF output
- Repeat steps 2-3
You can use our API directly, or use one of our SDKs. We currently have support for Python, C#, and JavaScript/Typescript.
Keep reading to see how you can integrate Reportobello into your workflow.