BusyTap is a multi-surface on-demand service marketplace repository with customer, provider, admin, and backend code living side by side.
User app and web/: Flutter customer web and app surfaceProvider app/: Flutter provider-facing surfaceService man app/: Flutter service-provider surfaceFirebaseBackend/: Firebase Functions and Firestore migration backendAdminPanel/: Laravel admin and legacy operational backenddocs/: repository-level engineering notesdata/: shared seed and migration-oriented data files
- This repository is not currently a single Node/Prisma webapp.
- Production work should preserve the mixed architecture and close integration gaps incrementally.
- Root-level
package.json,prisma/, and single-appsrc/scaffolding are intentionally not introduced here because they would misrepresent the current stack.
See docs/PROJECT_STATE.md for the latest audited project state, implemented migration slices, known risks, and deployment notes.