Inspiration We saw how teams waste time switching between CI/CD dashboards, security scanners, and logging tools—often missing critical issues until it’s too late. We wanted a single place to see both workflow health and security posture at a glance.
What it does 1337 App is a unified monitoring dashboard that visualizes your entire end-to-end workflow (from commit to deploy) while simultaneously scanning for security vulnerabilities. It highlights bottlenecks, alerts on failed steps, and flags potential risks—all in one view.
How we built it Frontend: React with TypeScript, real-time charts using Chart.js
Backend: Node.js + Express, WebSocket for live updates
Integrations: GitHub Actions API, AWS Security Hub, and custom webhooks
Database: PostgreSQL for historical analytics
Deployment: Docker + AWS ECS
Challenges we ran into Normalizing data from multiple CI/CD and security tools into a unified data model
Handling real-time updates without overwhelming the frontend
Building a clean UI that conveys both workflow progress and security risks without feeling cluttered
Accomplishments that we're proud of Successfully reduced setup time for teams to under 5 minutes
Detected a real security misconfiguration in our own pipeline during testing—and fixed it before launch
Achieved a consistent <1s refresh delay for critical alerts
What we learned How to design a modular integration layer that can support new tools without refactoring
The importance of clear visual hierarchy when presenting two different types of data (workflow vs. security)
Real‑time WebSocket optimization at scale
What's next for 1337 App Add support for more CI/CD platforms (GitLab, Bitbucket) and security tools (Snyk, Trivy)
Introduce AI‑driven recommendations to automatically suggest fixes for common issues
Launch a self‑hosted option for enterprises with strict compliance needs
Built With
- css
- javascript
- other
- python
Log in or sign up for Devpost to join the conversation.