You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does a whole bunch of stuff like support oauth, email sending using Amazon SES, permissions, rate limiter using durable objects, SQL database using PlanetScale
There are still some todos and it isn't 100% complete yet but it is largely all there. I am also currently using Zod and will eventually move to use the inbuilt validator in Hono.
I think it's rare for there to be such extensive examples available to you when creating a npm/bun/deno application from the CLI but at the same time I wonder why not?
When I use the CLI I usually just want to have a minimalistic template so I can work on everything myself and if I don't want to do that I will look for starter templates on github (and hopefully finding repo's such like the one you created).
I wonder what others think of this idea? I am for it but (like you say) I think it would be better to create a separate category for the more extensive examples.
It does a whole bunch of stuff like support oauth, email sending using Amazon SES, permissions, rate limiter using durable objects, SQL database using PlanetScale
https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate
It might be worth linking to as a larger example? But if not don't worry about it.
The text was updated successfully, but these errors were encountered: