/zen-blog

simple SEO friendly blog application. which is developed with Next.js and GraphCMS.

Primary LanguageJavaScriptMIT LicenseMIT

Zen Blog

This is a simple blog application. Which is developed with Next.js and GraphCMS. This is a practice project where i tried implement all neccessary features that a blog should have. here user can

  • read articles
  • comment on a article (captcha verified)
  • bookmark a article
  • view articles by category
  • search for articles

I used next js incremental static site generation feature to keep blog up to date with CMS and make blog more seo friendly. to make the blog ui i've used the Tailwindcss.

Live at: https://zenblog.vercel.app

Getting Started

clone this project to your machine and run following commands.

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Information

  • To use this code you will need a headless CMS for providing necessery data. in my case this is GraphCMS. use this link to clone my graphcms project with content models. Clone project

  • You need to setup some environment variables to make this project workable

Tech I Used:


Developer Contacts