Koritsu Documentation
Welcome to the Koritsu documentation! This is a file-based routing system for Bun APIs with automatic OpenAPI documentation generation.
Quick Start
Get started with Koritsu in just a few steps:
bash
npm install koritsuKey Features
- 🚀 File-based routing - Organize your API routes as files
- 📖 Automatic OpenAPI docs - Generate Swagger UI automatically
- 🛡️ Type-safe - Built with TypeScript and Zod validation
- ⚡ Fast - Built on Bun for maximum performance
- 🧪 Testing friendly - Easy to test with built-in utilities
Next Steps
- Learn about routing and file organization
- Explore OpenAPI integration features
- See examples of common patterns
Note: This documentation is powered by a simple Bun-based static site generator built specifically for this project!