A SvelteKit template for building CMS-free editable websites
Editable Website is a SvelteKit template that allows users to code custom websites while providing a user-friendly interface for non-technical individuals to make content edits. By logging in with a secure admin password, users can easily update the content of their website. With a lightweight structure and customizable features, Editable Website offers a dynamic web development solution without the complexity of a CMS.
.env.example
into .env
and modify as needed.npm install
(or pnpm install
or yarn
).npm run build
.npm run preview
.http://127.0.0.1:5173/login
and enter the admin password.fly apps create
.fly.toml
to fit your needs.Editable Website is a SvelteKit template that enables users to create custom websites while providing an intuitive admin interface for content editing. With its lightweight design compared to CMS-based websites, Editable Website offers a flexible and customizable solution for dynamic web development. By following the installation guide, users can easily set up and deploy their website using Fly.io.