Engineered a platform-style Next.js App Router architecture with thin route pages and feature-private modules, keeping booking, space, finance, procurement, and admin domains composable and maintainable. Standardized the data layer with TanStack Query (queryOptions/mutationOptions), SSR prefetch + HydrationBoundary, and mutation-driven cache invalidation to keep server/client state consistent. Built a reusable form system using TanStack Form (useAppForm, withForm) + Zod schemas + dynamic section loading for complex operational workflows (spaces, pricing, bookings, roles, settings). Implemented production-grade security/reliability: JOSE-encrypted sessions, middleware token refresh, route-level permission enforcement, centralized Axios fetch/error normalization, and Sentry instrumentation across client/server/edge. Created and maintained a Cursor rules layer (.cursor/rules) that codified feature/query/form/table patterns, reducing implementation ambiguity and accelerating onboarding, PR consistency, and delivery flow.