NEW

Create beautiful reports with no design skills

Build PDF reports using a simple declarative API that lets you forget about the design and focus on the content.

Trusted by over

170+ companies

Reports that stand out.

Creating PDF reports as a developer shouldn't be hard.
Leave the design to Hybiscus and create beautiful reports with no effort. Just add content.

Save time

Use expertly designed components and avoid spending time on design and layout.

Visualize data

Use built-in data visualization components to create charts without needing external charting libraries.

Securely store in cloud storage

Securely send your PDF reports directly to your cloud storage provider.

RESTful API

Use a simple RESTful API to integrate seamlessly into your automations, and be notified using webhooks.

Highly customizable

Customize the look and feel of your reports with a wide selection of options, ranging from layout, colors and fonts.

Expertly designed components

Choose from a selection of expertly designed components to build your PDF reports, without requiring any design skills.

Try it out in the Hybiscus Playground!

See how easy it is to generate stunning reports using the Hybiscus Playground below.
Simply swap out components or try different themes and see the results straight away.

Try a different config.colour_theme such as neon, purples or candy. Or try a different config.typography_theme such as jost, looped or geometric. For more options, checkout the themes documentation.

What separates Hybiscus from the competition?

In a nutshell, a simpler approach to creating PDFs that doesn't require design skills or expert CSS knowledge.

Competitor solutions

Most PDF generation tools & APIs take a similar approach to creating PDFs. Write HTML with CSS styling to create your PDF.

The problem is, writing CSS styles is hard and difficult to maintain. What's more, making a good design requires great design skills.

The Hybiscus approach

With Hybiscus, you don't need to bother with design and CSS styles. All our components are pre-designed.

All you need to do is, provide the content. Get up and running with generating stunning looking PDFs in as little as 5 minutes.

Latest from our blog

Check out the latest content from our blog where you'll find tips & tricks, inspiration and tutorials on how to get the most out of Hybiscus.

Prototype with the Hybiscus Cloud Editor

Develop your PDFs directly in the browser, and see your results side-by-side. Download your PDF directly when done, or export the code ready to integrate into your codebase. Powered by the same editor powering VS Code.

Try it out

Use a simple JSON schema to define your report

Use our simple declarative JSON schema to define the layout and content of your report. The design is all handled by Hybiscus.

report.json
{
    "type": "Report",
    "options": {
        "report_title": "The report",
        "report_byline": "Yet another byline",
        "version_number": "0.1b"
    },
    "components": [
        {
            "type": "Section",
            "options": {
                "section_title": "Section one",
            },
            "components": [
                "type": "Card",
                "options": {
                    "title": "Lorem ipsum",
                    "value": 700,
                    "units": "rpm",
                },
            ]
        }
    ]
}

Choose from a wide variety of components

Use our continuously growing library of pre-designed components to display your content. Don't worry about the design, just add content.

Customise your reports with themes

Easily change the look and feel of your reports by simply choosing a different colour or typography theme. Or make it your own by defining your own theme.

See for yourself

View example reports created with Hybiscus and see how PDF report generation can be transformed for you, or view the documentation to see how easy it is to get started.

Modernise the way you build PDFs today.

Experience the new way of building PDFs using a simple JSON schema and beautifully crafted ready-made components.