AI-POWERED BUG DETECTION

Transform Bugs
Into Patches

Upload a screen recording of any web app bug. Get automated reproduction steps, Playwright tests, and AI-generated fix suggestions in seconds.

AI
Powered by Gemini 3
100%
Open Source
0
Setup Required
Free to Use
GET STARTED

POWERFUL FEATURES

Everything you need to automate bug detection and patch generation

Video Analysis

Automatically extract UI states and user interactions from screen recordings

AI-Powered

Powered by Gemini 3 for intelligent bug detection and analysis

Test Generation

Generate production-ready Playwright tests automatically

Patch Suggestions

Get AI-generated fix suggestions with code modifications

Lightning Fast

Process bugs in seconds, not hours

Detailed Reports

Comprehensive reports with reproduction steps and metrics

WORKFLOW ARCHITECTURE

Seven-stage automated processing from video to production-ready patch

01UPLOAD02ANALYZE03EXTRACT04GENERATE05EXECUTE06PATCH07EXPORT
01

UPLOAD

Video Input

Process Details
30-60s recording
MP4/WebM format
Auto compression

INTERACTIVE DEMO

Experience the complete workflow in real-time

WORKFLOW STEPS

Upload
Uploading video recording...
Analyze
Generate Test
Run Test
Generate Patch
Export Report

CODE ARTIFACT

Upload a video to begin

CODE EXAMPLES

See the quality of generated tests and patches

LoginForm.test.ts
1// Generated Playwright Test
2import { test, expect } from '@playwright/test';
3
4test('should enable login button when email is valid', async ({ page }) => {
5 await page.goto('https://app.example.com/login');
6
7 // Initial state: button disabled
8 const loginBtn = page.locator('button:has-text("Login")');
9 await expect(loginBtn).toBeDisabled();
10
11 // Enter email
12 await page.fill('input[type="email"]', 'user@example.com');
13
14 // Button should now be enabled
15 await expect(loginBtn).toBeEnabled();
16
17 // Click and verify navigation
18 await loginBtn.click();
19 await expect(page).toHaveURL(/\/dashboard/);
20});
Ln 24, Col 1UTF-8LF
Generated by PatchPilot
Agent Tests

FROM THE CREATORS

Hear directly from our team about why we built PatchPilot and how it transforms bug debugging

🎬

Video placeholder

The Problem

We spent 40% of our time manually reproducing bugs. Every bug report required hours of investigation, screen recording analysis, and test writing.

Our Solution

PatchPilot automates the entire process. Upload a video, get reproduction steps, Playwright tests, and fix suggestions—all powered by Gemini 3.

The Impact

Teams now reproduce bugs in minutes instead of hours. Developers focus on fixing, not investigating. QA workflows become 10x faster.

“PatchPilot isn't just a tool—it's a paradigm shift in how we approach bug debugging. By combining video analysis with AI-powered test generation, we've eliminated the most tedious part of development.”

The PatchPilot Team
Built with precision. Powered by Gemini 3.
PATCHPILOT

Autonomous bug resolution engine. Transforming visual recordings into production-ready patches with neural precision.

System Clock
00:00:00
Latency
24ms
Engine
v3.0.4
Uptime
99.9%

Engineers

Azizbek Arzikulov

Prithwis Das

UI/UX Reviewer

Yeram Lee

Nexus

SUNSET

Sejong University

"The future of debugging is not finding errors, but predicting them."

NODE_01_ACTIVE
COMPUTE_LOAD8.4 TFLOPS
Tech Stack Verified
SECURE_LINK_ESTABLISHED

© 2026 PATCHPILOT // GEMINI_3_HACKATHON

POWERED_BY_GEMINI_3_API