skillfed

maibot-dashboard

MaiBot WebUI static assets

maibot-dashboard v1.6.3 97.6K downloads/30d#13,144 on PyPI
License unclear Active released

What it is and what it does

This package bundles the compiled frontend assets (dist build output) for MaiBot's web interface. It is a distribution-only package—it contains no runtime code to execute, only static files intended to be served by a web server or integrated into a larger application. The package is actively maintained and installs with no external dependencies, making it straightforward to add to a Python environment.

Typically used as a dependency of a MaiBot server package or as a standalone asset provider in a deployment pipeline. Since it carries no runtime logic, its primary role is to ensure the correct version of frontend assets are available alongside the corresponding server version.

Use it for:

  • Bundle frontend assets with a MaiBot server application for containerized or packaged deployment.
  • Serve static web interface files from a Python-based application without managing separate frontend build steps.
  • Pin a specific version of the MaiBot dashboard UI alongside server code to ensure compatibility.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides pre-built frontend static assets (HTML, CSS, JavaScript) for the MaiBot WebUI, packaged as a Python distribution for easy deployment alongside server components.

Yes, if you are building or deploying a MaiBot application and need the corresponding frontend assets. The package is lightweight, has no dependencies, and is actively maintained. However, verify the license terms first—the unclear license status means you should confirm it aligns with your project's licensing requirements before committing to it.

Install

maibot-dashboard on PyPI

pip

pip install maibot-dashboard

uv

uv add maibot-dashboard

poetry

poetry add maibot-dashboard

Installing maibot-dashboard

Before you install

Low friction installation with no runtime dependencies. Actively maintained as of 10 days ago; requires Python 3.10 or later.

License in practice

License status is unclear—no SPDX identifier or raw license text is declared. Verify licensing terms before use in proprietary or redistributed contexts.

Quickstart

pip install maibot-dashboard==1.6.3

import maibot_dashboard
# Static assets are now available for serving or bundling

Requires Python 3.10 or later.

Verify before relying

  • What is the actual license under which this package is distributed?
  • What is the intended deployment model—does this integrate with a specific MaiBot server package?
  • Are there any known incompatibilities or version constraints with the server component?

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 10 days since the last release
First released
Downloads 97,590/month — #13,144 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: maibot_dashboard-1.6.3-py3-none-any.whl

Tags

web ui static assetsfrontend dist packagemaibot dashboardwebui distributionprebuilt web interface
web-assetsfrontend-distribution

More Dynamic Content packages