eleventy-base-blog VS htmx

Compare eleventy-base-blog vs htmx and see what are their differences.

eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator. (by 11ty)

htmx

</> htmx - high power tools for HTML (by bigskysoftware)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
eleventy-base-blog htmx
28 567
1,158 32,837
1.0% 3.6%
6.4 9.6
4 days ago 5 days ago
Nunjucks JavaScript
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

eleventy-base-blog

Posts with mentions or reviews of eleventy-base-blog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-01.
  • From Jason: my custom digital garden in 11ty
    4 projects | /r/DigitalGardens | 1 Nov 2023
    11ty is a lightweight static site generator. I chopped up my HTML and used the 11ty starter template called eleventy-base-blog as the structural foundation for the site.
  • It's 2023. How are you developing simple static websites?
    5 projects | /r/webdev | 30 Jan 2023
    Sure! It's on github at https://github.com/nosecreek/dustin-lammiman - I started with https://github.com/11ty/eleventy-base-blog for the basic templating logic.
  • 11 Top Eleventy Blog Themes (Starters) in 2023
    12 projects | dev.to | 9 Jan 2023
    Eleventy Base Blog demo site Source
  • Stop delaying. Share knowledge on a blog built with Eleventy.
    7 projects | dev.to | 19 Jul 2022
    To generate a static blog, we will be using Eleventy. Using the blog example from Eleventy as a base for our blog. Clone the repository:
  • Can you "call" another HTML file within an HTML file?
    4 projects | /r/webdev | 5 May 2022
    I would do this with Eleventy which is a powerful static site generator with support for html partials (partial is what I call your toolbar here). You would use the template language nunjucks which Eleventy comes with support for, or you can choose plain html too if you don't want the Nunjucks capabilities for logic like if/else, for loops, javascript injection of dynamic values in your html at site generation time, etc. This repo shows most of the techniques you could need and use: https://github.com/11ty/eleventy-base-blog
  • Getting Started with 11ty
    5 projects | dev.to | 1 May 2022
    For the second site I made using 11ty, I used this repo which is a more advanced 11ty template that can be customized. After following the instructions in the README.md file and edited all the markdown I came up with this:
  • Working with 11ty/eleventy to make Blogs
    4 projects | dev.to | 27 Apr 2022
    Pre-established Eleventy Blog Template Go to eleventy base blog to clone the repository to your local file/folder.
  • Creating a Blog with 11ty and HAX11ty
    6 projects | dev.to | 21 Apr 2022
    The next example we'll look at goes more into depth of 11ty. We are creating this site from this template.
  • Getting Started with Vercel
    5 projects | dev.to | 14 Mar 2022
  • Intro to 11ty
    3 projects | dev.to | 13 Mar 2022
    Say you want a more professonal looking site without having to do a lot of extra work, you’re in luck! 11ty has a community that has created templates that are available at this site. For this example, we will use the eleventy-base-blog, make sure to go to this repo and select the USE THIS TEMPLATE button to make a copy of the project in your namespace.

htmx

Posts with mentions or reviews of htmx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.
  • Migrating Next.js App to GO + Templ & HTMX
    5 projects | dev.to | 5 May 2024
    Recently, I just rewrite one of my application Stashbin from Next.js to GO. Though my main motivation of this migration was to learn GO and experimenting with HTMX. I also aiming to reduce the resource usage of my application and simplify the deployment process. Initially, Stashbin codebase are split into two seperate repository, one for the frontend that uses Next.js and another for the backend that already uses GO. The backend repository is just a REST API responsible for storing and retreiving data from the database.
  • 🕸️ Web development trends we will see in 2024 👀
    3 projects | dev.to | 2 May 2024
    HTMX is another library that gained popularity due to its server-first approach to rendering data, although seeking a much simpler way of appealing to developers.
  • Reusable Input Datalist
    1 project | dev.to | 6 Apr 2024
    When I work with HTMX I need isolated component that can be reusable a form. So I create a PHP Function that generate the Input Datalist.
  • HTMZ inspired form subission
    2 projects | dev.to | 31 Mar 2024
    I was inspired by htmz (which was in turn inspired by htmx) and how the author got pretty close to a basic htmx-like experience just using an iframe. I wanted to push it a little further so whipped this demo together. My submission demonstrates progressive enhancement for the form - with js enabled the request targets an iframe that is inserted into the dom, meaning the page doesn't actually navigate (similar to event.preventDefault()). The iframe receives the html response from the request and on load triggers a function to swap out it's contents into the main page.
  • Example Java Application with Embedded Jetty and a htmx Website
    3 projects | dev.to | 28 Mar 2024
    As described on htmx.org: "htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext"
  • Show HN: ZakuChess, an open source web game built with Django, Htmx and Tailwind
    3 projects | news.ycombinator.com | 9 Mar 2024
    Apart from the source code itself, the repo's README also gives a bit more details about the various packages I used.

    1. htmx: https://htmx.org/

  • Show HN: Alpine Ajax – If Htmx and Alpine.js Had a Baby
    1 project | news.ycombinator.com | 4 Mar 2024
    Also, there’s some response header juggling you have to do when submitting forms that have a validation step before redirecting: https://github.com/bigskysoftware/htmx/issues/369

    I’ve tried to iron out any footguns or server requirements I’ve bumped into while using HTMX & Hotwire in my projects.

  • 🤓 My top 3 Go packages that I wish I'd known about earlier
    6 projects | dev.to | 1 Mar 2024
    ✨ In recent months, I have been developing web projects using GOTTHA stack: Go + Templ + Tailwind CSS + htmx + Alpine.js. As soon as I'm ready to talk about all the subtleties and pitfalls, I'll post it on my social networks.
  • FLaNK Stack 26 February 2024
    50 projects | dev.to | 26 Feb 2024
  • Go + Hypermedia - A Learning Journey (Part 1)
    6 projects | dev.to | 23 Feb 2024
    I've been digging into HTMX lately (using Python web frameworks) and find the concepts and approach to be interesting and promising. The idea of hypermedia driven systems over the current practice of JavaScript based frameworks (I never really got into React, played with Vue, and enjoy Svelte/SvelteKit) and the ability to chose your language/framework for the backend while primarily leveraging HTML/CSS on the frontend just seems refreshing.

What are some alternatives?

When comparing eleventy-base-blog and htmx you can also consider the following projects:

eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

eleventy-soft-ui-design - Eleventy (11ty) - Soft UI Design | AppSeed

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

neat-starter - Starter Template for Netlify CMS, Eleventy, Alpine JS & Tailwind CSS

astro - The web framework for content-driven websites. ⭐️ Star to support our work!

eleventy-chirpy-blog-template - Blog template for 11ty based on Chirpy UX

unpoly - Progressive enhancement for HTML

assemblylift - The easiest way to build & deploy cloud native microservices! Written in Rust, powered by WebAssembly 🚀

react-snap - 👻 Zero-configuration framework-agnostic static prerendering for SPAs

eleventy-template-blog

django-unicorn - The magical reactive component framework for Django ✨