Professor Tesa — Charcoal pencil skirt, crimson blouse, silver watch — the executive look
“The Weft Engine doesn't generate snippets. It weaves complete systems — from schema to deployment config, nothing left unfinished.”
The Weft Engine is The Hearth's code generation core. It takes a structured Architecture Specification (from the Planner) and produces complete, multi-file artifacts:
- Prisma schemas with indexes, constraints, and relations
- API route handlers with full CRUD, validation, error handling
- React components with state management, loading states, error boundaries
- TypeScript interfaces for end-to-end type safety
- Test scaffolds and seed data
- README and API documentation
The name "Weft" comes from weaving — the weft threads cross the warp to create fabric. The Engine weaves code across files to create a complete, interconnected system.