{% extends "base.html" %} {% block title %}Pricing & Plans – DocuElevate{% endblock %} {% block content %}
Simple, transparent pricing

Choose the plan that's right for you

One price per person, per month — from casual exploration to power-user workflows. No team plans, no per-seat tiers.

{% for tier in tiers %}
{% if tier.badge %}
{{ tier.badge }}
{% endif %}

{{ tier.name }}

{{ tier.tagline }}

{% if tier.trial_days > 0 %}
{{ tier.trial_days }}-day free trial — no credit card required
{% endif %}
    {% for feature in tier.features %}
  • {{ feature }}
  • {% endfor %}
{% if tier.id == 'free' %} {{ tier.cta }} {% elif tier.stripe_price_id_monthly or tier.stripe_price_id_yearly %} {% elif tier.highlight %} {{ tier.cta }} {% else %} {{ tier.cta }} {% endif %}
{% endfor %}

Full feature comparison

{% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers[1:] %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers[1:] %} {% endfor %} {% for tier in tiers %} {% endfor %} {% for tier in tiers[1:] %} {% endfor %}
Feature {{ tier.name }}
File Processing
Lifetime file limit {% if tier.lifetime_file_limit == 0 %} Unlimited {% else %} {{ tier.lifetime_file_limit }} {% endif %}
Files per month {% if tier.monthly_upload_limit == 0 %} Unlimited {% else %} {{ tier.monthly_upload_limit }} {% endif %}
Max file size {% if tier.max_file_size_mb == 0 %} Unlimited {% else %} {{ tier.max_file_size_mb }} MB {% endif %}
OCR & AI
OCR pages / month {% if tier.max_ocr_pages_monthly == 0 %} Unlimited {% else %} {{ "{:,}".format(tier.max_ocr_pages_monthly) }} {% endif %}
AI metadata extraction Basic
Integrations
Storage destinations {% if tier.max_storage_destinations == 0 %} Unlimited {% else %} {{ tier.max_storage_destinations }} {% endif %}
Email ingestion
Mailboxes (ingestion sources) {% if tier.max_mailboxes == 0 and tier.id == 'free' %} {% elif tier.max_mailboxes == 0 %} Unlimited {% else %} {{ tier.max_mailboxes }} {% endif %}
Webhooks
API access
Support
Support level Community Email Priority email Priority

Frequently asked questions

{% set faqs = [ ("What counts as a 'processed file'?", "Every document you upload and run through the DocuElevate pipeline counts as one processed file — including OCR, AI metadata extraction, and storage delivery."), ("What happens when I reach the Free tier lifetime limit?", "Once your 50-file lifetime quota is reached you will see a friendly upgrade prompt on the upload page and any further upload attempts will return a payment-required error until you upgrade to a paid plan."), ("Can I change my plan at any time?", "Yes. Upgrades take effect immediately. Downgrades take effect at the start of the next billing cycle. Unused quota does not roll over between billing periods."), ("Is there an annual discount?", "Yes — paying annually saves approximately 20 % compared to monthly billing (≈ 2½ months free). The exact annual price and per-month equivalent are shown when you toggle to Annual above."), ("Is there a free trial for paid plans?", "Yes! All three paid plans include a 30-day free trial — no credit card required. You can upgrade from the Free tier or start a trial directly from any paid plan card above."), ("What is a 'storage destination'?", "A storage destination is any cloud or self-hosted storage you configure as an output — Dropbox, Google Drive, OneDrive, Nextcloud, S3, SFTP, FTP, WebDAV, or Paperless-ngx each count as one destination."), ("What is a 'mailbox'?", "A mailbox is an email address DocuElevate monitors for incoming documents. Any attachment arriving at a configured mailbox is automatically processed through the pipeline. The Free tier does not include email ingestion."), ("Are prices inclusive of VAT?", "Listed prices are exclusive of VAT. Customers in Germany are charged 19 % Mehrwertsteuer (MwSt) at checkout. EU business customers outside Germany apply the reverse-charge mechanism. Non-EU customers are not subject to German VAT."), ] %} {% for q, a in faqs %}
{{ a }}
{% endfor %}

Ready to get started?

Start with the free tier — no credit card required.

Create your free account
{% endblock %} {% block extra_scripts %} {% endblock %}