zephyr
zephyr copied to clipboard
Express TS meta framework that designed with developer experience in mind
Currently [Express](https://expressjs.com/) and [Zod](https://zod.dev/) is baked into the framework. Should we decouple them and allows developer to use: - [Koa](https://koajs.com/) or [Fastify](https://www.fastify.io/) for server - [Typebox](https://github.com/sinclairzx81/typebox) for request validation **Pros**...
I personally quite dislike yaml, so the first thing I'd always do after using `create-zephyr-app` would be converting those back to json. It would be nice to be able to...