Stack Monitor is an all-in-one development tool that simplifies microservice management and provides a complete suite of developer utilities.
- 🖥️ Service Management - Launch, stop, and monitor multiple services simultaneously
- 🔐 Environment Variables - Manage environment variables by environment, share configs securely with your team
- 🔄 Git Integration - Complete git operations (stash, pull, branches)
- 📦 NPM Tools - Run scripts, manage your dependencies
- 🔍 Log Explorer - Analyze logs in real-time with JSON parsing
- 🧰 Toolbox - JSON formatter, Regex tester, JWT explorer, UUID generator...
- 📊 System Monitoring - CPU/Memory monitoring for your services
- 📝 Documentation - Integrated Markdown documentation
- 🔄 Workflows - Create your own automated pipelines
# NPM
npm install -D @iryu54/stack-monitor
# Yarn
yarn add -D @iryu54/stack-monitor
# In your package.json
"scripts": {
"serve": "stack-monitor ./src/stack.js"
}
# Or directly
stack-monitor <config-directory>
Stack Monitor provides a powerful environment variable management system:
- Environment-specific variables - Configure different values for development, staging, production
- Global variables - Share common configurations across all environments
- Team sharing - Securely share configurations with your team members
- Zero configuration - New developers can clone your projects and start immediately without manual setup
This feature helps teams work seamlessly with consistent configurations across all environments, reducing the "works on my machine" problem.
Stack Monitor uses a modular architecture built with:
- Vue.js frontend
- Express backend
- Extensible plugin system
# Clone the repository
git clone https://github.com/clabroche/stack-monitor.git
# Install dependencies
yarn install
# Launch in development mode
yarn serve
ISC License