← Back to projects

Visual How-to Guide Generator

The Challenge

During my time as a Product Manager, I realized that users rarely engaged with text-heavy help center articles despite having frequent "how-to" questions. To drive adoption and support complex workflows, I manually created custom guides to answer these inquiries. However, the process was painfully inefficient:

  • The Screenshot Loop: Manually capturing, cropping, and annotating every step for every support ticket.
  • The Context Switch: Toggling between the product, an image editor, and the support desk, which often led to missing crucial steps.
  • The Scalability Wall: A one-minute explanation would often turn into ten minutes of tedious documentation.

I was spending more time formatting instructions than answering actual user questions. I needed a way to transform my clicks into a visual guide the moment a task was finished.

The Solution & How It Works

QuickLog converts browser interactions into structured, visual guides instantly, eliminating the need for manual screenshots or external editors. Built to solve a productivity bottleneck, this tool reduced the time I spent creating guides by 10×.

The system consists of two core components:

  • Chrome Extension: Captures real-time clicks and navigation logic directly in the browser as you perform a task.
  • Web Dashboard: A central hub to organize guides, annotate steps, and manage visual outputs for instant sharing.

Technical Execution

As a non-engineer, I "vibecoded" the tool, using Claude Code as a technical co-pilot to develop a full-stack MVP. This allowed me to bridge the gap between product requirements and production-ready code.

The Stack:

  • Node.js: Powers the backend logic and processes interaction data.
  • Supabase: Handles database management and user authentication.
  • Vercel: Manages hosting and deployment.

As a non-engineer I moved from a high-level product concept to a functional MVP that I could use myself in less than a week.