ThreadSpire A modern thread management platform with React frontend and Node.js backend. Project Structure Frontend/ - React application built with Vite Backend/ - Node.js API server Quick Start Backend cd Backend npm install npm run dev Frontend cd Frontend npm install npm run dev