AI workspace
AI architecture for Smart Apply
Generated implementation guidance describing project shape, targets, and coding expectations for AI-assisted work.
AI Architecture
Project
- Name: smart-apply
- Type: full-stack
- Framework: react
- Language: ts
Setup
- Depth: semi-custom
- Mode: full
- Scope: mixed
Targets
- copilot
Coding Style
- Use TypeScript strict mode across both frontend and backend.
- Keep frontend and backend concerns clearly separated.
- Validate all API inputs at the boundary with Zod or equivalent.
- Handle loading, error, and empty states in UI components.
Review Rules
- Prefer existing design-system components first.
- Do not introduce new UI libraries without approval.