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

Welcome to Adapt

The Adaptive File-Backed Web Server that turns your files into APIs.

Adapt automatically discovers files in your document root and generates REST APIs, HTML UIs, and more. Drop a CSV, Excel, Markdown, or HTML file into your directory, and Adapt handles the rest.

{% if ui_links %}

Your Accessible Resources

{% else %}

No accessible resources found.

If you're an admin, check the Admin Dashboard to manage permissions.

{% endif %}
Quick Start
Getting Started

Upload CSV, Excel, or Markdown files to your document root. Adapt will automatically generate APIs and UIs.

View Documentation
{% if is_superuser %}
Admin Panel

Manage users, groups, permissions, and system settings.

Go to Admin
{% endif %}
{% endblock %} c:\Users\cliff\projects\adapt\adapt\templates\landing.html