Command Center
Central hub for all Aura operations, tools, and admin controls
SOP
Technical standard operating procedures, Mermaid diagrams, revision history
Roadmap
Feature roadmap, planned enhancements, future vision
Tasks
Live build task tracker, real-time progress monitoring
Prompts
AI prompt editor, system prompts, generation templates
Advisor
Concept workbench, AI analysis, planning, batch assembly
Deploy
FTP/SFTP deployment, server profiles, deployment logs
Architecture
System architecture diagrams, technical documentation
Quality Gates
Automated invariant checks, data integrity validation
LLM Strategy
LLM model pricing, per-operation recommendations, cost optimization
Model Shootout Lab
Multi-model comparison testing lab
Login Gate
{{ 'Enabled' if login_enabled else 'Disabled' }} — new users are {% if login_enabled %}required{% else %}not required{% endif %} to authenticate
Create New User
Users ({{ users|length }})
| Username | Role | Created | Last Login | Actions |
|---|---|---|---|---|
|
{{ user.username }}
{% if user.username == current_user %}
(you)
{% endif %}
|
{% if user.is_admin %} Admin {% else %} User {% endif %} | {{ user.created_at.strftime('%Y-%m-%d %H:%M') if user.created_at else 'N/A' }} | {% if user.last_login %} {{ user.last_login.strftime('%Y-%m-%d %H:%M') }} {% else %} Never {% endif %} | {% if user.username == current_user %} {% else %} {% endif %} |
| No users found. Create one above to get started. | ||||