LIVE  VALORANT Patch 8.12 deployed — View changes →

About PatchPulse

Instant Game Update Intelligence

Mission Statement

PatchPulse was born at 2 a.m. in a Discord call between two exhausted competitive gamers who'd just missed a nerf that cost them a ranked finals. That moment crystallized a simple frustration: critical patch information was scattered across Steam forums, Reddit threads, developer blogs, and in-game pop-ups — and nobody had a single place to track it all.

Founded in March 2022 by Elena Vasquez and Marcus Chen, PatchPulse set out to democratize gaming intelligence. We believe every player — from casual weekend queue-jumpers to full-time streamers — deserves instant, structured access to the updates that shape how they play. Our platform aggregates patch notes from over 140 live titles across PC, console, and mobile, normalizing them into a consistent, searchable format so you can see exactly what changed, what it means for your meta, and whether you need to adjust your loadout before your next match.

Today, PatchPulse serves over 280,000 monthly active users, processes more than 12,000 patch entries per month, and maintains a 98.7% accuracy rate verified by our community of 3,400 volunteer annotators. We're not a developer tool or a corporate analytics dashboard — we're built by players, for players, because the game is better when everyone's in the loop.

Core Team

PatchPulse founding team collaborating in a home office setup

Elena Vasquez — CEO & Co-Founder

Former lead community manager at Ironwood Interactive (2017–2022), where she managed live-ops communication for a 12-million-player MMO. Elena holds an M.A. in Digital Media from USC and has spoken at PAX East and Gamescom on player engagement strategies. She oversees product vision, partnerships, and community relations at PatchPulse.

Marcus Chen — CTO & Co-Founder

Full-stack engineer with a background in real-time data pipelines. Previously senior backend developer at StreamLabs, where he built low-latency webhook systems processing 40,000 events per second. Marcus architected PatchPulse's NLP-based patch classification engine and leads a distributed engineering team of nine across three time zones.

Priya Nair — Head of Content & Metadata

Former esports journalist at Destructoid and Kotaku (2018–2021). Priya designed PatchPulse's taxonomy system — a 4,200-node metadata schema that maps in-game items, abilities, and mechanics across titles. She manages the community annotation program and ensures every patch entry is tagged with structured, queryable context.

Javier Roldán — Lead Frontend Engineer

Performance-obsessed UI developer with 7 years of React experience. Previously at Figma, where he optimized Canvas rendering for large design files. Javier built PatchPulse's real-time diff viewer — the feature that renders before/after stat changes as interactive visual comparisons — and maintains the platform's sub-1.2-second initial load time.

Tech Stack

PatchPulse runs on a modern, open-source-first stack optimized for real-time ingestion, semantic classification, and low-latency delivery of structured patch data to 280,000+ monthly users.

Ingestion Layer

Python-based scrapers and official API connectors pull raw patch notes from Steamworks, Epic Games Store, Battle.net, PlayStation Network, and Xbox Live feeds. A Kafka stream processes incoming updates through deduplication, language detection (14 languages supported), and preliminary normalization before they enter the classification pipeline.

Classification Engine

A fine-tuned BERT model, trained on 180,000 annotated patch entries, automatically categorizes changes into 38 semantic buckets — including stat adjustments, balance changes, bug fixes, content additions, and UI updates. The model achieves 94.3% F1 score and flags low-confidence entries for human review by our annotation team.

Data & Delivery

PostgreSQL stores structured patch records; Redis caches hot queries for sub-50ms response times. The frontend (Next.js 14, deployed on Vercel Edge) serves a GraphQL API that powers the web app and our mobile SDK. All data is mirrored to a public read-only endpoint for third-party developers and researchers.

Reliability & Scale

Infrastructure runs on AWS (ECS Fargate, RDS Multi-AZ) with 99.95% uptime over the last 12 months. Automated canary deployments via GitHub Actions, observability through Datadog and Sentry, and a disaster-recovery failover to GCP. We process an average of 400 patch events per hour, peaking at 2,800 during major seasonal updates.

Join the Community Explore the Developer API