Skip to content

shabeem/loadguard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoadGuard

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

Getting Started

Install and run the development server:

npm run dev
npm install
npm run dev

Open http://localhost:3000 with your browser.

Prisma

Generate the client:

npm run prisma:generate

Run the seed after you create your local database and migrations:

npm run prisma:seed

Current Screens

  • / marketing homepage
  • /dashboard loads dashboard
  • /dashboard/upload upload workflow
  • /dashboard/loads/[loadId] load review detail
  • /dashboard/settings cost profile settings

Notes

  • 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.example as the starting point for local configuration

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors