Administration

Manage content, users, and workflows with a purpose-built administration experience.

Bosca includes two administration surfaces:

  • Server-rendered auth pages: Login, signup, and password reset pages served by the Bosca Server.
  • Administration UI (Nuxt): The full management UI lives in /web/administration and connects to the GraphQL API.

What you can do:

  • Browse and manage content, collections, and metadata
  • Configure workflows and run actions
  • Review analytics dashboards (when enabled)
  • Manage users, groups, and permissions
  • Configure AI agents and tools
  • Manage scripts with the Monaco editor
  • Create and manage scheduled jobs
  • Configure search settings and indexing
  • Manage backup and restore operations
  • Install and manage packages (default content, models, templates, and configurations)
  • Annotate media with the time events editor

Local development:

cd web/administration
pnpm install
pnpm dev

Then visit the local URL shown in your terminal to sign in and start managing your content.