❗️ Warning: This is not production-ready software. ❗️
Delgada is an HTML-first web framework for building slim multipage websites using modern web standards and conventions.
Features include:
- Ship zero JS to the client by default with static components
- Islands of interactivity with web components
- File-system based routing
- Markdown support out of the box
- Scoped CSS support out of the box (coming soon-ish)
- Zero config with common sense defaults
To quickly get up and running you can install the project template to scaffold out a new website.
npx degit delgada-ui/template my-delgada-project
cd my-delgada-project
npm install
npm run build
npm start
Read a high level overview of the current syntax and functionality available in Delgada.