{% extends "base.html" %} {% block title %}Adapt - Adaptive File-Backed Web Server{% endblock %} {% block content %}
{% if user %}
Signed in

Welcome to Adapt

Your workspace is ready. Adapt turns files in your document root into APIs, HTML UIs, and media views without additional app wiring.

{% if ui_links %}

Your Accessible Resources

{% else %}

No accessible resources found yet.

If you expected to see data here, contact an administrator to assign the right permissions. {% if is_superuser %}You can also review access rules in the Admin Dashboard.{% endif %}

{% endif %}
Next Steps

Use your workspace

Browse the resources you can access, review your profile, and use the generated APIs or UI views for each provisioned file.

{% if is_superuser %}
Admin Panel

Manage users, groups, permissions, and system settings.

Go to Admin
{% endif %}
{% else %}
Authentication required

Sign in to access this Adapt workspace

This landing page is public, but the workspace contents are intended for authenticated users only.

Use your existing account to continue. If you do not have access yet, contact your Adapt administrator and ask them to provision an account and assign the right permissions.

What happens after login?

Provisioned resources

Datasets, documents, HTML pages, and media views appear automatically when your account has permission to see them.

Least-privilege access

Most routes are restricted, so you will only see the files and interfaces your account is allowed to use.

Need an account?

Share the workspace URL with your admin and ask them to create a user and place you in the appropriate permission groups.

{% endif %}
{% endblock %}