Skip to content

public version of the private blog application for the time being

Notifications You must be signed in to change notification settings

ryan-k8/mdx-blog

Repository files navigation

MDX-Blog (Scribere)

  • A web application where where user (admins) can create blog using MDX (rich markdown format) with custom components.
  • Supports Oauth2 authentication using Github and Google providers (Auth.js)
  • Applied different rendering strategies with client and server components composition like SSR,SSG,ISR.
  • Improved performance and security using Nextjs’s Server Actions to offload intensive and sensitive operations to server .
  • Integrated services like Github repository as storage for storing mdx files,Cloudinary for images etc.
  • Implemented a live MDX Editor with custom components supporting re-rendering of mdx (on error) on the fly using React error boundaries
  • Redis cache for storing blur(image optimization on server using plaiceholder) and executing jobs (mailing,logs) with cron jobs.

Getting Started

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Screenshot 2024-08-22 at 12 58 30 AM Screenshot 2024-08-22 at 12 59 29 AM Screenshot 2024-08-22 at 1 07 57 AM 768-bb9e-e5f6dda70656"> Screenshot 2024-08-22 at 1 05 27 AM

About

public version of the private blog application for the time being

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published