This application is a specialized tool designed for the Strategy & Operations Manager, Driver Engagement role at Curri. It demonstrates a data-driven approach to driver advocacy, retention modeling, and operational experiment tracking.
- Google Cloud SDK installed and authenticated.
- A GCP Project with billing enabled.
Run the helper script:
chmod +x scripts/cloud-deploy.sh
./scripts/cloud-deploy.sh- Framework: Next.js 15 (App Router)
- Visualization: Recharts
- Styling: Vanilla CSS + Tailwind Utility Classes
- Containerization: Docker (optimized for Cloud Run)
- Retention Analytics: Monitoring weekly driver retention trends with Recharts.
- Sentiment Mapping: Categorizing qualitative driver feedback across the fulfillment lifecycle (Onboarding, Payment, Job Site).
- Experiment Tracker (0 → 1): Managing and measuring operational pilots like "Instant Pay" and "Job Site Waiting Relief".
- Strategic Recommendations: Automated insights generated from fleet data.
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.