Getting Started Step-By-Step

Guvener
@guvener
Timon
@timon
Patrick
@patrick

Introduction

This quick start shows you the basics of the Uhuu platform.

  • Step 1. Create a template.
  • Step 2. Integrate with data.
  • Step 3. Create documents.

Create a template

Templates are the starting point for automating documents.

We render designed template layouts with your data and create documents.

Template layouts are defined using HTML/CSS and optional JS, that gives developers flexibility to import and use their favorite frameworks.

▶ Screencast: Create your first template.

Integrate with data

When your template is ready with sample data, it is time to describe data and organize structure using integrations.

Integrations use JSON Schema to define data, input types and options. We use data schema description to build a user-friendly form so that users can edit your data and recreate documents.

Moreover you can set up an endpoint to fetch initial data from remote sources.

▶ Screencast: Integrate your template with data.

Create Documents

Now that your template is ready, it is time to start creating documents. You can add members to your team and let anyone create documents instantly using platform. For advanced automation flows, you can use Uhuu API and request document creation from your backend.


Learn more

Uhuu SDK for developing templates on your local machine.
Get started with uhuu SDK.

For detailed information about platform:
Browse platform documentation