SteadyCMS — a flexible, block-based, static site CMS frontend for desktop.
Currently, only Hugo is supported but the long-term goal is to be flexible for use with any static site generator out there.
Not yet ready for production use, but we're nearing alpha state. We're looking for early testers, adopters, and contributors to help make SteadyCMS the best it can be.
For now the Vue.js app wrapped in Electron.js for a desktop application is our primary focus, then in the future, a web version.
- Initial dashboard
- Create, edit, and preview post
- WIP Basic block editor for editing posts (Paragraph, Heading, List, Image, Quote blocks)
- Post featured image
- WIP Onboarding flow for creating a new website
- WIP Media library for managing static files
- Publish post
- Website settings
We welcome pull requests and feedback!
- This repository holds the main Vue.js application which can be dropped into either the desktop (or web in the future) projects.
- The Electron-based desktop version can be found here
In the future, we plan to have a separate repository that will hold the version that runs on a web server. We're currently focused on the desktop version.
- Clone the source for the desktop version
git clone https://github.com/SteadyCMS/desktop.git
- Move into the render directory with
cd desktop/src/renderer
- Drop in the Vue.js code (this repository) with
git clone https://github.com/SteadyCMS/SteadyCMS.git .
- Run
npm install
to get the js dependencies for the Vue.js application - Run
npx tailwindcss -i ./assets/source.css -o ./assets/main.css --watch
to rebuild the css - Move back to to the root folder with
cd ../..
- Run
npm install
to get the js dependencies for the desktop version (Electron, etc). - Run
npm run dev
to build.
cd src/renderer
npx tailwindcss -i ./assets/source.css -o ./assets/main.css --watch
The current team members and their primary responsibilities:
Noah R (@Correct-Syntax) Visual design, Frontend development, and styling.
@sundrycode Vue.js, Electron, and Javascript logic/functionality.
Copyright 2023-2024, The SteadyCMS team. Licensed under the GPL-3.0 license. See LICENSE for details.