Skip to content

michael/editable-website

Repository files navigation

editable.website v2

The next generation of editable.website — a complete rewrite designed to make Svelte users very happy.

NOTE: v2 is currently under heavy development. You can try it out, but it's not ready to use yet.

Who is editable.website for?

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.

Getting started

Clone the repository:

git clone https://github.com/michael/editable-website.git
cd editable-website

Install dependencies:

npm install

And run the development server:

npm run dev

Status

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.

Looking for v1?

Find it here.