| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Your SOC Command Center - Beautiful, Fast, and Free
SecOpsDash is a modern and free security operations dashboard designed for SOC analysts, security professionals, and cybersecurity teams. Think of it as "Grafana for Security Teams" but simpler, more focused, and with a stunning UI that doesn't make your eyes bleed.
✅ Beautiful by Design - Dark mode, cyberpunk themes, and glassmorphism UI that security professionals actually want to use
✅ Works Out of the Box - Includes realistic demo data and attack scenarios
✅ Mobile Responsive - Monitor security on-the-go from any device
✅ Blazing Fast - Loads in under 2 seconds, real-time updates
✅ Privacy First - No telemetry, no data collection, fully open source
✅ Easy to Customize - Plugin architecture and theme system
# Clone the repository
git clone https://github.com/SiteQ8/secopsdash.git
cd secopsdash
# Install dependencies
npm install
# Start development server
npm run dev
# Open http://localhost:5173# Build for production
npm run build
# Deploy to GitHub Pages
npm run deploy# Pull and run the Docker image
docker run -p 3000:80 siteq8/secopsdash:latest
# Or use docker-compose
docker-compose upSecOpsDash comes with multiple built-in themes. Switch between them using the theme toggle in the header.
| Theme | Description | Preview |
|---|---|---|
| Dark | Default slate theme | |
| Light | Clean white theme | |
| Cyberpunk | Neon pink/cyan theme | |
| Matrix | Green terminal theme |
SecOpsDash includes realistic demo data that tells a coherent security story:
🎭 The Scenario:
All demo data is stored in public/demo-data/ as JSON files and can be easily customized.
Built with modern web technologies:
SecOpsDash supports multiple languages:
We love contributions! SecOpsDash is built by the community, for the community.
See CONTRIBUTING.md for detailed guidelines.
Looking for a place to start? Check out our good first issues.
See full ROADMAP.md for details.
SecOpsDash is 100% free and open source. If you find it useful, consider:
All sponsorship funds go toward:
SecOpsDash is MIT licensed. You are free to use, modify, and distribute this project for any purpose, including commercial use.
MIT License Copyright (c) 2025 Ali AlEnezi (SiteQ8) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software...
See LICENSE for the full text.
Built with ❤️ by security professionals, for security professionals.
Special thanks to:
| Back | FazBrowse Home | New Git URL |