Skip to content
/ blogify Public template

Blogify is an open-source nextjs blog template design with tailwind CSS.

License

Notifications You must be signed in to change notification settings

frontendweb3/blogify

Repository files navigation

Blogify

The Blogify is an open-source blogging template created with Next.js 15, TypeScript, a Rest API, Shadcn UI, and Tailwind CSS.

Check out the demo of the blogify template.

Demo

Demo

Our Template Stack

  • Next.js
  • Tailwind CSS
  • TypeScript
  • Rest API
  • Shadcn UI

Pictures

Home page

Reading page

pages

Tags page

Card

Newsletter

Clone Repository

First, clone the blogify repository from GitHub using the following command:

## Step 1

git clone https://github.com/frontendweb3/blogify.git

## Step 2
cd blogify

## Step 3
pnpm install
# or
yarn install

## Step 4
pnpm dev
# or
yarn dev

Upcoming change

  • Search bar support