Skip to content
reaatechREAATECH

Files · Intake Automation Agent for Solo Immigration Attorney

81 (1 binary, 574.5 kB total)attempt 2

README.md·807 B·markdown
markdown
# Intake Automation Agent for Solo Immigration Attorney
 
> Slash intake time from 30 minutes to 5 with AI-powered client screening and conflict checks.
 
A tutorialized reference solution from [reaatech.com](https://reaatech.com), demonstrating how to build production-grade AI systems with the `@reaatech/*` package family.
 
## Running locally
 
```bash
pnpm install
pnpm test            # vitest run with coverage
pnpm dev             # next dev
```
 
## Project layout
 
```
app/                  Next.js App Router pages + API routes
src/                  services, lib, adapters
tests/                vitest suite (mirrors src/)
packages/             API references for every dependency (read these first)
DEV_PLAN.md           build plan for this recipe
```
 
## License
 
MIT — see [LICENSE](./LICENSE).