{% extends "base.html" %} {% block title %}Welcome to DocuElevate{% endblock %} {% block content %}
DocuElevate

Let's get you set up

Welcome, {{ user.given_name | default(user.name) | default("there") }}! đź‘‹

You're just a few steps away from transforming how you handle documents.

Smart OCR

AI extracts text from any document

Auto-tagging

Documents organised automatically

Cloud Sync

Instantly backed up to your storage

This quick setup takes about 2 minutes. You can change everything later in your settings.

Your Profile

Tell us a little about yourself

This is how you'll appear in DocuElevate.

Used for notifications. Can be different from your login email.

Choose Your Plan

Start free, upgrade when you're ready

Monthly Annual 2 months free
{% for tier in tiers %} {% endfor %}
Payment processing is coming soon. You can select a plan now and billing will activate at launch.

Storage Destination

Where should your processed documents go?

{% if configured_destinations %}

Select where you'd like your documents stored. You can change this later in settings.

{% for dest in configured_destinations %} {% endfor %}

Not seeing your provider? {% if user.is_admin %} Go to Settings to configure more destinations. {% else %} Ask your administrator to configure additional storage providers. {% endif %}

{% else %}

No Storage Configured Yet

No storage destinations have been configured for this instance yet. You can skip this step and set one up later.

{% if user.is_admin %} Configure Storage {% else %}

Contact your administrator to set up a storage destination.

{% endif %}
{% endif %}

You're all set! 🎉

Your account is configured and ready to go.

  • Profile saved
  • Plan selected:
  • Storage: No storage destination selected (can be set later)
{% endblock %}