Skip to content

Instantly share code, notes, and snippets.

@Silverbullet069
Last active January 14, 2024 12:00
Show Gist options
  • Save Silverbullet069/7f477df1ca8a5a18627c628aa27ff58b to your computer and use it in GitHub Desktop.
Save Silverbullet069/7f477df1ca8a5a18627c628aa27ff58b to your computer and use it in GitHub Desktop.
[Some insights about headless CMS that I'm currently studying] #cms #web

Some problems with the CMSes

  • It has too many solutions out there, each have their own pros and cons, a skillful devs must weight all of them in order to choose the most viable option:
  • Similarity: small quota limits, storage limits on the free tier.

Wordpress:

Free to download and self-host, but you need a PHP server.

Publii?

  • Prebuilt templates (free + premium)
  • auto gen seo tags (follow json-ld schema format that GG wants) (e.g. upload 1 img, resize to 3 diff specs (GG rcm) and gen meta tag desc, title, ...

Eleventy?

Sanity?

Netlify? / Netlify CMS?

Gatsby? / Gatsby Cloud?

  • Simpler than Netlify

Strapi?

Front-end (Static Site Generator) + Back-end (Headless CMS solution?)

Dynamic CMS vs Static CMS?

Prismic

  • Similar to Contentful
  • Content model + actual editorial/creation process is a lot better
  • "Slices" concept as reusable components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment