--- id: maibot-dashboard version: "1.6.3" license: unclear license_treatment: unclear maintenance: active --- # maibot-dashboard — MaiBot WebUI static assets License: unclear · Maintenance: active · Downloads: 97.6K/mo ## 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 above — 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 pip install maibot-dashboard uv add maibot-dashboard 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_current - Install friction: low - Maintenance: active - Downloads: 97.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags web ui static assets, frontend dist package, maibot dashboard, webui distribution, prebuilt web interface, web-assets, frontend-distribution [View on SkillFed](https://skillfed.io/packages/maibot-dashboard) · [View on PyPI](https://pypi.org/project/maibot-dashboard/)