Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Next.js 15 blog template styled with Tailwind CSS and Shadcn UI.

A free, open-source Jekyll blog theme that applies Google's Material You design to static sites with a categories modal.

A simple Hugo theme suitable for a portfolio, documentation library, or blog.

A Jekyll theme based on the Grav CMS default theme Quark, offering a flexible two-column layout; currently in development.

A minimal Jekyll theme with three layouts and Sassline-based styling, installable as a Ruby gem or GitHub Pages remote theme.

Jekyll-powered personal blog of Max Glenister covering front-end development, hardware tinkering, and retro computing.

A LaTeX-style Hugo theme with the gruvbox color scheme for personal blogging.
Blogify is an open-source blogging template built on Next.js 15, TypeScript, Shadcn UI, and Tailwind CSS that gives you a complete, runnable blog with demo content, tag pages, and a newsletter section.
Blogify is a freely available blog starter template hosted on GitHub under the username frontendweb3. It runs on Next.js 15 with TypeScript and uses a REST API for fetching blog data, while Shadcn UI components provide the interface and Tailwind CSS handles styling. The template includes a home page, a reading page, a tags page, and a newsletter component, all visible in the repository's screenshots. A live demo is available at https://blogify-ten.vercel.app/.
Blogify is aimed at developers who want a modern, minimal blog without starting from zero. Developers launching a blog can clone the repository, swap in their own content, and deploy the project to Vercel or another Node.js host. Next.js learners can study a real TypeScript codebase that integrates a REST API with Shadcn UI. Open-source contributors can fork the repository, explore issues, and add planned features such as the search bar listed as an upcoming change.
The README outlines a four-step setup: first, clone the GitHub repository using git clone https://github.com/frontendweb3/blogify.git; second, move into the folder with cd blogify; third, install dependencies with pnpm install or yarn install; and fourth, start the development server with pnpm dev or yarn dev. The template runs locally on Node.js and is ready to deploy to any platform supporting Next.js.
Yes, Blogify is open-source, meaning the entire source code is publicly available on GitHub and can be used, modified, and shared under the terms of the repository's license.
Blogify combines Next.js 15, TypeScript, a REST API, Shadcn UI, and Tailwind CSS. It uses pnpm or yarn as package managers and can be run with the dev scripts shown in the README.
Not yet. The repository lists "Search bar support" under upcoming changes, so search functionality is planned but not included in the current version.
The template is deployed at https://blogify-ten.vercel.app/, where you can browse the blog, read posts, and test the newsletter component before setting up your own instance.
