Website for Queue North Technologies — an 8x8 Certified Partner delivering UCaaS, Contact Center, deployment, and managed lifecycle support for SMB and enterprise organizations.
## Tech Stack (Phase 1)
- **Vite** — build tool and dev server
- **React 19** — SPA with client-side routing via React Router 7
- **Tailwind CSS** — utility-first styling with custom theme
- **shadcn/ui-style** — component primitives built in
- **Sonner** — toast notifications
- **TanStack Query** — server state management
- **Express** — backend API server
- **better-sqlite3** — local SQLite database
## Directory Structure (Phase 1)
-`index.html` — Entry point (Vite + React entry)
-`src/main.jsx` — React entry point with QueryClient and Toaster
-`src/App.jsx` — Layout wrapper with Header, MobileNav, Footer
-`src/router.jsx` — React Router configuration
-`src/lib/api.js` — API helper with TanStack Query