The next generation of editable.website — a complete rewrite designed to make Svelte users very happy.
For anyone who enjoys creating websites using Svelte and wants to allow their clients to make edits directly in the layout as they browse their site.
You no longer need a CMS. Start from a fully functional, user-editable website that supports common content types: prose, heroes, features, galleries, and listings.
Adapt colors and fonts to deploy a beautiful site within minutes — or customize the entire layout and model your own content types using the Svedit APIs.
Clone the repository:
git clone https://github.com/michael/editable-website.git
cd editable-websiteInstall dependencies:
npm installAnd run the development server:
npm run devNote: After git pull, delete data/db.sqlite3 to pick up schema changes.
This is v2, a complete rewrite using Svedit. It's under active development — feel free to explore locally, but hold off on production deployments for now.
Find it here.