taskify_server
v0.0.7
Published
Server for Taskify — AI agent orchestration dashboard
Maintainers
Readme
taskify-server
Server for Taskify — AI agent orchestration dashboard.
Wraps JSS (JavaScript Solid Server) with the right settings for Taskify: MongoDB, WebSocket notifications, and public access.
Quick start
npx taskify-serverOr install globally:
npm install -g taskify-server
taskify-serverThen open http://localhost:3005
Options
--port 3005 Port to listen on (default: 3005)
--database taskify MongoDB database name (default: taskify)Requirements
- Node.js 18+
- MongoDB running locally
License
AGPL-3.0-only — Copyright 2012-2026 Melvin Carvalho
