LoadGuard is a starter scaffold for an AI load review copilot built for small trucking carriers.
The scaffold includes:
- a branded marketing homepage
- dashboard, upload, load detail, and settings screens
- mock data for instant demos
- Prisma schema and seed for the next implementation step
Install and run the development server:
npm run dev
npm install
npm run devOpen http://localhost:3000 with your browser.
Generate the client:
npm run prisma:generateRun the seed after you create your local database and migrations:
npm run prisma:seed/marketing homepage/dashboardloads dashboard/dashboard/uploadupload workflow/dashboard/loads/[loadId]load review detail/dashboard/settingscost profile settings
- the UI is scaffolded with mock data so the app demos immediately
- auth, uploads, OCR, and AI extraction are intentionally left as the next implementation layer
- use
.env.exampleas the starting point for local configuration