BreezeBio 웹사이트 기술 개발 문서입니다.
| 항목 | 내용 |
|---|
| 프로젝트명 | BreezeBio 기업 웹사이트 |
| 고객사 | BreezeBio |
| 대상 | BreezeBio 웹사이트 (breezebio.com) |
| 버전 | 1.0 |
| 작성일 | 2026년 2월 5일 |
| 시스템 유형 | WordPress Bedrock 기반 기업 웹사이트 |
| 장 | 제목 | 파일 | 주요 내용 |
|---|
| 1 | 프로젝트 개요 | 01-overview.md | 시스템 목적, 주요 기능, 대상 사용자 |
| 2 | 시스템 아키텍처 | 02-architecture.md | Bedrock 구조, 테마 아키텍처 |
| 3 | 기술 스택 | 03-tech-stack.md | 사용 기술, 프레임워크, 개발 환경 |
| 4 | 테마 구조 | 04-theme-structure.md | 디렉토리 구조, 파일 역할 |
| 5 | ACF 블록 명세 | 05-blocks.md | 커스텀 블록 목록 및 구현 |
| 6 | 커스텀 모듈 | 06-modules.md | CPT, REST API, 커스텀 기능 |
| 7 | 부록 | 07-appendix.md | 명령어, 용어집, 참고자료 |
%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '14px' }}}%%
flowchart TB
subgraph users["사용자 접점"]
direction LR
U1["**일반 사용자**<br/>breezebio.com<br/>───<br/>회사 정보 조회<br/>뉴스/파이프라인 확인<br/>문의하기"]
U2["**관리자**<br/>breezebio.com/wp/wp-admin<br/>───<br/>콘텐츠 편집<br/>팀 멤버 관리<br/>문의 확인"]
end
subgraph wp["WordPress (Bedrock)"]
subgraph theme["BreezeBio 테마"]
direction LR
T1["**Timber**<br/>+ Twig"]
T2["**Svelte 5**<br/>+ Vite 6"]
T3["**ACF Pro**<br/>Blocks"]
end
end
U1 --> wp
U2 --> wp
style users fill:#fff,stroke:#333,stroke-width:1px
style wp fill:#f5f5f5,stroke:#666,stroke-width:1px
style theme fill:#fff,stroke:#333,stroke-width:1px
style T1 fill:#fff,stroke:#333,stroke-width:1px
style T2 fill:#fff,stroke:#333,stroke-width:1px
style T3 fill:#fff,stroke:#333,stroke-width:1px
| 버전 | 날짜 | 작성자 | 변경 내용 |
|---|
| 1.0 | 2026-02-05 | 스컹크웍스스튜디오 | 최초 작성 |