diff --git a/app/Http/Controllers/ClaudeCode/PricingController.php b/app/Http/Controllers/ClaudeCode/PricingController.php
new file mode 100644
index 00000000..67e1a356
--- /dev/null
+++ b/app/Http/Controllers/ClaudeCode/PricingController.php
@@ -0,0 +1,20 @@
+header('HX-Request')) {
+ return response('', 200)->header('HX-Redirect', route('claude-code.pricing.index'));
+ }
+
+ return view('claude-code.pricing.index');
+ }
+}
diff --git a/resources/views/claude-code/pricing/index.blade.php b/resources/views/claude-code/pricing/index.blade.php
new file mode 100644
index 00000000..872ec0c8
--- /dev/null
+++ b/resources/views/claude-code/pricing/index.blade.php
@@ -0,0 +1,301 @@
+@extends('layouts.app')
+
+@section('title', 'Claude Code 요금정책')
+
+@push('styles')
+
+@endpush
+
+@section('content')
+
+
+ {{-- 페이지 헤더 --}}
+
+
+
Claude Code 요금정책
+
Max 20x vs Max 5x + API vs Team Premium 비용 비교 분석 (2026년 2월 기준)
+
+
CodeBridgeX 개발팀 | 2026.02.28
+
+
+ {{-- 핵심 요약 카드 --}}
+
+
+
+
Team Premium (연간)
+
월 $100/인 (5인 = $500/월)
+
+
+
+
연간 $3,600 절약
+
37.5% 비용 절감
+
+
+
+
계정 격리 + 중앙 관리
+
Extra Usage 포함
+
+
+
+ {{-- ─── 섹션 1: API 토큰 단가 ─── --}}
+
+
+
Claude API 토큰 단가
+
+
+
+
+
+ | 모델 |
+ Input (100만 토큰) |
+ Output (100만 토큰) |
+ 주요 용도 |
+
+
+
+
+ | Sonnet 4.5 / 4.6 |
+ $3 |
+ $15 |
+ 기본 모델 - 대부분의 코딩 작업 |
+
+
+ | Opus 4.5 / 4.6 |
+ $5 |
+ $25 |
+ 복잡한 추론, 아키텍처 설계 |
+
+
+ | Haiku 4.5 |
+ $1 |
+ $5 |
+ 간단한 작업, 서브에이전트 |
+
+
+
+
+
핵심 참고사항
+
+ - Claude Code 평균 개발자의 월간 API 환산 비용: $100~200 (Anthropic 공식)
+ - Max 20x 실사용자 8개월 추적 결과: API 환산 시 $15,000+ 소요 (구독료 $1,600에 해당)
+ - Max 5x는 Max 20x 사용량의 약 25% (5/20)만 커버, 나머지 75%는 API 종량제로 지불 필요
+
+
+
+
+
+ {{-- ─── 섹션 2: 사용 강도별 비용 비교 ─── --}}
+
+
+
사용 강도별 비용 비교: Max 20x vs Max 5x + API
+
+
+
+
+
+ | 사용 강도 |
+ API 환산 (월) |
+ Max 20x (정액) |
+ Max 5x 기본 |
+ API 초과분 |
+ 5x+API 합계 |
+ 20x 절약액 |
+
+
+
+ @php
+ $usageData = [
+ ['label' => '가벼운 사용', 'desc' => '하루 1~2시간', 'api' => 150, 'max20' => 200, 'max5' => 100, 'apiOver' => 112.5, 'total5' => 212.5, 'save' => 12.5],
+ ['label' => '보통 사용', 'desc' => '하루 3~4시간', 'api' => 450, 'max20' => 200, 'max5' => 100, 'apiOver' => 337.5, 'total5' => 437.5, 'save' => 237.5],
+ ['label' => '활발한 사용', 'desc' => '하루 5~6시간', 'api' => 1200, 'max20' => 200, 'max5' => 100, 'apiOver' => 900, 'total5' => 1000, 'save' => 800],
+ ['label' => '헤비 사용', 'desc' => '하루 8시간+', 'api' => 2500, 'max20' => 200, 'max5' => 100, 'apiOver' => 1875, 'total5' => 1975, 'save' => 1775],
+ ['label' => '풀 사용', 'desc' => '20x 한도 전부', 'api' => 4000, 'max20' => 200, 'max5' => 100, 'apiOver' => 3000, 'total5' => 3100, 'save' => 2900],
+ ];
+ @endphp
+ @foreach($usageData as $row)
+
+ |
+ {{ $row['label'] }}
+ {{ $row['desc'] }}
+ |
+ ${{ number_format($row['api']) }} |
+ ${{ number_format($row['max20']) }} |
+ ${{ number_format($row['max5']) }} |
+ ${{ number_format($row['apiOver'], 1) }} |
+ ${{ number_format($row['total5'], 1) }} |
+ ${{ number_format($row['save'], 1) }} 절약 |
+
+ @endforeach
+
+
+
+ {{-- 시각적 바 차트 --}}
+
+
월 비용 시각 비교 (USD, 1인 기준)
+
+ @foreach($usageData as $row)
+ @php $maxVal = 3100; @endphp
+
+
{{ $row['label'] }}
+
+
+
+ ${{ number_format($row['max20']) }}
+
+
Max 20x
+
+
+
+ ${{ number_format($row['total5']) }}
+
+
5x+API
+
+
+
+ @endforeach
+
+
+
+
+ 결론: Max 20x를 어느 정도라도 활용하고 있다면, Max 5x + API 조합은 거의 항상 더 비쌉니다.
+ 활발한 사용 수준(하루 5~6시간)에서 Max 5x+API는 월 $1,000+로 Max 20x $200의 5배 이상입니다.
+
+
+
+
+ {{-- ─── 섹션 3: 5인 팀 기준 총 비용 비교 ─── --}}
+
+
+
5인 팀 기준 총 비용 비교
+
+
+
+
+
+ | 구성 |
+ 월 비용 |
+ 연 비용 |
+ 사용량 |
+ 비고 |
+
+
+
+
+ |
+ 현재 (Max 혼합 x 5)
+ 현재
+ |
+ $800 |
+ $9,600 |
+ 계정 공유로 불안정 |
+ 관리 불가, 약관 위반 리스크 |
+
+
+ | 개인 Max 20x x 5 |
+ $1,000 |
+ $12,000 |
+ 각 20배 독립 |
+ 비용 가장 높음 |
+
+
+ | 개인 Max 5x x 5 |
+ $500 |
+ $6,000 |
+ 각 5배 독립 |
+ 사용량 부족 가능 |
+
+
+ |
+ Team Premium x 5 (연간)
+ 추천
+ |
+ $500 |
+ $6,000 |
+
+ 각 6.25배
+ (5x보다 25% 증가)
+ |
+ 관리 기능 포함 + Extra Usage |
+
+
+ | Team Premium x 5 (월간) |
+ $625 |
+ $7,500 |
+ 각 6.25배 |
+ 연간 대비 $1,500 추가 |
+
+
+
+
+
+
+
현재 → Team 전환 시
+
연간 $3,600 절약 (37.5%)
+
+
+
Team Premium의 추가 가치
+
계정 격리 + 중앙 관리 + Extra Usage
+
+
+
+
+
+ {{-- ─── 섹션 4: 최종 결론 ─── --}}
+
+
+
최종 결론 및 권고
+
+
+
+
+
+
Max 20x는 API 대비 93% 이상 할인된 가격. 그러나 Team Premium은 같은 가격($100)에 관리 기능까지 포함.
+
+
+
+
Max 5x+API는 비용 예측이 어려움. Team Premium은 정액제 + Extra Usage로 예측 가능한 비용 구조.
+
+
+
+
Team Premium x 5 (연간 결제)
= 월 $500, 연 $6,000
현재 대비 37.5% 절감 + 관리 기능
+
+
+
※ 실제 비용은 모델 사용 비율, 프롬프트 복잡도에 따라 달라질 수 있습니다.
+
+
+
+
+@endsection
diff --git a/routes/web.php b/routes/web.php
index b6696e33..ddcd5190 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -33,6 +33,7 @@
use App\Http\Controllers\Juil\MeetingMinuteController;
use App\Http\Controllers\Juil\PlanningController;
use App\Http\Controllers\ClaudeCode\NewsController as ClaudeCodeNewsController;
+use App\Http\Controllers\ClaudeCode\PricingController as ClaudeCodePricingController;
use App\Http\Controllers\Lab\StrategyController;
use App\Http\Controllers\MenuController;
use App\Http\Controllers\MenuSyncController;
@@ -723,6 +724,8 @@
Route::get('/', [ClaudeCodeNewsController::class, 'index'])->name('index');
Route::post('/refresh', [ClaudeCodeNewsController::class, 'refreshCache'])->name('refresh-cache');
});
+
+ Route::get('/pricing', [ClaudeCodePricingController::class, 'index'])->name('pricing.index');
});
/*