UberSalon IMS (Next.js 16)
Domain
Stack
Next.js 16 / React 19 / shadcn/ui / Zustand / TanStack Query & Table / next-intl
Port
3011
i18n
Default: zh-TW, Secondary: en-US
API Hooks
useApiQuery<T>(key, options)— React Query GET wrapperuseApiMutation<T, V>(options)— React Query mutation wrapper- Auto
Accept-Languagefrom NEXT_LOCALE cookie
Structure
src/app/— App Router pages & layoutssrc/hooks/useApi.ts— API hookssrc/api/index.ts— API registrysrc/stores/— Zustand storessrc/components/— shadcn/ui components