d3ro-voice/apps/web/.next/server/pages/404.html
yunchan8804 61a96b3e9b feat(V2-6/V2-7/V2-8): Mobile MVP + Teams + Billing 스캐폴딩
V2-6 — Mobile (Expo) MVP
- apps/mobile/ 신규, npm workspace에서 제외 (Expo deps 부담 회피)
- Expo SDK 51 + Expo Router + AsyncStorage Supabase 클라이언트
- 화면: index/login/(tabs)/{meetings,record,profile}
- expo-av로 녹음 → Edge Function stt-proxy 호출
- expo-web-browser + expo-linking으로 OAuth 콜백 처리
- README에 setup/EAS build 가이드
- 루트 package.json workspaces를 명시 나열로 변경 (apps/mobile 제외)

V2-7 — 팀 기능 (Web)
- apps/web/src/app/teams/page.tsx — 가입한 팀 카드 그리드
- apps/web/src/app/teams/[id]/page.tsx — 멤버 + 공유 회의
- components/teams/create-team-form.tsx — 팀 생성 + owner 자동 team_members
- components/teams/invite-member-form.tsx — user_id 직접 초대 (V2-7b에서 invite flow)
- Sidebar에 Teams/Billing 메뉴 + 아이콘
- ko.json에 nav.teams/nav.billing 키 추가
- V2-2 teams/team_members RLS 활용

V2-8 — 결제 스캐폴딩
- apps/web/src/app/billing/page.tsx — Free/Pro/Team 가격표 + 현재 구독
- components/billing/checkout-button.tsx — Edge Function 호출 후 redirect
- server/supabase/functions/stripe-checkout/index.ts:
  - JWT 인증 -> 기존 customer 조회/생성 -> Checkout Session 생성
  - subscriptions 테이블에 customer_id upsert
- server/supabase/functions/stripe-webhook/index.ts:
  - checkout.session.completed -> subscriptions tier=pro/team active
  - customer.subscription.updated/created -> status/period 업데이트
  - customer.subscription.deleted -> tier=free, status=canceled
  - signature 검증은 placeholder (V2-8b에서 정식)
- server/supabase/config.toml에 두 함수 등록 (webhook verify_jwt=false)

검증:
- desktop typecheck OK (회귀 없음)
- web typecheck OK
- web next build OK (11 라우트)
- mobile은 별도 install 필요 (workspace 제외)

memory/project_status.md 갱신 — V2 마스터 플랜 전 페이즈 로컬 완료
2026-04-09 16:39:54 +09:00

1 line
No EOL
9.6 KiB
HTML

