TenderAI
Frontend scaffold is ready.
You are running Next.js 16 with the React Compiler, Tailwind CSS v4, and standalone output. Start wiring applications, uploads, and the polling-based analysis status endpoints next.
Next steps
- Wire up Better Auth and application CRUD under app/(authenticated)
- Connect the document upload flow to R2 / MinIO
- Expose /api/applications/[id]/status for polling-based progress
Need to switch transports later? The UI is intentionally transport agnostic—swap `/api/applications/[id]/status` polling for SSE once the infra is ready.