81b9104aeaaea54566867e611d2a81db0db501aa
도메인 하위 링크를 BFS로 자동 크롤링하여 페이지별 검사 수행. - BFS 링크 크롤러 (같은 도메인 필터링, max_pages/max_depth 설정) - 사이트 검사 오케스트레이션 (크롤링→순차 검사→집계) - SSE 실시간 진행 상태 (크롤링/검사/완료) - 페이지 트리 + 집계 결과 UI - UrlInputForm에 "사이트 전체 검사" 버튼 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
web-inspector
Overview
프로젝트 설명을 여기에 작성하세요.
Tech Stack
- Template: fullstack
- Stack: Next.js + FastAPI + MongoDB + Redis
- Created: 2026-02-12
Getting Started
# 서비스 시작
docker-compose up -d
# 서비스 로그
docker-compose logs -f
# 서비스 중지
docker-compose down
Project Structure
web-inspector/
├── backend/ # FastAPI 백엔드
│ ├── app/
│ │ └── main.py # 엔트리포인트
│ ├── Dockerfile
│ └── requirements.txt
├── frontend/ # Next.js 프론트엔드
├── docker-compose.yml
├── .env
└── CLAUDE.md
Git
Description
Languages
TypeScript
54%
Python
41.9%
HTML
1.7%
JavaScript
1.5%
Dockerfile
0.4%
Other
0.5%