<!DOCTYPE html><!--xPyRjwNtNDQo_6GaMCeJt--><html lang="ko"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c1c45c0a5396db8e.js"/><script src="/_next/static/chunks/87c73c54-0375ba195de27293.js" async=""></script><script src="/_next/static/chunks/18-7dd75803fe09fb37.js" async=""></script><script src="/_next/static/chunks/main-app-ae5439f81e9d53a9.js" async=""></script><script src="/_next/static/chunks/75504863-5f9267cdf03b69d1.js" async=""></script><script src="/_next/static/chunks/77-b2ed327d60687a9b.js" async=""></script><script src="/_next/static/chunks/988-13d51ea3bc47cedf.js" async=""></script><script src="/_next/static/chunks/746-2c44f63089954251.js" async=""></script><script src="/_next/static/chunks/791-5c69f2a174236cc3.js" async=""></script><script src="/_next/static/chunks/803-0cf84cc58814c4df.js" async=""></script><script src="/_next/static/chunks/app/layout-691283f9d4f6a1d3.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>D3RO Voice</title><meta name="description" content="로컬+클라우드 하이브리드 AI 음성 어시스턴트"/><link rel="icon" href="/favicon.ico"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="d3ro-mui-global 1tndo9n-#7c7c82">@layer mui{html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-text-size-adjust:100%;}*,*::before,*::after{box-sizing:inherit;}strong,b{font-weight:700;}body{margin:0;color:#ffffff;font-size:14px;line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:400;background-color:#19191b;}@media print{body{background-color:#fff;}}body::backdrop{background-color:#19191b;}:root{--d3-bg-app:#19191b;--d3-bg-card:#242427;--d3-bg-cardHover:#2a2a2d;--d3-bg-elevated:#2e2e32;--d3-bg-input:#1e1e21;--d3-bg-sidebar:#1e1f21;--d3-bg-inset:#1b1c1e;--d3-bg-chassis:#242528;--d3-bg-crtBezel:#1a1a1c;--d3-bg-crtGlass:#050605;--d3-text-primary:#ffffff;--d3-text-secondary:#8e8e93;--d3-text-label:#7c7c82;--d3-text-disabled:#4a4a4e;--d3-text-engraving:#1a1a1c;--d3-text-inactive:#77797c;--d3-text-dimLabel:#5c2615;--d3-text-muted:#3a3b3f;--d3-text-hover:#aaaaaa;--d3-border-subtle:rgba(255,255,255,0.04);--d3-border-default:rgba(255,255,255,0.08);--d3-border-strong:rgba(255,255,255,0.12);--d3-shadow-card:0 8px 30px rgba(0,0,0,0.3);--d3-shadow-buttonBase:0 2px 0 rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.06);--d3-shadow-chassis:0 60px 100px -20px rgba(0,0,0,0.8),0 12px 0 #111111,0 13px 4px rgba(0,0,0,0.5),inset 0 1px 1px rgba(255,255,255,0.15),inset 0 -1px 2px rgba(0,0,0,0.4);--d3-shadow-inset:inset 0 2px 6px rgba(0,0,0,0.6),0 1px 1px rgba(255,255,255,0.05);--d3-shadow-insetDeep:inset 0 4px 12px rgba(0,0,0,0.9),inset 0 0 0 1px #000,0 1px 1px rgba(255,255,255,0.1);--d3-shadow-buttonRaised:0 3px 6px rgba(0,0,0,0.4),inset 0 1px 1px rgba(255,255,255,0.1),inset 0 -1px 2px rgba(0,0,0,0.2);--d3-shadow-buttonPressed:inset 0 2px 6px rgba(0,0,0,0.8),inset 0 0 0 1px #000;--d3-shadow-screenGlow:inset 0 0 20px rgba(0,0,0,0.8);--d3-shadow-tooltip:0 8px 24px rgba(0,0,0,0.4);--d3-accent-main:#f25b29;--d3-accent-dim:rgba(242,91,41,0.15);--d3-accent-glow:rgba(242,91,41,0.6);--d3-accent-light:#ff7a4d;--d3-accent-dark:#c44a22;--d3-accent-crtPhosphor:#f25b29;--d3-accent-crtPhosphorDim:#c44a22;}body{background-color:#19191b;color:#ffffff;}}</style></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c1c45c0a5396db8e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[7455,[\"385\",\"static/chunks/75504863-5f9267cdf03b69d1.js\",\"77\",\"static/chunks/77-b2ed327d60687a9b.js\",\"988\",\"static/chunks/988-13d51ea3bc47cedf.js\",\"746\",\"static/chunks/746-2c44f63089954251.js\",\"791\",\"static/chunks/791-5c69f2a174236cc3.js\",\"803\",\"static/chunks/803-0cf84cc58814c4df.js\",\"177\",\"static/chunks/app/layout-691283f9d4f6a1d3.js\"],\"ThemeProvider\"]\n3:I[1732,[\"385\",\"static/chunks/75504863-5f9267cdf03b69d1.js\",\"77\",\"static/chunks/77-b2ed327d60687a9b.js\",\"988\",\"static/chunks/988-13d51ea3bc47cedf.js\",\"746\",\"static/chunks/746-2c44f63089954251.js\",\"791\",\"static/chunks/791-5c69f2a174236cc3.js\",\"803\",\"static/chunks/803-0cf84cc58814c4df.js\",\"177\",\"static/chunks/app/layout-691283f9d4f6a1d3.js\"],\"I18nProvider\"]\n4:I[1598,[\"385\",\"static/chunks/75504863-5f9267cdf03b69d1.js\",\"77\",\"static/chunks/77-b2ed327d60687a9b.js\",\"988\",\"static/chunks/988-13d51ea3bc47cedf.js\",\"746\",\"static/chunks/746-2c44f63089954251.js\",\"791\",\"static/chunks/791-5c69f2a174236cc3.js\",\"803\",\"static/chunks/803-0cf84cc58814c4df.js\",\"177\",\"static/chunks/app/layout-691283f9d4f6a1d3.js\"],\"AuthProvider\"]\n5:I[5341,[],\"\"]\n6:I[25,[],\"\"]\n7:I[5104,[],\"OutletBoundary\"]\n9:I[7158,[],\"AsyncMetadataOutlet\"]\nb:I[5104,[],\"ViewportBoundary\"]\nd:I[5104,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[4431,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"xPyRjwNtNDQo_6GaMCeJt\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"ko\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],null],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"11:I[6505,[],\"IconMark\"]\na:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"D3RO Voice\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"로컬+클라우드 하이브리드 AI 음성 어시스턴트\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\"}],[\"$\",\"$L11\",\"3\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>