What problem does it solve?
VeloxTS framework assistant helps developers design and implement type-safe full-stack TypeScript APIs by guiding on procedures, generators (velox make), REST route inferences, authentication, and validation. It provides clear patterns to accelerate endpoint creation, feature expansion, debugging, and learning VeloxTS conventions.
Core Features & Use Cases
- Guidance on creating API endpoints (procedures) and composing them into routers.
- Help with code generation commands (velox make resource, namespace, procedure, etc.) and quick-start examples.
- REST route inference from naming conventions and context about authentication/guards and validation.
- Troubleshooting references and common patterns for debugging VeloxTS applications.
Quick Start
Use VeloxTS to scaffold resources or single endpoints:
- Create a full resource: velox make resource Post
- Add a namespace for an existing Prisma model: velox make namespace Order
- Create a quick single endpoint: velox make procedure health