This is a standalone project template
Located in projects/test-project/
Test Project
A minimal test project demonstrating the base template structure and TDD workflow.
prototype
Testing
Template
TDD
Features
- Vitest setup
- Drizzle ORM
- Server actions
- Type-safe schemas
Project Structure
projects/test-project/ ├── components/ # React components ├── lib/ │ ├── actions/ # Server actions │ ├── db/ # Database schema │ └── ai/ # AI integrations ├── README.md # Documentation ├── Makefile # Build commands └── package.json