01 — Scaffold
One command, real project
Routing, asset pipeline, image optimisation and a dev server, wired together and running before your coffee lands.
Open source · MIT
A CLI and component kit for developers who would rather ship than spend a weekend wiring up build tools.
$ npx pagesmith init my-site
What's inside
01 — Scaffold
Routing, asset pipeline, image optimisation and a dev server, wired together and running before your coffee lands.
02 — Components
Heroes, pricing tables, nav bars, footers. Every one tested from 320px to 4K, keyboard-navigable, and yours to edit.
03 — Output
Builds to plain HTML and CSS with no runtime. Deploys anywhere that serves files, which is everywhere.
04 — Themes
Change six variables and the whole site follows. No hunting through stylesheets for a hex code you set in March.
05 — Speed
Unused CSS stripped at build time. A default Pagesmith site scores in the high nineties on Lighthouse out of the box.
06 — Escape hatch
Eject at any point and walk away with clean, readable files. Pagesmith is a starting point, not a dependency.
Getting started
# scaffold a new project npx pagesmith init my-site # pick a starting theme cd my-site && pagesmith theme bold # run it pagesmith dev → ready at localhost:4000
pagesmith build outputs a static folder.