Skip to main content
BlogLoom is a full-stack blogging platform built with Spring Boot, MyBatis and Vue. It consists of a public blog frontend, a content management console and a backend service, covering everything from Markdown authoring to site operations.

The problems it solves

  • Scattered content: writing, publishing, comments and analytics spread across tools. BlogLoom brings them into one system.
  • Complex deployment: a standard decoupled architecture with a predictable, maintainable deployment process.
  • Hard to extend: a clearly layered backend and independent frontend modules make it easy to swap themes or add APIs.

System components

Next steps

Quick start

Initialize the database and run all three apps in five minutes.

Architecture

How the frontend, admin and backend collaborate.

Core concepts

Understand posts, categories, tags, columns and moments.

Deploy

From environment setup to production deployment.
BlogLoom is a derivative of Naccl/NBlog, licensed under the original MIT License.