spiral-web
v0.1.2
Published
Web dashboard for Spiralcord (spiral-core)
Readme
Spiral Web
Vue 3 dashboard for Spiralcord (spiral-core) — web-based bot management and plugin browsing.
Installation
# First install the core Spiralcord runtime
npm install -g spiral-core
# Then install the dashboard globally
npm install -g spiral-webCommands
npm run dev # Runs Vite dev server
npm run build # Builds for production
npm run preview # Local preview of production buildWhat it does
Manages Spiralcord bots and their plugins via a web UI:
- Dashboard — Bot metrics and status
- Bot Config — Edit
spiral.jsonand plugin settings - Plugins — List and manage installed plugins
- Plugin Market — Browse and install plugins
- Servers — View connected Discord servers
- Logs — Bot console and error logs
- Console — Live bot interaction
- Plugin Detail — Plugin metadata and documentation
Files
src/— Vue 3 + Vite frontend with API client (api.js) and viewspublic/— Static HTML + assetssrc/api.js— Central API client for interacting with the bot backend
Integration
Works with Spiralcord (spiral-core runtime) for bot configuration and plugin management.
License
Proprietary
Related
- spiralcord/spiralcord — Runtime docs
- spiralbot/README.md — Example bot with plugins
