# Wadiz Subdomain Developer Memo

- Date: 2026-06-04
- PR: #69
- Proposed host: `wadiz.reelconomy.kr`
- Current public path: `https://reelconomy.kr/wadiz-rewards/`

## Decision

It is reasonable to separate the Wadiz supporter delivery area to `wadiz.reelconomy.kr`.

Reason:

- Wadiz supporter delivery is temporary and campaign-specific.
- It has separate access-gate, PDF/ZIP delivery, mypage, live/consulting operations, and support messages.
- Keeping it under the main site path works, but a subdomain makes supporter links and CS easier to explain.

## Routing Proposal

After DNS and Vercel domain setup:

| Host path | Serve from |
|---|---|
| `https://wadiz.reelconomy.kr/` | `/wadiz-rewards/` |
| `https://wadiz.reelconomy.kr/final/00_reelconomy_72_ebook_ko.pdf` | `/wadiz-rewards/final/00_reelconomy_72_ebook_ko.pdf` |
| `https://wadiz.reelconomy.kr/ebook-72/` | `/wadiz-rewards/ebook-72/` |
| `https://wadiz.reelconomy.kr/mypage/` | `/wadiz-rewards/mypage/` |
| `https://wadiz.reelconomy.kr/reelconomy-wadiz-rewards-2026-06-04.zip` | `/wadiz-rewards/reelconomy-wadiz-rewards-2026-06-04.zip` |

## Needed External Setup

1. Add `wadiz.reelconomy.kr` to the Vercel project domain list.
2. Add DNS CNAME for `wadiz` to the Vercel target.
3. Confirm SSL is issued.
4. Run production route verification for both hosts:
   - `WADIZ_PRODUCTION_BASE_URL=https://reelconomy.kr npm run verify:wadiz-production`
   - `WADIZ_PRODUCTION_BASE_URL=https://wadiz.reelconomy.kr npm run verify:wadiz-production`

## Current PR Scope

This PR can safely include:

- Static route support in `vercel.json`
- Documentation for the subdomain decision
- 19 supporter-facing PDF reward materials
- PDF-first hub
- Static mypage MVP

This PR should not include:

- Production merge without owner approval
- Real supporter send
- Private Kakao/Zoom/consulting URLs committed to git
- AI feature paid access policy unless the final business rule is provided

## Send Copy Impact

Before `wadiz.reelconomy.kr` is live, supporter messages should keep using:

`https://reelconomy.kr/wadiz-rewards/`

After it is live, the same messages can be shortened to:

`https://wadiz.reelconomy.kr/`

The first CTA should remain the PDF:

`/final/00_reelconomy_72_ebook_ko.pdf`
