DocsBlogDocsBlog
Log in

Access and navigate the built-in admin panel for content and site management.

Admin Panel Overview

The docsblog-app template includes a full-featured admin panel for managing blog posts, documentation, social media data, translations, navigation, and more.

Accessing the Admin Panel

Development Mode

In development (NODE_ENV === "development"), the Admin link appears automatically in the top navigation bar. Simply run pnpm run dev and click the Admin link.

Production

The admin panel is for local development only. It is disabled in production by default (ENABLE_ADMIN=false). All content management should be done locally, then committed to Git and deployed via CI/CD.

Admin Home

The admin home page (/admin) displays a project overview dashboard with quick links to all management modules.

Admin Overview

Dashboard

The dashboard provides a high-level view of project data and metrics.

Dashboard

Available Modules

ModulePathDescription
Blog Management/admin/blogsCreate, edit, and manage blog posts
Doc Management/admin/docsManage documentation pages
Blog Categories/admin/blog-categoriesDefine and organize blog categories
Blog Tags/admin/blog-tagsManage blog post tags
Authors/admin/authorsManage author profiles
Twitter / X/admin/twitterManage Twitter account listings
YouTube/admin/youtubeManage YouTube channel listings
Translation/admin/translationAI-powered translation workflow
Translation Jobs/admin/translation/jobsMonitor translation job queue
Translation Tasks/admin/translation/tasksView individual translation tasks
AI Prompts/admin/ai-promptsCustomize AI translation and content prompts
Navigation/admin/navEdit top navigation menus
Nav Groups/admin/nav-groupsManage navigation groups
Items/admin/itemsManage tool and resource cards
Categories/admin/categoriesGlobal category management

Note

The admin panel is for local development only. Edit content, manage translations, and configure navigation locally, then commit changes to Git and push to main for automatic deployment via GitHub Actions.