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 →
Top 7 JavaScript blog-engine Projects
-
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.
-
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.
-
eleventy 🕚⚡️
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
-
-
-
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.
-
portfolio
Windowed UI framework and custom blog platform built for my personal portfolio (by jewelcodes)
-
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/
-
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.
JavaScript blog-engine discussion
JavaScript blog-engine related posts
-
Enhance an 11ty site at the edge
-
The curious case of the paragraph with the bad CLS
-
Ask HN: Is It Time for a WordPress Alternative?
-
Writing HTML by hand is easier than debugging your static site generator
-
Making a Simple Self-Hosted Photo Gallery with 11ty
-
Create a Blog with Eleventy and Storyblok
-
Ask HN: What's the simplest static website generator?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 13 May 2025
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 |