Ghost theme starter kit

I recently created a ghost theme starter kit, and it is open-source under the MIT license. It is a starter theme built using Vite, Tailwind CSS, and Ghost CMS. It helps developers start building new themes within seconds without any problems. Clone the repo, install the dev dependencies using pnpm, yarn, or Bun, and start the dev server with the pnpm dev command and start building your ghost theme.

Everything is pre-configured for your Tailwind CSS 4 and Vite in the ghost theme. You can install any npm package in your theme and use it.

3 Likes

Looks nice! Did you manage to get automatic reloads or HMR working?

I built something similar with a slightly different approach: GitHub - christopher-b/vapour: Ghost CMS theme boilerplate with Vite + TailwindCSS · GitHub

No, Reload can not be achieved in my ghost theme starter kit