An opinionated template for high performance apps, build to use Bun
Runtime
Due to the high performance and ease of use, we opted to use BunJS strictly, this framework assumes using BunJS
Frameworks
- BackEnd - using
Hono, a faster and more performant thanexpressjs - FrontEnd - using
NextJSwithReactJSandTailwindCSS
Packages
- Authentication - with
Better-Auth - API - using tRPC, a fully typed RPC API Library
- State Management - using
React Query - Storage - using
S3storage compatible with the majority of storage providers
To Be Updated...