Motion - A Blogging website

August 1, 2024

Live Demo

Motion is a blogging website made using React, Typescript, PostgreSQL, Hono (a cloudflare alternative to Express) and Prisma.

Tech Stack

  • React
  • Typescript
  • PostgreSQL
  • Prisma
  • Hono

Features

  1. Authentication for users done using JWT.
  2. Publish your blogs using a Rich-Text Editor.
  3. A blog feed where users can see all the blogs by every user.
  4. Blogs are cached using Prisma Accelerate to improve response time.

Deployment

  • Backend - Cloudflare Workers
  • Frontend - Cloudflare Pages
  • Version Control - Git/GitHub