JavaScript Blogging

Open-source JavaScript projects categorized as Blogging

Top 23 JavaScript Blogging Projects

  1. Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

    Project mention: I Built a Free Shadow API Scanner and Found 269 Forgotten Routes in Ghost CMS | dev.to | 2026-07-12

    To see if shadowaudit actually works on real code (not just toy examples), I ran it against Ghost CMS - the publishing platform that powers 404Media, Platformer, and The Browser. It's a production-grade Express.js app with a large API surface. The first scan found 269 routes. But the initial results had problems. Ghost uses a custom auth middleware called mw.authAdminApi that shadowaudit didn't recognize - so 213 routes that actually had auth were reported as "no auth detected." That's a 70% false negative rate. Embarrassing. So I fixed it. The v0.3.0 update added AST-based auth detection - instead of matching hardcoded pattern strings, it walks the route's arguments in the code's abstract syntax tree and checks if any middleware name contains auth-related words like "auth," "login," "token," "jwt," or "passport." After the fix: 235 routes correctly authenticated, 0 false positives, 34 routes legitimately public (login, password reset, setup endpoints - expected). Ghost's security was solid. Zero real vulnerabilities. But the scan proved shadowaudit works on real, production-grade codebases - not just examples.

  2. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. blog-post-workflow

    Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed

    Project mention: Your GitHub Profile README Is Boring — Here Are 10 Templates That Actually Stand Out | dev.to | 2026-03-25

    Auto-pull your latest articles with blog-post-workflow.

  4. CoverView

    🛠 Create awesome cover images for your blog posts quickly.

  5. Ghost-CLI

    CLI Tool for installing & updating Ghost

  6. blogging-site

    This project is a mini version of a working blogging website. This project is done by using only HTML, CSS and JS. This is a node.js app. And using firebase as its databse.

  7. ghost-on-heroku

    One-button Heroku deploy for the Ghost 3.2.0 blogging platform. (by SNathJr)

  8. AnimatedGallery

    A beautiful and modern photo gallery application

  9. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  10. merlot

    Web based Markdown writing app built with isomorphic Ink and Torus

  11. cross-post

    Cross Post a blog to multiple websites

  12. telescope

    A tool for tracking blogs in orbit around Seneca's open source involvement (by Seneca-CDOT)

  13. demolab

    Demolab is my fantasy project created to understand the power of JAMstack using JavaScript(Reactjs), API(Netlify and Aws) and pre-built Markup(Gatsby).

  14. Epiphany

    A note-taking App with a static blog generator focusing on technical writing (by shi-yan)

  15. gatsby-blog-mdx

    A ready-to-use, customizable personal blog with minimalist design

  16. devspace

    Top posts from the best developer platforms at one place. (by rutikwankhade)

  17. webnami

    WebNami is an opinionated blogging website generator optimized for SEO, speed, and performance 🚀

    Project mention: Show HN: WebNami – Open-source local-first static blogging platform | news.ycombinator.com | 2026-03-10
  18. integrate-io

    Cross-Post your blogs between dev.to, Medium and Hashnode 🔀

  19. create-harold-app

    Static blog/site generator

  20. metaphore

    Story as Code. Public Collections of Metaphore our Freestyler accross the world. Gain knowledge with unusual perspective from our Punk members. (by StreetCommunityProgrammer)

  21. as-notes

    VS Code Personal Knowledge Management System (PKMS) - Markdown Editing, Wikilinks (inc. Nested), Tasks, Kanban, Files, Publish to HTML, Daily Journal, Encrypted Notes

    Project mention: How do you promote a low value, high conversion rate app without PPC? | news.ycombinator.com | 2026-07-08

    I have an freemium VS code extension that is converting well (we have 1 perpetual licence sale for every 10 VS Code market place downloads). But I'm having difficulty raising awareness of the extension (330 installs so far on https://marketplace.visualstudio.com/items?itemName=appsoftw...). The extension is https://www.asnotes.io - a notes / PKMS extension for VS Code that includes wikilinking, task management, a kanban board, daily journalling and static site publishing). The perpetual licence, which I feel is priced reasonably, is not enough to justify PPC ad spends to raise awareness. Developer communities like Hacker News are receptive, but you can only post about your app so many times there. Any advice on marketing this sort of app would be appreciated.

  22. blockchain-node

    This is a repository for my blog post on LogRocket. The title of the post is Interact with smart contracts via React and a Node.js API in which I showed how to develop a nodejs server as a middleware to make ordinary browsers possible to interact with smart contracts without using any third party plugins or extensions such as Metamask. (by zafar-saleem)

  23. tryscroll

    Try Scroll in your web browser

  24. blog-posts

    A collection of my Fastify blog posts! (by Eomm)

  25. Linkedin-RSS

    Post the latest post from your RSS Feed to your LinkedIn Profile

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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 Blogging discussion

Log in or Post with

JavaScript Blogging related posts

  • I Built a Free Shadow API Scanner and Found 269 Forgotten Routes in Ghost CMS

    2 projects | dev.to | 12 Jul 2026
  • Good Careers at Bad Companies

    1 project | news.ycombinator.com | 5 Jun 2026
  • I built a dependency health scanner in a day. Here's what I shipped and what I cut.

    2 projects | dev.to | 19 May 2026
  • Show HN: WebNami – Open-source local-first static blogging platform

    1 project | news.ycombinator.com | 10 Mar 2026
  • Local Journalism Is How Democracy Shows Up Close to Home

    1 project | news.ycombinator.com | 13 Jan 2026
  • Ghost is a powerful app for professional publishers

    1 project | news.ycombinator.com | 1 Dec 2025
  • Makefile is Awesome, and I Love It

    1 project | dev.to | 19 Oct 2025
  • A note from our sponsor - Kargo
    akuity.io | 4 Sep 2026
    Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →

Index

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

# Project Stars
1 Ghost 55,085
2 blog-post-workflow 3,442
3 CoverView 1,104
4 Ghost-CLI 496
5 blogging-site 242
6 ghost-on-heroku 228
7 AnimatedGallery 174
8 merlot 153
9 cross-post 131
10 telescope 96
11 demolab 84
12 Epiphany 83
13 gatsby-blog-mdx 71
14 devspace 60
15 webnami 56
16 integrate-io 55
17 create-harold-app 37
18 metaphore 27
19 as-notes 24
20 blockchain-node 22
21 tryscroll 18
22 blog-posts 17
23 Linkedin-RSS 15

Sponsored
Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io

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