Textpattern VS Gridsome

Compare Textpattern vs Gridsome and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Textpattern Gridsome
15 37
760 8,525
1.4% 0.2%
9.4 0.0
18 days ago 16 days ago
PHP JavaScript
GNU General Public License v3.0 only MIT License
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.

Textpattern

Posts with mentions or reviews of Textpattern. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-28.
  • Revisiting Textpattern
    3 projects | news.ycombinator.com | 28 Oct 2023
    >What's with the insistence of running it off of just MySQL?

    I think the most honest answer here is that it's planned but not scheduled. There's an open issue to update Textpattern to PDO:

    https://github.com/textpattern/textpattern/issues/345

    …which will open up a whole new world of possibilities.

    The Textpattern dev team & user base is pretty small, and the user base is largely patient, so Textpattern can sometimes fall into a trap of being 'good enough for now' and go for extended periods of time with few commits. What tends to happen is a release is scheduled, takes place, and then the plans for the next release are more forefront in our minds. The most recent release was nearly two years ago, which is a long time in Textpattern terms, but I'm confident we can get Textpattern 4.9 into the release pipeline this winter. More on that here:

    https://github.com/textpattern/textpattern/issues/1879

  • Style Your RSS Feed
    7 projects | news.ycombinator.com | 20 Jun 2023
    https://github.com/textpattern/textpattern/releases.atom
  • Craft CMS 4 Released
    3 projects | news.ycombinator.com | 5 May 2022
  • Ask HN: For static HTML, what is your go to template?
    4 projects | news.ycombinator.com | 22 Mar 2022
    Depends on the need...I have a quick LibreOffice HTML template in light or dark. I include metas for mobile use in the document properties. I also have a PHP controller that can easily modify these if I need it to be more dynamic.

    Otherwise I use https://picocss.com/ for some things.

    For publishing I either drop the HTML file in a folder with or without a controller, or start a new endpoint by creating a new section in TXP [1] and drop in whatever HTML and txp xml tags I need there.

    1. https://textpattern.com/

  • Textpattern CMS – open-source content management system
    1 project | news.ycombinator.com | 6 Mar 2022
  • Textile Markup Language
    5 projects | news.ycombinator.com | 23 Feb 2022
    Textile was the driving markup behind Textpattern (https://textpattern.com/), one of the better publishing/CMS tools out there on PHP. It had a nice object oriented approach that was less painful than Wordpress, and gave great flexibility to design aspects in ways that were easier to work with than Wordpress... but Wordpress won the popular marketshare, and TP was relegated to some diehards. Those diehards still pump out fixes and features, and it's worth a look at https://github.com/textpattern/textpattern/ if you want to see something a bit different.
  • Textpattern CMS
    2 projects | news.ycombinator.com | 10 Aug 2021
    >It bills itself as a "Content Management System", which I've always thought was an amorphous term. I suppose you could use it for a blog, wiki, or something similar.

    Textpattern person here. It's readily usable as a blog, corporate site, etc. A wiki would be less straightforward, especially if you have multiple users doing stuff, since we don't have any revision history built into the core software.

    Textpattern 4.0.0 (the first production version) was released in 2005, and we're currently working on Textpattern 4.8.8 for release in Q4 this year after PHP 8.1 lands at the end of November.

    The 4.9 release series is also being worked on, we'll probably see the first cut from that branch in 2022.

    Some links:

    * https://github.com/textpattern/textpattern (core software)

    * https://forum.textpattern.com/ (community forum)

    * https://docs.textpattern.com (docs)

    * https://textpattern.co/demo (demo landing page)

    * https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=textpattern (CVEs on mitre.org)

  • Static site generators to watch in 2021
    25 projects | news.ycombinator.com | 7 Jun 2021
  • WordPress is 18
    12 projects | news.ycombinator.com | 27 May 2021
    Wordpress made a great impact on the net, and I was happy when clients liked its ease of use and relieved from the burden of making content changes. (Though, I've always felt that https://textpattern.com/ was more secure and better than Wordpress).
  • Any good math blogging platforms?
    1 project | /r/CasualMath | 19 May 2021
    Consider Textpattern.

Gridsome

Posts with mentions or reviews of Gridsome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-16.
  • My Sixth Year as a Bootstrapped Founder
    5 projects | news.ycombinator.com | 16 Feb 2024
    Thanks for reading!

    The web tech stack is actually one of my biggest regrets. It's a static site generator called Gridsome[0] that the maintainers abandoned about three months after I used it to launch the TinyPilot website.

    At the time I made the TinyPilot site, I was very excited about Vue, so a Vue-based SSG seemed great. Since then, I've come to find SPAs and most frontend frameworks to be way too much complexity, so I've moved away from Vue, but the TinyPilot website is still stuck on Vue 2.x and bootstrap-vue (which is tied to Vue 2 and Bootstrap 4).

    So, it keeps creaking along, but building the 100ish pages on the site takes about five minutes, whereas I think something like Hugo could probably do it in a few seconds. Plus, we get random runtime errors[1] that are pretty hard to debug.

    [0] https://gridsome.org/

    [1] https://github.com/nuxt/nuxt/issues/5800

  • How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
    15 projects | dev.to | 18 Oct 2023
    Nuxt.js and Gridsome are tailor-made for Vue.js developers.
  • Top ten popular static site generators (SSG) in 2023
    8 projects | dev.to | 18 Feb 2023
    Gridsome — Jamstack SSG tool for Vue developers
  • Will anyone hire a 33 yo newbie?
    9 projects | /r/learnprogramming | 24 Jan 2023
    Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.
  • Migration from Gridsome to Astro
    8 projects | dev.to | 14 Jan 2023
    Among other thoughts, I considered a possibility of migration to a newer tech stack (because I can). Don't get me wrong, I actually love Gridsome (which is underneath my website now). But it's quite obsolete, and it's actually a dead project now.
  • Do you use Vue for smaller static sites?
    11 projects | /r/vuejs | 28 Nov 2022
    One downside of Gridsome is that development seems to have stopped if you look at their github. For that reason I've recently switched my Gridsome clients to Nuxt
  • What is a valid alternative to Gatbsybased on VUE.Js for small website like a Portfolio?
    2 projects | /r/vuejs | 28 Nov 2022
    I definitely think Nuxt is worth learning for more than just a static site. However, there is a Gatsby-like Vue framework that focuses on SSG: https://gridsome.org/
  • Top 10+ most dead-easy ways to make a web app
    3 projects | dev.to | 17 Nov 2022
    Gridsome
  • TezJS: Say Hello to Website Premix Framework
    8 projects | dev.to | 3 Oct 2022
    All the Static Site Generators have been in the market for many years. With time, they get new improvements and upgrades as well. While considering SSG frameworks, like Gatsby, Nuxt, Gridsome, Next, and many more have been on the developer’s list for a long time. But when we talk about blazing fast web performance as per core web vital, then we have to do a lot of work in the available frameworks, after connecting a lot of dots (in terms of web performance), but still, we cannot achieve the web performance as per our need if we consider a use case of a large website where 20+ components are in one page.
  • There is framework for everything.
    107 projects | /r/ProgrammerHumor | 4 Aug 2022

What are some alternatives?

When comparing Textpattern and Gridsome you can also consider the following projects:

Attendize - Attendize is an open-source ticket selling and event management platform built on Laravel.

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

Kirby - Kirby's core application folder

tinacms - A fully open-source headless CMS that supports Markdown and Visual Editing

ProcessWire - ProcessWire 3.x is a friendly and powerful open source CMS with a strong API.

SvelteKit - web development, streamlined

Strapi - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

wp2static - WordPress static site generator for security, performance and cost benefits

Gatsby - The best React-based framework with performance, scalability and security built in.

firecms - Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!