Skip to content
reaatech

Files · xAI Grok Code Sandbox for Small Business Financial Modeling

80 (1 binary, 574.6 kB total)attempt 1

README.md·856 B·markdown
markdown
# xAI Grok Code Sandbox for Small Business Financial Modeling
 
> An AI sandbox that lets SMB owners safely run AI-generated financial models and analyses with controlled execution and cost visibility.
 
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).