It's a small, simple and blazing fast web framework.
- Async by default
- File based routing. Possible methods:
get, post, put, patch, delete, head, options
- Typesafe parsing, validation and usage with built-in Zod for:
- Body
- Query parameters
- URL parameters
- Environment variables
Check out the example
directory, you can also run npx tsx example
to start it locally.