logo

How2WithHanzo

Explore
cover-pic

how 2 with hanzo

first off, im hanzo (hanzalah)

h2wh is a blogging application that I created for my personal use but can be extended to other users as well. it is built upon:

  • Cloudflare Workers (framework used : HONO)
  • React with Typescript
  • PostgresQL (ORM used : Prisma)
  • Zod (types)

    This was an interesting project because of the usage of Cloudflare. The backend here is not a simple node server, its a Worker. Meaning that there are multiple servers all across the globe that can host my code. Its a lot accessible to the clients.

    I also created and deployed a separate NPM package for my zod types. This makes it easier for the type integrations in the frontend.