📝 Content Management
Manage blog posts, pages, and other content. Create, edit, and publish multilingual content.
Welcome back, {{ user.email }} {{ user.role }}
Manage blog posts, pages, and other content. Create, edit, and publish multilingual content.
Index content, search semantically, and manage AI providers. OpenAI, Claude, and OpenRouter support.
View API documentation, check system health, and configure settings.
Monitor chat comparisons, token usage, and role interactions.
Monitor system health, view logs, and check database status.
./logs.sh app # View FastAPI logs
./test.sh # Run tests
./stop.sh # Stop system
| User ID | {{ user.id }} |
|---|---|
| {{ user.email }} | |
| Role | {{ user.role }} |
| Locale | {{ user.locale }} |
| Current Language | {{ lang }} ({{ 'Deutsch' if lang == 'de' else 'English' }}) |