Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Latest commit

 

History

History
92 lines (75 loc) · 3.63 KB

File metadata and controls

92 lines (75 loc) · 3.63 KB

Diff Voyager Documentation

Welcome to the Diff Voyager documentation. This guide will help you navigate through the project's architecture, development status, and implementation details.

Quick Navigation

Getting Started

Architecture

Development Status

  • Status - Current status, completed work, and known issues
  • Goals - Short-term, medium-term, and long-term goals

API Reference

Features

  • Crawler - Page capture, browser management, and site crawling
  • Comparators - SEO, visual, header, and performance comparison
  • Task Queue - Asynchronous task processing and retry logic

Guides

Development:

Technical Guides:

Project Management:

Documentation Structure

docs/
├── README.md (this file)
├── architecture/
│   ├── overview.md
│   ├── domain-model.md
│   └── technology-stack.md
├── development/
│   ├── status.md
│   ├── goals.md
│   └── changelog.md
├── api/
│   ├── endpoints.md
│   └── types.md
├── guides/
│   ├── getting-started.md
│   ├── development-workflow.md
│   ├── testing-strategy.md
│   ├── backend-dev.md
│   ├── frontend-dev.md
│   ├── running-servers.md
│   ├── security.md
│   ├── ts-rest.md
│   ├── drizzle-orm.md
│   ├── i18n.md
│   ├── issue-management.md
│   └── common-regressions.md
├── features/
│   ├── crawler.md
│   ├── comparators.md
│   └── task-queue.md
└── screenshots/
    └── README.md

Key Resources

  • Main README - Project overview and quick start
  • CLAUDE.md - Development guide for AI-assisted coding
  • PRD - Complete product requirements document

Contributing

See Development Workflow for contribution guidelines and best practices.