{{ vite_hmr() }} {{ vite_asset('js/app.js') }}

Local Deep Research

Secure Research Platform

Your data is encrypted Each user has their own encrypted database protected by their password
{% if not has_encryption %}
Security Warning: Database encryption is not available. Your data will be stored unencrypted.
Install SQLCipher for secure storage.
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'success' %}
{% elif category == 'info' %}
{% else %}
{% endif %} {{ message }}
{% endfor %} {% endif %} {% endwith %}