Skip to content

Delicious fullstack Bun boilerplateHono + React

A simple boilerplate to hit the ground running.



About

This is all about creating a simple boilerplate to hit the ground running. The project will lean on Bun as much as possible through out the development processto keep the project light and easy to maintain.

Currently a static frontend and a Hono API are included.

Some DB work is coming but not yet implemented.

Roadmap

  • Unit tests
  • E2E playwright tests
  • Attach postgres db
  • Attach redis cache
  • Frontend Auth
    • Attaching auth headers
    • Auth hook
      • get auth state
      • get token/user info
    • Protected routes
    • Auth actions
      • sign in
      • sign up
      • etc...
  • Backend Auth
    • Middleware for protected routes
    • Attach user id to request logger
    • oauth support
    • email otp support
    • sms otp support ? who knows ?
  • Email sending API
  • Github actions
    • Automated PR tests check