# Queue-North-Website — Changelog ## v0.1.0 — Phase 1 Foundation — 2026-05-12 ### Added - Rebuilt project foundation on Vite + React SPA with React Router. - Added Tailwind CSS with Queue North light-first business palette. - Added shadcn/ui-style local primitives for buttons, cards, inputs, textarea, select, badge, sheet, and dialog usage. - Added Sonner toast support and TanStack Query provider/API helper. - Added Express backend with `/api/health`, `/api/leads`, and `/api/support`. - Added better-sqlite3 storage for `leads` and `support_requests`. - Added all planned frontend routes for home, about, services, service details, industries, industry details, 8x8, contact, and support. - Added Phase 1 documentation, build summary, script reference, and phase-based versioning rules. ### Changed - Replaced the static HTML/CSS/JS entry with the Vite React entry. - Updated README to point to `OVERHAUL_PLAN.md` as the design source of truth. - Standardized versioning so Phase 1 uses `0.1.x`, Phase 2 uses `0.2.x`, and later phases follow the same pattern. - Added Bishop verification rules and the requirement that Ripley pushes to `dev` after each verified phase. ### Verified - `npm run build` passes. - Backend health endpoint responds successfully at `/api/health`. - Required routes are configured. - Contact and support API paths exist and write through SQLite. ## v0.0.1 — Project Initialization — 2026-05-11 ### Added - Project initialized with PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md.