JavaScript blog-engine

Open-source JavaScript projects categorized as blog-engine

Top 7 JavaScript blog-engine Projects

blog-engine
  1. VuePress

    📝 Minimalistic Vue-powered static site generator

    Project mention: Top 10 Vue.js libraries you should be using in 2025 | dev.to | 2024-12-30

    VuePress is a minimalistic Vue-powered static site generator optimized for technical documentation and websites with a focus on content. It is suitable for creating documentation websites, blogs, and other content-focused projects.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. eleventy 🕚⚡️

    A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

    Project mention: Ask HN: Static Site (not blog) Generator? | news.ycombinator.com | 2025-05-06
  4. MVCBlog

    Blog engine based on ASP.NET Core 9 and Twitter Bootstrap 4

  5. Antville

    The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001.

  6. MongoDB-React-Express-Node-Fullstack-TechBlogsite

    (W.I.P) * 🛠 Fullstack Blogsite built using React/Nextjs as a frontend , express js (backend framework) and MongoDB as a database.Also, implemented various features like form validation ,user authentication(signup and login functionalities) ,separate user profiles, reset password, forgot password and much more.

  7. portfolio

    Windowed UI framework and custom blog platform built for my personal portfolio (by jewelcodes)

  8. intertwingle

    A static site generator that helps to keep your HTML DRY

    Project mention: Ask HN: Server-side HTML Templates based on DOM? | news.ycombinator.com | 2024-07-20

    If you consider static site generators as a special case of side-server rendering, then that is basically the principle that underlies my personal ssg [0].

    Highlevel idea: It reads in all HTML files, parses them with JSDOM, builds a metamodel of the overall website, which (ab-)uses standard HTML meta tags as alternative to a frontmatter (e.g declares the particular file as the template for the category articles, while declares a particular file as part of the category articles. And then it uses a non-standard HTML tag to call JS plugins with the whole meta-model of the site, so it can plug together content and template, rewrite parts of the DOM (for example add bidirectional links when desired, run a syntax highlighter on tag, count words). When all plugins have run the DOM is serialized into HTML. Admittedly it could be a tad faster, but for my purposes it is good enough. I don't mind running a ton of JS on my machine, but still can serve mostly static HTML with very few sprinkles of client-side JS

    [0] https://github.com/fnh/intertwingle/

  9. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript blog-engine discussion

Log in or Post with

JavaScript blog-engine related posts

  • Enhance an 11ty site at the edge

    4 projects | dev.to | 21 Mar 2025
  • The curious case of the paragraph with the bad CLS

    1 project | dev.to | 3 Dec 2024
  • Ask HN: Is It Time for a WordPress Alternative?

    1 project | news.ycombinator.com | 18 Oct 2024
  • Writing HTML by hand is easier than debugging your static site generator

    13 projects | news.ycombinator.com | 1 Jul 2024
  • Making a Simple Self-Hosted Photo Gallery with 11ty

    2 projects | dev.to | 5 Jun 2024
  • Create a Blog with Eleventy and Storyblok

    2 projects | dev.to | 13 May 2024
  • Ask HN: What's the simplest static website generator?

    10 projects | news.ycombinator.com | 29 Mar 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source blog-engine projects in JavaScript? This list will help you:

# Project Stars
1 VuePress 22,749
2 eleventy 🕚⚡️ 18,062
3 MVCBlog 248
4 Antville 81
5 MongoDB-React-Express-Node-Fullstack-TechBlogsite 31
6 portfolio 16
7 intertwingle 1

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?